Skip to content

Commit 6026492

Browse files
committed
Upgrade deps
1 parent 316c985 commit 6026492

File tree

9 files changed

+1000
-514
lines changed

9 files changed

+1000
-514
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.5/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

examples/express/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"@types/cors": "^2.8.19",
2323
"@types/express": "^5.0.5",
2424
"@types/morgan": "^1.9.10",
25-
"@types/node": "^24.10.0",
25+
"@types/node": "^24.10.1",
2626
"@types/supertest": "^6.0.3",
2727
"supertest": "^7.1.4",
28-
"tsup": "^8.5.0",
28+
"tsup": "^8.5.1",
2929
"typescript": "^5.9.3"
3030
}
3131
}

examples/nextjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@repo/shared": "workspace:*",
16-
"next": "^16.0.1",
16+
"next": "^16.0.3",
1717
"nextjs-darkmode-lite": "^1.0.10",
1818
"nextjs-themes": "^4.0.6",
1919
"react": "^19.2.0",
@@ -23,9 +23,9 @@
2323
},
2424
"devDependencies": {
2525
"@repo/typescript-config": "workspace:*",
26-
"@types/node": "^24.10.0",
27-
"@types/react": "^19.2.2",
28-
"@types/react-dom": "^19.2.2",
26+
"@types/node": "^24.10.1",
27+
"@types/react": "^19.2.5",
28+
"@types/react-dom": "^19.2.3",
2929
"typescript": "^5.9.3"
3030
}
3131
}

examples/vite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
},
2121
"devDependencies": {
2222
"@repo/typescript-config": "workspace:*",
23-
"@types/react": "^19.2.2",
24-
"@types/react-dom": "^19.2.2",
25-
"@vitejs/plugin-react": "^5.1.0",
23+
"@types/react": "^19.2.5",
24+
"@types/react-dom": "^19.2.3",
25+
"@vitejs/plugin-react": "^5.1.1",
2626
"typescript": "^5.9.3",
2727
"vite": "^7.2.2"
2828
}

lib/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,21 @@
4949
"devDependencies": {
5050
"@repo/typescript-config": "workspace:*",
5151
"@testing-library/react": "^16.3.0",
52-
"@types/node": "^24.10.0",
53-
"@types/react": "^19.2.2",
54-
"@types/react-dom": "^19.2.2",
55-
"@vitejs/plugin-react": "^5.1.0",
56-
"@vitest/coverage-v8": "^4.0.8",
52+
"@types/node": "^24.10.1",
53+
"@types/react": "^19.2.5",
54+
"@types/react-dom": "^19.2.3",
55+
"@vitejs/plugin-react": "^5.1.1",
56+
"@vitest/coverage-v8": "^4.0.9",
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.1.0",
60+
"jsdom": "^27.2.0",
6161
"react": "^19.2.0",
6262
"react-dom": "^19.2.0",
63-
"tsup": "^8.5.0",
63+
"tsup": "^8.5.1",
6464
"typescript": "^5.9.3",
6565
"vite-tsconfig-paths": "^5.1.4",
66-
"vitest": "^4.0.8"
66+
"vitest": "^4.0.9"
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.4",
22+
"@biomejs/biome": "2.3.5",
2323
"@changesets/cli": "^2.29.7",
2424
"@repo/typescript-config": "workspace:*",
2525
"@types/node": "^24.10.1",

packages/logger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
},
1515
"devDependencies": {
1616
"@repo/typescript-config": "workspace:*",
17-
"@types/node": "^24.10.0",
18-
"tsup": "^8.5.0",
17+
"@types/node": "^24.10.1",
18+
"tsup": "^8.5.1",
1919
"typescript": "^5.9.3"
2020
}
2121
}

packages/shared/package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,24 @@
2020
"@repo/scripts": "workspace:*",
2121
"@repo/typescript-config": "workspace:*",
2222
"@testing-library/react": "^16.3.0",
23-
"@types/node": "^24.10.0",
24-
"@types/react": "^19.2.2",
25-
"@types/react-dom": "^19.2.2",
26-
"@vitejs/plugin-react": "^5.1.0",
27-
"@vitest/coverage-v8": "^4.0.8",
23+
"@types/node": "^24.10.1",
24+
"@types/react": "^19.2.5",
25+
"@types/react-dom": "^19.2.3",
26+
"@vitejs/plugin-react": "^5.1.1",
27+
"@vitest/coverage-v8": "^4.0.9",
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.1.0",
31+
"jsdom": "^27.2.0",
3232
"react": "^19.2.0",
3333
"react-dom": "^19.2.0",
34-
"tsup": "^8.5.0",
34+
"tsup": "^8.5.1",
3535
"typescript": "^5.9.3",
3636
"vite-tsconfig-paths": "^5.1.4",
37-
"vitest": "^4.0.8"
37+
"vitest": "^4.0.9"
3838
},
3939
"dependencies": {
40+
"@m2d/md2docx": "^0.0.1",
4041
"@m2d/react-markdown": "^1.0.0",
4142
"@mayank1513/fork-me": "^2.1.3",
4243
"@repo/scripts": "workspace:*",

0 commit comments

Comments
 (0)