Skip to content

Commit 8255c3e

Browse files
committed
⬆️ do a lil dep upgrade
1 parent 6995fb3 commit 8255c3e

File tree

9 files changed

+989
-1921
lines changed

9 files changed

+989
-1921
lines changed

benches/apps/boids/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"@types/react": "catalog:",
2525
"@types/react-dom": "catalog:",
2626
"@types/three": "catalog:",
27-
"@vitejs/plugin-react": "^4.2.1",
28-
"@vitejs/plugin-react-swc": "^3.5.0",
27+
"@vitejs/plugin-react": "^4.7.0",
28+
"@vitejs/plugin-react-swc": "^3.11.0",
2929
"vite": "catalog:"
3030
}
3131
}

benches/apps/n-body-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"@types/react": "catalog:",
2525
"@types/react-dom": "catalog:",
2626
"@types/three": "catalog:",
27-
"@vitejs/plugin-react": "^4.2.1",
28-
"@vitejs/plugin-react-swc": "^3.5.0",
27+
"@vitejs/plugin-react": "^4.7.0",
28+
"@vitejs/plugin-react-swc": "^3.11.0",
2929
"vite": "catalog:"
3030
}
3131
}

benches/apps/revade/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"@types/react": "catalog:",
2525
"@types/react-dom": "catalog:",
2626
"@types/three": "catalog:",
27-
"@vitejs/plugin-react": "^4.2.1",
28-
"@vitejs/plugin-react-swc": "^3.5.0",
27+
"@vitejs/plugin-react": "^4.7.0",
28+
"@vitejs/plugin-react-swc": "^3.11.0",
2929
"vite": "catalog:"
3030
}
3131
}

benches/sims/bench-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "module",
77
"main": "./src/index.ts",
88
"dependencies": {
9-
"web-worker": "^1.3.0"
9+
"web-worker": "^1.5.0"
1010
},
1111
"devDependencies": {
1212
"@config/typescript": "workspace:*"

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"lint": "pnpm -r lint"
1313
},
1414
"devDependencies": {
15-
"@types/node": ">=24.0.1",
16-
"oxlint": "^1.0.0",
17-
"typescript": "latest",
18-
"tsx": "latest"
15+
"@types/node": "^24.1.0",
16+
"oxlint": "^1.8.0",
17+
"tsx": "latest",
18+
"typescript": "latest"
1919
},
2020
"engines": {
2121
"node": ">=24.2.0",

packages/publish/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@
5151
"generate-tests": "node scripts/generate-tests.ts"
5252
},
5353
"devDependencies": {
54+
"@config/typescript": "workspace:*",
5455
"@koota/core": "workspace:*",
5556
"@koota/react": "workspace:*",
56-
"@testing-library/react": "^16.2.0",
57+
"@testing-library/react": "^16.3.0",
5758
"esbuild-plugin-inline-functions": "catalog:",
58-
"react": ">=18.0.0",
59-
"react-dom": ">=18.0.0",
60-
"@config/typescript": "workspace:*",
61-
"tsup": "^8.3.0",
59+
"react": "^19.1.1",
60+
"react-dom": "^19.1.1",
61+
"tsup": "^8.5.0",
6262
"vitest": "catalog:"
6363
},
6464
"peerDependencies": {

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"devDependencies": {
2424
"@config/oxlint": "workspace:*",
2525
"@config/typescript": "workspace:*",
26+
"@testing-library/react": "^16.3.0",
2627
"@types/react": "catalog:",
2728
"@types/react-dom": "catalog:",
28-
"@testing-library/react": "^16.2.0",
29-
"jsdom": "^26.0.0",
29+
"jsdom": "^26.1.0",
3030
"react": "catalog:",
3131
"react-dom": "catalog:",
3232
"vitest": "catalog:"

0 commit comments

Comments
 (0)