Skip to content

Commit 0f71801

Browse files
committed
fix vitest and update dependencies [skip ci].
1 parent 51c7629 commit 0f71801

File tree

7 files changed

+219
-214
lines changed

7 files changed

+219
-214
lines changed

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@next/eslint-plugin-next": "^14.2.5",
2626
"@repo/eslint-config": "workspace:*",
2727
"@repo/typescript-config": "workspace:*",
28-
"@types/node": "^22.1.0",
28+
"@types/node": "^22.2.0",
2929
"@types/react": "^18.3.3",
3030
"@types/react-dom": "^18.3.0",
3131
"typescript": "^5.5.4"

lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@repo/eslint-config": "workspace:*",
4545
"@repo/typescript-config": "workspace:*",
4646
"@testing-library/react": "^16.0.0",
47-
"@types/node": "^22.1.0",
47+
"@types/node": "^22.2.0",
4848
"@types/react": "^18.3.3",
4949
"@types/react-dom": "^18.3.0",
5050
"@vitejs/plugin-react": "^4.3.1",
@@ -58,7 +58,7 @@
5858
"react-dom": "^18.3.1",
5959
"tsup": "^8.2.4",
6060
"typescript": "^5.5.4",
61-
"vite-tsconfig-paths": "^4.3.2",
61+
"vite-tsconfig-paths": "^5.0.1",
6262
"vitest": "^2.0.5"
6363
},
6464
"peerDependencies": {
File renamed without changes.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"devDependencies": {
1717
"@changesets/cli": "^2.27.7",
1818
"@repo/typescript-config": "workspace:*",
19-
"@types/node": "^22.1.0",
19+
"@types/node": "^22.2.0",
2020
"enquirer": "^2.4.1",
2121
"plop": "^4.0.1",
2222
"prettier": "^3.3.3",
2323
"turbo": "^2.0.12",
2424
"typedoc": "^0.26.5",
2525
"typedoc-plugin-extras": "^3.1.0",
2626
"typedoc-plugin-inline-sources": "^1.0.2",
27-
"typedoc-plugin-mdn-links": "^3.2.7",
27+
"typedoc-plugin-mdn-links": "^3.2.8",
2828
"typedoc-plugin-missing-exports": "^3.0.0",
2929
"typedoc-plugin-rename-defaults": "^0.7.1",
3030
"typedoc-plugin-zod": "^1.2.0"

packages/shared/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@repo/eslint-config": "workspace:*",
2222
"@repo/typescript-config": "workspace:*",
2323
"@testing-library/react": "^16.0.0",
24-
"@types/node": "^22.1.0",
24+
"@types/node": "^22.2.0",
2525
"@types/react": "^18.3.3",
2626
"@types/react-dom": "^18.3.0",
2727
"@vitejs/plugin-react": "^4.3.1",
@@ -33,7 +33,7 @@
3333
"react-dom": "^18.3.1",
3434
"tsup": "^8.2.4",
3535
"typescript": "^5.5.4",
36-
"vite-tsconfig-paths": "^4.3.2",
36+
"vite-tsconfig-paths": "^5.0.1",
3737
"vitest": "^2.0.5"
3838
},
3939
"dependencies": {
File renamed without changes.

0 commit comments

Comments
 (0)