Skip to content

Commit

Permalink
Upgrade all minor version dependencies to latest (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
junlarsen authored Oct 5, 2024
1 parent b3b9073 commit 72b7f6a
Show file tree
Hide file tree
Showing 19 changed files with 1,523 additions and 1,435 deletions.
6 changes: 3 additions & 3 deletions apps/brevduen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.507.0",
"@aws-sdk/client-ses": "^3.665.0",
"@dotkomonline/emails": "workspace:*",
"zod": "^3.22.4"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@biomejs/biome": "^1.9.3",
"@dotkomonline/tsconfig": "workspace:*",
"@types/aws-lambda": "^8.10.129",
"@types/node": "^20.12.7",
"@types/node": "^20.16.10",
"tsup": "^7.2.0",
"typescript": "^5.4.5"
}
Expand Down
24 changes: 12 additions & 12 deletions apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.3.4",
"@iconify/react": "^4.1.1",
"@mantine/core": "^7.2.2",
"@mantine/dates": "^7.2.2",
"@mantine/hooks": "^7.2.2",
"@mantine/modals": "^7.2.2",
"@mantine/notifications": "^7.2.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-dialog": "^1.0.5",
"@mantine/core": "^7.13.2",
"@mantine/dates": "^7.13.2",
"@mantine/hooks": "^7.13.2",
"@mantine/modals": "^7.13.2",
"@mantine/notifications": "^7.13.2",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-table": "^8.10.7",
"@trpc/client": "^10.45.0",
"@trpc/react-query": "^10.45.0",
"@trpc/server": "^10.45.0",
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"next": "^14.0.3",
"next-auth": "^4.24.5",
"next": "^14.2.14",
"next-auth": "^4.24.8",
"pg-native": "file:./stubs/pg-native",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -45,11 +45,11 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@biomejs/biome": "^1.9.3",
"@dotkomonline/config": "workspace:^",
"@dotkomonline/tsconfig": "workspace:*",
"@types/node": "^20.12.7",
"@types/react": "^18.2.38",
"@types/node": "^20.16.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.2.17",
"autoprefixer": "^10.4.16",
"open-color": "^1.9.1",
Expand Down
8 changes: 4 additions & 4 deletions apps/invoicification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"@iconify/react": "^4.1.1",
"@tanstack/react-query": "^4.36.1",
"clsx": "^2.0.0",
"next": "^14.0.3",
"next": "^14.2.14",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@biomejs/biome": "^1.9.3",
"@dotkomonline/config": "workspace:^",
"@dotkomonline/tsconfig": "workspace:*",
"@types/node": "^20.12.7",
"@types/react": "^18.2.38",
"@types/node": "^20.16.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.2.17",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
Expand Down
12 changes: 6 additions & 6 deletions apps/rif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.3.4",
"@iconify/react": "^4.1.1",
"@radix-ui/react-tooltip": "^1.0.7",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@tanstack/react-query": "^4.36.1",
"clsx": "^2.0.0",
"google-auth-library": "^9.6.3",
"google-spreadsheet": "^4.1.1",
"next": "^14.0.3",
"next": "^14.2.14",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@biomejs/biome": "^1.9.3",
"@dotkomonline/config": "workspace:^",
"@types/node": "^20.12.7",
"@types/react": "^18.2.38",
"@types/node": "^20.16.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.2.17",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
Expand Down
24 changes: 12 additions & 12 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"@dotkomonline/ui": "workspace:*",
"@dotkomonline/utils": "workspace:*",
"@fadi-ui/react-country-flag": "^1.0.7",
"@next/env": "^14.0.3",
"@next/env": "^14.2.14",
"@portabletext/react": "^3.0.11",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@sanity/client": "^6.8.6",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-popover": "^1.1.2",
"@sanity/client": "^6.22.1",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.45.0",
Expand All @@ -43,8 +43,8 @@
"clsx": "^2.0.0",
"cors": "^2.8.5",
"date-fns": "^3.0.0",
"next": "^14.0.3",
"next-auth": "^4.24.5",
"next": "^14.2.14",
"next-auth": "^4.24.8",
"next-superjson-plugin": "^0.6.0",
"next-themes": "^0.3.0",
"pg": "^8.11.3",
Expand All @@ -57,14 +57,14 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@biomejs/biome": "^1.9.3",
"@dotkomonline/config": "workspace:*",
"@dotkomonline/logger": "workspace:*",
"@dotkomonline/tsconfig": "workspace:*",
"@types/cors": "^2.8.17",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.12.7",
"@types/react": "^18.2.38",
"@types/node": "^20.16.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.2.17",
"autoprefixer": "^10.4.16",
"cva": "npm:class-variance-authority@^0.7.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
},
"devDependencies": {
"dotenv-cli": "^7.3.0",
"turbo": "^2.0.14",
"turbo-ignore": "^2.0.0",
"turbo": "^2.1.3",
"turbo-ignore": "^2.1.3",
"typescript": "^5.4.5"
}
}
8 changes: 4 additions & 4 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
},
"dependencies": {
"@dotkomonline/core": "workspace:*",
"@dotkomonline/env": "workspace:*",
"@dotkomonline/db": "workspace:*",
"@dotkomonline/env": "workspace:*",
"@dotkomonline/types": "workspace:*",
"next": "^14.0.3",
"next-auth": "^4.24.5",
"next": "^14.2.14",
"next-auth": "^4.24.8",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@biomejs/biome": "^1.9.3",
"@dotkomonline/tsconfig": "workspace:*",
"typescript": "^5.4.5"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"typography.css"
],
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@biomejs/biome": "^1.9.3",
"@dotkomonline/tsconfig": "workspace:*",
"@radix-ui/colors": "^3.0.0",
"@tailwindcss/typography": "^0.5.10",
"postcss-import": "^16.1.0",
"postcss": "^8.4.31",
"postcss-import": "^16.1.0",
"tailwindcss": "^3.3.5",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-radix": "^2.8.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.4.5"
}
}
16 changes: 8 additions & 8 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"coverage": "vitest run --coverage"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.507.0",
"@aws-sdk/s3-presigned-post": "^3.507.0",
"@aws-sdk/client-s3": "^3.665.0",
"@aws-sdk/s3-presigned-post": "^3.665.0",
"@dotkomonline/db": "workspace:*",
"@dotkomonline/env": "workspace:*",
"@dotkomonline/logger": "workspace:*",
Expand All @@ -28,16 +28,16 @@
"zod": "^3.22.4"
},
"peerDependencies": {
"next": "^14.0.3"
"next": "^14.2.14"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@dotkomonline/types": "workspace:*",
"@biomejs/biome": "^1.9.3",
"@dotkomonline/tsconfig": "workspace:*",
"@testcontainers/postgresql": "^10.11.0",
"@types/node": "^20.12.7",
"@dotkomonline/types": "workspace:*",
"@testcontainers/postgresql": "^10.13.2",
"@types/node": "^20.16.10",
"@vitest/ui": "^1.3.1",
"testcontainers": "^10.11.0",
"testcontainers": "^10.13.2",
"typescript": "^5.4.5",
"vitest": "^1.3.1",
"vitest-mock-extended": "^1.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"pg": "^8.11.3"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@biomejs/biome": "^1.9.3",
"@dotkomonline/tsconfig": "workspace:*",
"@types/pg": "^8.10.9",
"kysely-codegen": "^0.15.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/emails/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@biomejs/biome": "^1.9.3",
"@dotkomonline/tsconfig": "workspace:*",
"@types/react": "^18.2.38",
"@types/react": "^18.3.11",
"react-email": "^1.9.5",
"typescript": "^5.4.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@biomejs/biome": "^1.9.3",
"@dotkomonline/tsconfig": "workspace:*",
"typescript": "^5.4.5"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/gateway-edge-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
"@trpc/react-query": "^10.45.0",
"ical-generator": "^5.0.1",
"jsonwebtoken": "^9.0.2",
"next-auth": "^4.24.5",
"next-auth": "^4.24.8",
"stripe": "^13.11.0"
},
"peerDependencies": {
"next": "^14.0.3"
"next": "^14.2.14"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@biomejs/biome": "^1.9.3",
"@dotkomonline/tsconfig": "workspace:*",
"@types/jsonwebtoken": "^9.0.5",
"@vitest/ui": "^1.3.1",
"typescript": "^5.4.5",
"vitest": "^1.3.1",
"@types/jsonwebtoken": "^9.0.5"
"vitest": "^1.3.1"
}
}
8 changes: 4 additions & 4 deletions packages/gateway-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
},
"dependencies": {
"@dotkomonline/auth": "workspace:*",
"@dotkomonline/db": "workspace:*",
"@dotkomonline/core": "workspace:*",
"@dotkomonline/db": "workspace:*",
"@trpc/server": "^10.45.0",
"superjson": "^2.0.0",
"zod": "^3.22.4"
},
"peerDependencies": {
"next": "^14.0.3",
"next-auth": "^4.24.5"
"next": "^14.2.14",
"next-auth": "^4.24.8"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@biomejs/biome": "^1.9.3",
"@dotkomonline/tsconfig": "workspace:*",
"@dotkomonline/types": "workspace:*",
"@vitest/ui": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"winston": "^3.13.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@biomejs/biome": "^1.9.3",
"@dotkomonline/tsconfig": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@biomejs/biome": "^1.9.3",
"@dotkomonline/tsconfig": "workspace:*",
"typescript": "^5.4.5"
}
Expand Down
26 changes: 13 additions & 13 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,29 @@
"dependencies": {
"@iconify-icon/react": "^1.0.8",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"clsx": "^2.0.0",
"cva": "npm:class-variance-authority@^0.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.0.0"
"tailwind-merge": "^2.5.3"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@biomejs/biome": "^1.9.3",
"@dotkomonline/config": "workspace:*",
"@dotkomonline/tsconfig": "workspace:*",
"@ladle/react": "^4.0.3",
"@types/react": "^18.2.38",
"@types/react": "^18.3.11",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
Expand Down
Loading

0 comments on commit 72b7f6a

Please sign in to comment.