Skip to content

Commit 886acde

Browse files
fix(deps): update all non-major dependencies (#11091)
1 parent 0b3c22a commit 886acde

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"ci-docs": "run-s build docs-build"
3737
},
3838
"devDependencies": {
39-
"@babel/types": "^7.20.2",
39+
"@babel/types": "^7.20.5",
4040
"@microsoft/api-extractor": "^7.33.6",
4141
"@rollup/plugin-typescript": "^9.0.2",
4242
"@types/babel__core": "^7.1.20",
@@ -58,25 +58,25 @@
5858
"@types/semver": "^7.3.13",
5959
"@types/stylus": "^0.48.38",
6060
"@types/ws": "^8.5.3",
61-
"@typescript-eslint/eslint-plugin": "^5.43.0",
62-
"@typescript-eslint/parser": "^5.43.0",
61+
"@typescript-eslint/eslint-plugin": "^5.44.0",
62+
"@typescript-eslint/parser": "^5.44.0",
6363
"conventional-changelog-cli": "^2.2.2",
6464
"esbuild": "^0.15.9",
6565
"eslint": "^8.28.0",
6666
"eslint-define-config": "^1.12.0",
6767
"eslint-plugin-import": "^2.26.0",
6868
"eslint-plugin-node": "^11.1.0",
69-
"eslint-plugin-regexp": "^1.10.0",
69+
"eslint-plugin-regexp": "^1.11.0",
7070
"execa": "^6.1.0",
7171
"fast-glob": "^3.2.12",
7272
"fs-extra": "^10.1.0",
73-
"lint-staged": "^13.0.3",
73+
"lint-staged": "^13.0.4",
7474
"minimist": "^1.2.7",
7575
"npm-run-all": "^4.1.5",
7676
"picocolors": "^1.0.0",
77-
"playwright-chromium": "^1.28.0",
78-
"pnpm": "^7.17.0",
79-
"prettier": "2.7.1",
77+
"playwright-chromium": "^1.28.1",
78+
"pnpm": "^7.17.1",
79+
"prettier": "2.8.0",
8080
"prompts": "^2.4.2",
8181
"resolve": "^1.22.1",
8282
"rimraf": "^3.0.2",
@@ -90,7 +90,7 @@
9090
"unbuild": "^0.9.4",
9191
"vite": "workspace:*",
9292
"vitepress": "^1.0.0-alpha.29",
93-
"vitest": "^0.25.2",
93+
"vitest": "^0.25.3",
9494
"vue": "^3.2.45"
9595
},
9696
"simple-git-hooks": {
@@ -111,7 +111,7 @@
111111
"eslint --cache --fix"
112112
]
113113
},
114-
"packageManager": "pnpm@7.17.0",
114+
"packageManager": "pnpm@7.17.1",
115115
"pnpm": {
116116
"overrides": {
117117
"vite": "workspace:*",

packages/plugin-vue-jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
3737
"dependencies": {
38-
"@babel/core": "^7.20.2",
38+
"@babel/core": "^7.20.5",
3939
"@babel/plugin-transform-typescript": "^7.20.2",
4040
"@vue/babel-plugin-jsx": "^1.1.1"
4141
},

playground/ssr-vue/package.json

+1-1
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.24",
19+
"pinia": "^2.0.27",
2020
"vue": "^3.2.45",
2121
"vue-router": "^4.1.6"
2222
},

0 commit comments

Comments
 (0)