Skip to content

Commit e238633

Browse files
chore(deps): update all non-major dependencies (#10393)
1 parent cd79cc0 commit e238633

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@
5252
"@types/minimist": "^1.2.2",
5353
"@types/node": "^17.0.42",
5454
"@types/picomatch": "^2.3.0",
55-
"@types/prompts": "^2.0.14",
55+
"@types/prompts": "^2.4.1",
5656
"@types/resolve": "^1.20.2",
5757
"@types/sass": "~1.43.1",
5858
"@types/semver": "^7.3.12",
5959
"@types/stylus": "^0.48.38",
6060
"@types/ws": "^8.5.3",
61-
"@typescript-eslint/eslint-plugin": "^5.38.1",
62-
"@typescript-eslint/parser": "^5.38.1",
61+
"@typescript-eslint/eslint-plugin": "^5.39.0",
62+
"@typescript-eslint/parser": "^5.39.0",
6363
"conventional-changelog-cli": "^2.2.2",
6464
"esbuild": "^0.14.47",
65-
"eslint": "^8.24.0",
65+
"eslint": "^8.25.0",
6666
"eslint-define-config": "^1.7.0",
6767
"eslint-plugin-import": "^2.26.0",
6868
"eslint-plugin-node": "^11.1.0",
@@ -73,23 +73,23 @@
7373
"minimist": "^1.2.6",
7474
"npm-run-all": "^4.1.5",
7575
"picocolors": "^1.0.0",
76-
"playwright-chromium": "^1.26.1",
77-
"pnpm": "^7.13.0",
76+
"playwright-chromium": "^1.27.0",
77+
"pnpm": "^7.13.3",
7878
"prettier": "2.7.1",
7979
"prompts": "^2.4.2",
8080
"resolve": "^1.22.1",
8181
"rimraf": "^3.0.2",
8282
"rollup": "^2.79.1",
8383
"rollup-plugin-license": "^2.8.1",
84-
"semver": "^7.3.7",
84+
"semver": "^7.3.8",
8585
"simple-git-hooks": "^2.8.0",
8686
"tslib": "^2.4.0",
87-
"tsx": "^3.9.0",
87+
"tsx": "^3.10.1",
8888
"typescript": "^4.6.4",
8989
"unbuild": "^0.8.11",
9090
"vite": "workspace:*",
9191
"vitepress": "^1.0.0-alpha.19",
92-
"vitest": "^0.23.4",
92+
"vitest": "^0.24.0",
9393
"vue": "^3.2.40"
9494
},
9595
"simple-git-hooks": {
@@ -110,7 +110,7 @@
110110
"eslint --cache --fix"
111111
]
112112
},
113-
"packageManager": "[email protected].0",
113+
"packageManager": "[email protected].3",
114114
"pnpm": {
115115
"overrides": {
116116
"vite": "workspace:*",

packages/plugin-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@jridgewell/gen-mapping": "^0.3.2",
43-
"@jridgewell/trace-mapping": "^0.3.15",
43+
"@jridgewell/trace-mapping": "^0.3.16",
4444
"debug": "^4.3.4",
4545
"rollup": "^2.79.1",
4646
"slash": "^5.0.0",

playground/ssr-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"example-external-component": "file:example-external-component",
19-
"pinia": "^2.0.22",
19+
"pinia": "^2.0.23",
2020
"vue": "^3.2.40",
2121
"vue-router": "^4.1.5"
2222
},
@@ -25,7 +25,7 @@
2525
"@vitejs/plugin-vue-jsx": "workspace:*",
2626
"compression": "^1.7.4",
2727
"dep-import-type": "link:./dep-import-type",
28-
"express": "^4.18.1",
28+
"express": "^4.18.2",
2929
"serve-static": "^1.15.0"
3030
}
3131
}

0 commit comments

Comments
 (0)