Skip to content

Commit de8beb9

Browse files
renovate[bot]bluwy
andauthored
chore(deps): update all non-major dependencies (#6905)
Co-authored-by: bluwy <[email protected]>
1 parent dbb448f commit de8beb9

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

Diff for: package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -34,30 +34,30 @@
3434
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
3535
},
3636
"devDependencies": {
37-
"@microsoft/api-extractor": "^7.19.4",
37+
"@microsoft/api-extractor": "^7.19.5",
3838
"@types/fs-extra": "^9.0.13",
39-
"@types/jest": "^27.4.0",
40-
"@types/node": "^16.11.22",
39+
"@types/jest": "^27.4.1",
40+
"@types/node": "^16.11.26",
4141
"@types/prompts": "^2.0.14",
4242
"@types/semver": "^7.3.9",
43-
"@typescript-eslint/eslint-plugin": "^5.11.0",
44-
"@typescript-eslint/parser": "^5.11.0",
43+
"@typescript-eslint/eslint-plugin": "^5.15.0",
44+
"@typescript-eslint/parser": "^5.15.0",
4545
"conventional-changelog-cli": "^2.2.2",
4646
"cross-env": "^7.0.3",
4747
"esbuild": "^0.14.27",
48-
"eslint": "^8.8.0",
49-
"eslint-define-config": "^1.2.4",
48+
"eslint": "^8.11.0",
49+
"eslint-define-config": "^1.3.0",
5050
"eslint-plugin-node": "^11.1.0",
5151
"execa": "^5.1.1",
52-
"fs-extra": "^10.0.0",
52+
"fs-extra": "^10.0.1",
5353
"jest": "^27.5.1",
54-
"lint-staged": "^12.3.3",
54+
"lint-staged": "^12.3.6",
5555
"minimist": "^1.2.5",
5656
"node-fetch": "^2.6.6",
5757
"npm-run-all": "^4.1.5",
5858
"picocolors": "^1.0.0",
59-
"playwright-chromium": "^1.18.1",
60-
"prettier": "2.5.1",
59+
"playwright-chromium": "^1.20.0",
60+
"prettier": "2.6.0",
6161
"prompts": "^2.4.2",
6262
"rimraf": "^3.0.2",
6363
"rollup": "^2.59.0",
@@ -68,7 +68,7 @@
6868
"ts-node": "^10.4.0",
6969
"typescript": "~4.5.4",
7070
"vite": "workspace:*",
71-
"vitepress": "^0.21.6"
71+
"vitepress": "^0.22.3"
7272
},
7373
"simple-git-hooks": {
7474
"pre-commit": "pnpm exec lint-staged --concurrent false",
@@ -85,7 +85,7 @@
8585
"eslint --ext .ts"
8686
]
8787
},
88-
"packageManager": "pnpm@6.30.0",
88+
"packageManager": "pnpm@6.32.3",
8989
"pnpm": {
9090
"overrides": {
9191
"vite": "workspace:*",

Diff for: packages/plugin-vue-jsx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
},
2323
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
2424
"dependencies": {
25-
"@babel/core": "^7.17.2",
25+
"@babel/core": "^7.17.7",
2626
"@babel/plugin-syntax-import-meta": "^7.10.4",
2727
"@babel/plugin-transform-typescript": "^7.16.8",
28-
"@rollup/pluginutils": "^4.1.2",
28+
"@rollup/pluginutils": "^4.2.0",
2929
"@vue/babel-plugin-jsx": "^1.1.1",
3030
"hash-sum": "^2.0.0"
3131
}

Diff for: packages/plugin-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
"vue": "^3.2.25"
3636
},
3737
"devDependencies": {
38-
"@rollup/pluginutils": "^4.1.2",
38+
"@rollup/pluginutils": "^4.2.0",
3939
"@types/hash-sum": "^1.0.0",
4040
"debug": "^4.3.3",
4141
"hash-sum": "^2.0.0",
4242
"rollup": "^2.59.0",
4343
"slash": "^4.0.0",
4444
"source-map": "^0.6.1",
45-
"vue": "^3.2.30"
45+
"vue": "^3.2.31"
4646
}
4747
}

0 commit comments

Comments
 (0)