Skip to content

Commit 000c935

Browse files
committed
Update deps
1 parent 23e5c06 commit 000c935

File tree

8 files changed

+410
-983
lines changed

8 files changed

+410
-983
lines changed

examples/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/cors": "^2.8.19",
2323
"@types/express": "^5.0.6",
2424
"@types/morgan": "^1.9.10",
25-
"@types/node": "^25.0.1",
25+
"@types/node": "^25.0.3",
2626
"@types/supertest": "^6.0.3",
2727
"supertest": "^7.1.4",
2828
"tsup": "^8.5.1",

examples/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@repo/shared": "workspace:*",
16-
"next": "^16.0.10",
16+
"next": "^16.1.1",
1717
"nextjs-darkmode-lite": "^1.0.10",
1818
"nextjs-themes": "^4.0.6",
1919
"react": "^19.2.3",
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@repo/typescript-config": "workspace:*",
26-
"@types/node": "^25.0.1",
26+
"@types/node": "^25.0.3",
2727
"@types/react": "^19.2.7",
2828
"@types/react-dom": "^19.2.3",
2929
"typescript": "^5.9.3"

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"@types/react-dom": "^19.2.3",
2525
"@vitejs/plugin-react": "^5.1.2",
2626
"typescript": "^5.9.3",
27-
"vite": "^7.2.7"
27+
"vite": "^7.3.0"
2828
}
2929
}

lib/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,22 @@
4848
},
4949
"devDependencies": {
5050
"@repo/typescript-config": "workspace:*",
51-
"@testing-library/react": "^16.3.0",
52-
"@types/node": "^25.0.1",
51+
"@testing-library/react": "^16.3.1",
52+
"@types/node": "^25.0.3",
5353
"@types/react": "^19.2.7",
5454
"@types/react-dom": "^19.2.3",
5555
"@vitejs/plugin-react": "^5.1.2",
56-
"@vitest/coverage-v8": "^4.0.15",
56+
"@vitest/coverage-v8": "^4.0.16",
5757
"esbuild-plugin-rdi": "^0.0.0",
5858
"esbuild-plugin-react18": "0.2.6",
5959
"esbuild-plugin-react18-css": "^0.0.4",
60-
"jsdom": "^27.3.0",
60+
"jsdom": "^27.4.0",
6161
"react": "^19.2.3",
6262
"react-dom": "^19.2.3",
6363
"tsup": "^8.5.1",
6464
"typescript": "^5.9.3",
65-
"vite-tsconfig-paths": "^5.1.4",
66-
"vitest": "^4.0.15"
65+
"vite-tsconfig-paths": "^6.0.3",
66+
"vitest": "^4.0.16"
6767
},
6868
"dependencies": {
6969
"r18gs": "^3.0.1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"upgrade": "tsx ./scripts/upgrade.ts"
2020
},
2121
"devDependencies": {
22-
"@biomejs/biome": "2.3.8",
22+
"@biomejs/biome": "2.3.10",
2323
"@changesets/cli": "^2.29.8",
2424
"@repo/typescript-config": "workspace:*",
2525
"@types/node": "^25.0.3",

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@repo/typescript-config": "workspace:*",
17-
"@types/node": "^25.0.1",
17+
"@types/node": "^25.0.3",
1818
"tsup": "^8.5.1",
1919
"typescript": "^5.9.3"
2020
}

packages/shared/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@
1919
"devDependencies": {
2020
"@repo/scripts": "workspace:*",
2121
"@repo/typescript-config": "workspace:*",
22-
"@testing-library/react": "^16.3.0",
23-
"@types/node": "^25.0.1",
22+
"@testing-library/react": "^16.3.1",
23+
"@types/node": "^25.0.3",
2424
"@types/react": "^19.2.7",
2525
"@types/react-dom": "^19.2.3",
2626
"@vitejs/plugin-react": "^5.1.2",
27-
"@vitest/coverage-v8": "^4.0.15",
27+
"@vitest/coverage-v8": "^4.0.16",
2828
"esbuild-plugin-rdi": "^0.0.0",
2929
"esbuild-plugin-react18": "^0.2.6",
3030
"esbuild-plugin-react18-css": "^0.0.4",
31-
"jsdom": "^27.3.0",
31+
"jsdom": "^27.4.0",
3232
"react": "^19.2.3",
3333
"react-dom": "^19.2.3",
3434
"tsup": "^8.5.1",
3535
"typescript": "^5.9.3",
36-
"vite-tsconfig-paths": "^5.1.4",
37-
"vitest": "^4.0.15"
36+
"vite-tsconfig-paths": "^6.0.3",
37+
"vitest": "^4.0.16"
3838
},
3939
"dependencies": {
4040
"@m2d/md2docx": "^0.0.1",

0 commit comments

Comments
 (0)