Skip to content

Commit e2c127a

Browse files
chore(deps): update all non-major dependencies
1 parent 87929ca commit e2c127a

File tree

5 files changed

+105
-105
lines changed

5 files changed

+105
-105
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
},
3838
"devDependencies": {
3939
"@babel/types": "^7.26.0",
40-
"@eslint/js": "^9.15.0",
40+
"@eslint/js": "^9.16.0",
4141
"@types/babel__core": "^7.20.5",
4242
"@types/convert-source-map": "^2.0.3",
4343
"@types/debug": "^4.1.12",
4444
"@types/fs-extra": "^11.0.4",
45-
"@types/node": "^22.10.0",
45+
"@types/node": "^22.10.1",
4646
"@vitejs/release-scripts": "^1.3.2",
4747
"conventional-changelog-cli": "^5.0.0",
48-
"eslint": "^9.15.0",
48+
"eslint": "^9.16.0",
4949
"eslint-plugin-import-x": "^4.4.3",
5050
"eslint-plugin-n": "^17.14.0",
5151
"eslint-plugin-regexp": "^2.7.0",
@@ -83,7 +83,7 @@
8383
"eslint --cache --fix"
8484
]
8585
},
86-
"packageManager": "[email protected].2",
86+
"packageManager": "[email protected].4",
8787
"pnpm": {
8888
"overrides": {
8989
"@vitejs/plugin-vue": "workspace:*"

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"type": "module",
66
"devDependencies": {
7-
"@types/node": "^22.10.0",
7+
"@types/node": "^22.10.1",
88
"convert-source-map": "^2.0.0",
99
"css-color-names": "^1.0.1",
1010
"kill-port": "^1.6.1",

playground/ssr-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@vitejs/test-example-external-component": "file:example-external-component",
19-
"pinia": "^2.2.6",
19+
"pinia": "^2.2.8",
2020
"vue": "catalog:",
2121
"vue-router": "catalog:"
2222
},

playground/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"vue-router": "catalog:"
1717
},
1818
"devDependencies": {
19-
"@types/node": "^22.10.0",
19+
"@types/node": "^22.10.1",
2020
"@vitejs/plugin-vue": "workspace:*",
2121
"ts-node": "^10.9.2"
2222
}

0 commit comments

Comments
 (0)