Skip to content

Commit a73b0bc

Browse files
committed
Update all npm devDependencies
1 parent 947c4a0 commit a73b0bc

4 files changed

Lines changed: 1263 additions & 1590 deletions

File tree

assets/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,17 @@
8585
},
8686
"devDependencies": {
8787
"@hotwired/stimulus": "^3.2.2",
88-
"@rsbuild/core": "^2.1.5",
89-
"@rspack/core": "~2.1.3",
90-
"@tsconfig/node22": "^22.0.5",
91-
"@types/node": "^26.1.1",
92-
"@vitejs/plugin-react": "^6.0.3",
88+
"@rsbuild/core": "^2.1.13",
89+
"@rspack/core": "~2.1.10",
90+
"@tsconfig/node22": "^22.0.6",
91+
"@types/node": "^26.2.0",
92+
"@vitejs/plugin-react": "^6.0.5",
9393
"jsdom": "^29.1.1",
9494
"nodemon": "^3.1.14",
9595
"tsdown": "^0.22.14",
96-
"tsx": "^4.23.1",
96+
"tsx": "^4.23.12",
9797
"typescript": "^6.0.3",
98-
"vite": "^8.1.3",
98+
"vite": "^8.2.1",
9999
"vitest": "^4.1.10"
100100
}
101101
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"lint:fix": "oxlint --fix"
1818
},
1919
"devDependencies": {
20-
"oxfmt": "^0.60.0",
21-
"oxlint": "^1.74.0"
20+
"oxfmt": "^0.63.0",
21+
"oxlint": "^1.78.0"
2222
}
2323
}

playground/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,21 @@
3131
"vue": "^3.5.0"
3232
},
3333
"devDependencies": {
34-
"@rsbuild/core": "^2.1.5",
35-
"@rsbuild/plugin-react": "^1.3.0",
34+
"@rsbuild/core": "^2.1.13",
35+
"@rsbuild/plugin-react": "^1.4.6",
3636
"@rsbuild/plugin-sass": "^2.0.1",
3737
"@rsbuild/plugin-tailwindcss": "^2.0.3",
38-
"@rsbuild/plugin-vue": "^1.0.4",
38+
"@rsbuild/plugin-vue": "^1.2.9",
3939
"@symfony/reprise": "link:../assets",
4040
"@tailwindcss/vite": "^4.3.3",
41-
"@vitejs/plugin-react": "^4.3.0",
42-
"@vitejs/plugin-vue": "^6.0.0",
41+
"@vitejs/plugin-react": "^4.7.0",
42+
"@vitejs/plugin-vue": "^6.0.8",
4343
"playwright": "^1.62.1",
44-
"sass-embedded": "^1.100.0",
44+
"sass-embedded": "^1.102.0",
4545
"tailwindcss": "^4.3.3",
4646
"unplugin": "^3.3.0",
47-
"vite": "^8.1.3",
48-
"vite-plugin-inspect": "^12.0.0-beta.3",
47+
"vite": "^8.2.1",
48+
"vite-plugin-inspect": "^12.0.2",
4949
"vitest": "^4.1.10"
5050
}
5151
}

0 commit comments

Comments
 (0)