Skip to content

Commit

Permalink
chore(dev-deps): all to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Vanvelthem committed Oct 29, 2024
1 parent 46a92f6 commit 18599dd
Show file tree
Hide file tree
Showing 6 changed files with 1,080 additions and 1,307 deletions.
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ compressionLevel: 0

defaultSemverRangePrefix: ""

enableGlobalCache: false
enableGlobalCache: true

nmMode: hardlinks-local

Expand Down
2 changes: 1 addition & 1 deletion devtools/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"esbuild": "0.24.0",
"playwright": "1.48.2",
"typescript": "5.6.3",
"vite": "5.4.8",
"vite": "5.4.10",
"vite-tsconfig-paths": "5.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion docs2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/starlight": "0.28.4",
"astro": "4.16.2",
"astro": "4.16.7",
"sharp": "0.33.5",
"typescript": "5.6.3"
}
Expand Down
24 changes: 12 additions & 12 deletions examples/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,35 +28,35 @@
"axios": "1.7.7",
"clsx": "2.1.1",
"ky": "1.7.2",
"next": "14.2.15",
"pino": "9.4.0",
"next": "15.0.1",
"pino": "9.5.0",
"primereact": "10.8.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"superjson": "2.2.1",
"tailwind-merge": "2.5.3",
"tailwind-merge": "2.5.4",
"zod": "3.23.8"
},
"devDependencies": {
"@belgattitude/eslint-config-bases": "6.0.0-canary.19",
"@types/node": "22.7.5",
"@types/react": "18.3.11",
"@belgattitude/eslint-config-bases": "6.1.1",
"@types/node": "22.8.2",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react-swc": "3.7.1",
"@vitest/coverage-v8": "2.1.2",
"@vitest/ui": "2.1.2",
"@vitest/coverage-v8": "2.1.4",
"@vitest/ui": "2.1.4",
"cross-env": "7.0.3",
"eslint": "8.57.1",
"eslint-config-next": "14.2.15",
"eslint-config-next": "15.0.1",
"happy-dom": "15.7.4",
"postcss": "8.4.47",
"rimraf": "6.0.1",
"tailwindcss": "3.4.13",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"vite": "5.4.8",
"vite": "5.4.10",
"vite-plugin-svgr": "4.2.0",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.2",
"vitest": "2.1.4",
"webpack": "5.95.0"
}
}
2 changes: 1 addition & 1 deletion integrations/prisma-exception/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"typedoc": "0.26.10",
"typedoc-plugin-markdown": "4.2.9",
"typescript": "5.6.3",
"vite": "5.4.8",
"vite": "5.4.10",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.4",
"webpack": "5.95.0"
Expand Down
Loading

0 comments on commit 18599dd

Please sign in to comment.