Skip to content

Commit c133498

Browse files
authored
chore(deps): Update all dependencies (#1648)
1 parent 6a52bb2 commit c133498

File tree

11 files changed

+371
-188
lines changed

11 files changed

+371
-188
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"engines": {
55
"node": ">=18.20.3"
66
},
7-
"packageManager": "pnpm@10.8.0",
7+
"packageManager": "pnpm@10.10.0",
88
"scripts": {
99
"check": "check && pnpm -r --sequential run check",
1010
"test": "pnpm -r --sequential run test run",
@@ -28,11 +28,11 @@
2828
"fast-glob": "^3.3.3",
2929
"feed": "^4.2.2",
3030
"fs-extra": "^11.3.0",
31-
"lint-staged": "^15.5.0",
31+
"lint-staged": "^15.5.1",
3232
"markdown-it-footnote": "^4.0.0",
3333
"nano-spawn": "^0.2.0",
3434
"prettier": "^3.5.3",
35-
"simple-git-hooks": "^2.12.1",
35+
"simple-git-hooks": "^2.13.0",
3636
"tsx": "4.19.4",
3737
"typedoc": "^0.25.4",
3838
"typedoc-plugin-frontmatter": "^1.3.0",
@@ -41,7 +41,7 @@
4141
"typescript": "^5.8.3",
4242
"vitepress": "^1.6.3",
4343
"vitepress-knowledge": "^0.4.1",
44-
"vitepress-plugin-group-icons": "^1.4.1",
44+
"vitepress-plugin-group-icons": "^1.5.2",
4545
"vitest-mock-extended": "^3.1.0",
4646
"vue": "^3.5.13",
4747
"wxt": "workspace:*"

packages/module-react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@
4848
"wxt": ">=0.19.16"
4949
},
5050
"dependencies": {
51-
"@vitejs/plugin-react": "^4.3.4"
51+
"@vitejs/plugin-react": "^4.4.1"
5252
},
5353
"devDependencies": {
5454
"@aklinker1/check": "2.0.0",
55-
"@types/react": "^19.1.0",
56-
"@types/react-dom": "^19.1.2",
55+
"@types/react": "^19.1.2",
56+
"@types/react-dom": "^19.1.3",
5757
"publint": "^0.3.12",
5858
"react": "^19.1.0",
5959
"react-dom": "^19.1.0",

packages/module-solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"devDependencies": {
5454
"@aklinker1/check": "2.0.0",
5555
"publint": "^0.3.12",
56-
"solid-js": "^1.9.5",
56+
"solid-js": "^1.9.6",
5757
"typescript": "^5.8.3",
5858
"unbuild": "^3.5.0",
5959
"wxt": "workspace:*"

packages/wxt-demo/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"react-dom": "^19.1.0"
2323
},
2424
"devDependencies": {
25-
"@types/react": "^19.1.0",
26-
"@types/react-dom": "^19.1.2",
25+
"@types/react": "^19.1.2",
26+
"@types/react-dom": "^19.1.3",
2727
"@wxt-dev/auto-icons": "workspace:*",
2828
"@wxt-dev/unocss": "workspace:*",
29-
"sass": "^1.86.3",
29+
"sass": "^1.87.0",
3030
"typescript": "^5.8.3",
3131
"unocss": "^0.64.0 || ^0.65.0 || ^65.0.0 || ^66.0.0",
3232
"vitest": "^3.1.2",

packages/wxt/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"ci-info": "^4.2.0",
3131
"consola": "^3.4.2",
3232
"defu": "^6.1.4",
33-
"dotenv": "^16.4.7",
34-
"dotenv-expand": "^12.0.1",
33+
"dotenv": "^16.5.0",
34+
"dotenv-expand": "^12.0.2",
3535
"esbuild": "^0.25.0",
3636
"fast-glob": "^3.3.3",
3737
"filesize": "^10.1.6",
@@ -43,14 +43,14 @@
4343
"is-wsl": "^3.1.0",
4444
"json5": "^2.2.3",
4545
"jszip": "^3.10.1",
46-
"linkedom": "^0.18.9",
46+
"linkedom": "^0.18.10",
4747
"magicast": "^0.3.5",
4848
"minimatch": "^10.0.1",
4949
"nano-spawn": "^0.2.0",
5050
"normalize-path": "^3.0.0",
5151
"nypm": "^0.6.0",
5252
"ohash": "^2.0.11",
53-
"open": "^10.1.0",
53+
"open": "^10.1.2",
5454
"ora": "^8.2.0",
5555
"perfect-debounce": "^1.0.0",
5656
"picocolors": "^1.1.1",
@@ -59,7 +59,7 @@
5959
"scule": "^1.3.0",
6060
"unimport": "^3.13.1 || ^4.0.0 || ^5.0.0",
6161
"vite": "^5.4.19 || ^6.3.4",
62-
"vite-node": "^2.1.4 || ^3.0.0",
62+
"vite-node": "^2.1.4 || ^3.1.2",
6363
"web-ext-run": "^0.2.3"
6464
},
6565
"devDependencies": {

0 commit comments

Comments
 (0)