Skip to content

Commit

Permalink
chore(dev-deps): to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Vanvelthem committed Oct 3, 2024
1 parent e32876d commit e16d46b
Show file tree
Hide file tree
Showing 13 changed files with 3,681 additions and 753 deletions.
4 changes: 3 additions & 1 deletion .ncurc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@

# Add here exclusions on packages if any
reject: [
"eslint"
"eslint",
"nextra",
"nextra-theme-docs"
]
2 changes: 1 addition & 1 deletion docs/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
20 changes: 10 additions & 10 deletions examples/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"axios": "1.7.7",
"clsx": "2.1.1",
"ky": "1.7.2",
"next": "14.2.13",
"next": "14.2.14",
"pino": "9.4.0",
"primeicons": "7.0.0",
"primereact": "10.8.3",
Expand All @@ -40,24 +40,24 @@
},
"devDependencies": {
"@belgattitude/eslint-config-bases": "6.0.0-canary.9",
"@types/node": "22.5.5",
"@types/react": "18.3.8",
"@types/node": "22.7.4",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react-swc": "3.7.0",
"@vitest/coverage-v8": "2.1.1",
"@vitest/ui": "2.1.1",
"@vitejs/plugin-react-swc": "3.7.1",
"@vitest/coverage-v8": "2.1.2",
"@vitest/ui": "2.1.2",
"cross-env": "7.0.3",
"eslint": "8.57.1",
"eslint-config-next": "14.2.13",
"eslint-config-next": "14.2.14",
"happy-dom": "15.7.4",
"postcss": "8.4.47",
"rimraf": "6.0.1",
"tailwindcss": "3.4.13",
"typescript": "5.6.2",
"vite": "5.4.7",
"vite": "5.4.8",
"vite-plugin-svgr": "4.2.0",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.1",
"webpack": "5.94.0"
"vitest": "2.1.2",
"webpack": "5.95.0"
}
}
12 changes: 6 additions & 6 deletions integrations/prisma-exception/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@belgattitude/eslint-config-bases": "6.0.0-canary.13",
"@size-limit/file": "11.1.5",
"@size-limit/webpack": "11.1.5",
"@size-limit/webpack-why": "11.1.5",
"@belgattitude/eslint-config-bases": "6.0.0-canary.12",
"@size-limit/file": "11.1.6",
"@size-limit/webpack": "11.1.6",
"@size-limit/webpack-why": "11.1.6",
"@types/node": "22.7.4",
"@vitest/coverage-istanbul": "2.1.2",
"@vitest/ui": "2.1.2",
Expand All @@ -85,12 +85,12 @@
"npm-run-all2": "6.2.3",
"publint": "0.2.11",
"rimraf": "6.0.1",
"size-limit": "11.1.5",
"size-limit": "11.1.6",
"tsup": "8.3.0",
"typedoc": "0.26.7",
"typedoc-plugin-markdown": "4.2.9",
"typescript": "5.6.2",
"vite": "5.4.7",
"vite": "5.4.8",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.2",
"webpack": "5.95.0"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,15 @@
"prettier:format": "prettier --config .prettierrc.js --cache --cache-location=\".cache/prettier/monorepo.prettiercache\" --ignore-path .prettierignore \"**/*.{js,cjs,mjs,ts,mts,md,mdx,json}\" --write"
},
"workspaces": [
"docs2",
"docs",
"examples/*",
"integrations/*",
"packages/*"
],
"packageManager": "[email protected]",
"devDependencies": {
"@belgattitude/eslint-config-bases": "6.0.0-canary.13",
"@belgattitude/eslint-config-bases": "6.0.0-canary.12",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.8",
"@commitlint/cli": "19.5.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@belgattitude/eslint-config-bases": "6.0.0-canary.13",
"@belgattitude/eslint-config-bases": "6.0.0-canary.12",
"@codspeed/vitest-plugin": "3.1.1",
"@edge-runtime/vm": "4.0.3",
"@sinclair/typebox": "0.33.13",
"@sindresorhus/is": "7.0.1",
"@size-limit/file": "11.1.5",
"@size-limit/webpack": "11.1.5",
"@size-limit/file": "11.1.6",
"@size-limit/webpack": "11.1.6",
"@types/lodash-es": "4.17.12",
"@vitest/coverage-istanbul": "2.1.2",
"@vitest/ui": "2.1.2",
Expand All @@ -92,15 +92,15 @@
"publint": "0.2.11",
"rimraf": "6.0.1",
"rollup": "4.24.0",
"size-limit": "11.1.5",
"size-limit": "11.1.6",
"tinybench": "2.9.0",
"tsup": "8.3.0",
"type-fest": "4.26.1",
"typedoc": "0.26.7",
"typedoc-plugin-markdown": "4.2.9",
"typescript": "5.6.2",
"valibot": "0.42.1",
"vite": "5.4.7",
"vite": "5.4.8",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.2",
"webpack": "5.95.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/dsn-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@belgattitude/eslint-config-bases": "6.0.0-canary.13",
"@belgattitude/eslint-config-bases": "6.0.0-canary.12",
"@codspeed/vitest-plugin": "3.1.1",
"@edge-runtime/vm": "4.0.3",
"@size-limit/file": "11.1.5",
"@size-limit/webpack": "11.1.5",
"@size-limit/file": "11.1.6",
"@size-limit/webpack": "11.1.6",
"@vitest/coverage-istanbul": "2.1.2",
"@vitest/ui": "2.1.2",
"browserslist": "4.24.0",
Expand All @@ -86,12 +86,12 @@
"publint": "0.2.11",
"rimraf": "6.0.1",
"rollup": "4.24.0",
"size-limit": "11.1.5",
"size-limit": "11.1.6",
"tsup": "8.3.0",
"typedoc": "0.26.7",
"typedoc-plugin-markdown": "4.2.9",
"typescript": "5.6.2",
"vite": "5.4.7",
"vite": "5.4.8",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.2",
"webpack": "5.95.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/exception/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@belgattitude/eslint-config-bases": "6.0.0-canary.13",
"@belgattitude/eslint-config-bases": "6.0.0-canary.12",
"@codspeed/vitest-plugin": "3.1.1",
"@edge-runtime/vm": "4.0.3",
"@size-limit/file": "11.1.5",
"@size-limit/webpack": "11.1.5",
"@size-limit/webpack-why": "11.1.5",
"@size-limit/file": "11.1.6",
"@size-limit/webpack": "11.1.6",
"@size-limit/webpack-why": "11.1.6",
"@types/node": "22.7.4",
"@types/statuses": "2.0.5",
"@vitest/coverage-istanbul": "2.1.2",
Expand All @@ -125,15 +125,15 @@
"publint": "0.2.11",
"rimraf": "6.0.1",
"rollup": "4.24.0",
"size-limit": "11.1.5",
"size-limit": "11.1.6",
"statuses": "2.0.1",
"superjson": "2.2.1",
"tsup": "8.3.0",
"tupleson": "0.23.1",
"typedoc": "0.26.7",
"typedoc-plugin-markdown": "4.2.9",
"typescript": "5.6.2",
"vite": "5.4.7",
"vite": "5.4.8",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.2",
"webpack": "5.95.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/json-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@belgattitude/eslint-config-bases": "6.0.0-canary.13",
"@belgattitude/eslint-config-bases": "6.0.0-canary.12",
"@codspeed/vitest-plugin": "3.1.1",
"@edge-runtime/vm": "4.0.3",
"@size-limit/file": "11.1.5",
"@size-limit/webpack": "11.1.5",
"@size-limit/file": "11.1.6",
"@size-limit/webpack": "11.1.6",
"@vitest/coverage-istanbul": "2.1.2",
"@vitest/ui": "2.1.2",
"browserslist": "4.24.0",
Expand All @@ -86,12 +86,12 @@
"publint": "0.2.11",
"rimraf": "6.0.1",
"rollup": "4.24.0",
"size-limit": "11.1.5",
"size-limit": "11.1.6",
"tsup": "8.3.0",
"typedoc": "0.26.7",
"typedoc-plugin-markdown": "4.2.9",
"typescript": "5.6.2",
"vite": "5.4.7",
"vite": "5.4.8",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.2",
"webpack": "5.95.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/memo-intl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@belgattitude/eslint-config-bases": "6.0.0-canary.13",
"@belgattitude/eslint-config-bases": "6.0.0-canary.12",
"@codspeed/vitest-plugin": "3.1.1",
"@edge-runtime/vm": "4.0.3",
"@size-limit/file": "11.1.5",
"@size-limit/webpack": "11.1.5",
"@size-limit/file": "11.1.6",
"@size-limit/webpack": "11.1.6",
"@vitest/coverage-istanbul": "2.1.2",
"@vitest/ui": "2.1.2",
"browserslist": "4.24.0",
Expand All @@ -87,12 +87,12 @@
"publint": "0.2.11",
"rimraf": "6.0.1",
"rollup": "4.24.0",
"size-limit": "11.1.5",
"size-limit": "11.1.6",
"tsup": "8.3.0",
"typedoc": "0.26.7",
"typedoc-plugin-markdown": "4.2.9",
"typescript": "5.6.2",
"vite": "5.4.7",
"vite": "5.4.8",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.2",
"webpack": "5.95.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/plain-object/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@belgattitude/eslint-config-bases": "6.0.0-canary.13",
"@belgattitude/eslint-config-bases": "6.0.0-canary.12",
"@codspeed/vitest-plugin": "3.1.1",
"@edge-runtime/vm": "4.0.3",
"@sindresorhus/is": "7.0.1",
"@size-limit/file": "11.1.5",
"@size-limit/webpack": "11.1.5",
"@size-limit/file": "11.1.6",
"@size-limit/webpack": "11.1.6",
"@types/lodash-es": "4.17.12",
"@vitest/coverage-istanbul": "2.1.2",
"@vitest/ui": "2.1.2",
Expand All @@ -95,12 +95,12 @@
"publint": "0.2.11",
"rimraf": "6.0.1",
"rollup": "4.24.0",
"size-limit": "11.1.5",
"size-limit": "11.1.6",
"tsup": "8.3.0",
"typedoc": "0.26.7",
"typedoc-plugin-markdown": "4.2.9",
"typescript": "5.6.2",
"vite": "5.4.7",
"vite": "5.4.8",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.2",
"webpack": "5.95.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/treeu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@belgattitude/eslint-config-bases": "6.0.0-canary.13",
"@belgattitude/eslint-config-bases": "6.0.0-canary.12",
"@codspeed/vitest-plugin": "3.1.1",
"@edge-runtime/vm": "4.0.3",
"@sindresorhus/is": "7.0.1",
"@size-limit/file": "11.1.5",
"@size-limit/webpack": "11.1.5",
"@size-limit/file": "11.1.6",
"@size-limit/webpack": "11.1.6",
"@types/lodash-es": "4.17.12",
"@vitest/coverage-istanbul": "2.1.2",
"@vitest/ui": "2.1.2",
Expand All @@ -89,12 +89,12 @@
"publint": "0.2.11",
"rimraf": "6.0.1",
"rollup": "4.24.0",
"size-limit": "11.1.5",
"size-limit": "11.1.6",
"tsup": "8.3.0",
"typedoc": "0.26.7",
"typedoc-plugin-markdown": "4.2.9",
"typescript": "5.6.2",
"vite": "5.4.7",
"vite": "5.4.8",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.2",
"webpack": "5.95.0"
Expand Down
Loading

0 comments on commit e16d46b

Please sign in to comment.