Skip to content

Commit a1eca7c

Browse files
authored
chore(deps): update non critical deps (#5569)
1 parent 48ba091 commit a1eca7c

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -28,40 +28,40 @@
2828
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
2929
},
3030
"devDependencies": {
31-
"@microsoft/api-extractor": "^7.18.11",
31+
"@microsoft/api-extractor": "^7.18.19",
3232
"@types/fs-extra": "^9.0.13",
3333
"@types/jest": "^27.0.2",
3434
"@types/node": "^15.12.2",
3535
"@types/semver": "^7.3.8",
36-
"@typescript-eslint/eslint-plugin": "^5.2.0",
37-
"@typescript-eslint/parser": "^5.2.0",
36+
"@typescript-eslint/eslint-plugin": "^5.3.0",
37+
"@typescript-eslint/parser": "^5.3.0",
3838
"chalk": "^4.1.2",
3939
"conventional-changelog-cli": "^2.1.1",
4040
"cross-env": "^7.0.3",
41-
"eslint": "^8.1.0",
42-
"eslint-define-config": "^1.1.2",
41+
"esbuild": "^0.13.12",
42+
"eslint": "^8.2.0",
43+
"eslint-define-config": "^1.1.3",
4344
"eslint-plugin-node": "^11.1.0",
4445
"execa": "^5.1.1",
4546
"fs-extra": "^10.0.0",
4647
"jest": "^27.3.1",
4748
"lint-staged": "^11.2.0",
4849
"minimist": "^1.2.5",
49-
"node-fetch": "^2.6.5",
50+
"node-fetch": "^2.6.6",
5051
"npm-run-all": "^4.1.5",
51-
"playwright-chromium": "^1.15.1",
52+
"playwright-chromium": "^1.16.3",
5253
"prettier": "2.4.1",
5354
"prompts": "^2.4.1",
5455
"rimraf": "^3.0.2",
56+
"rollup": "^2.59.0",
5557
"semver": "^7.3.5",
5658
"sirv": "^1.0.17",
5759
"ts-jest": "^27.0.7",
5860
"ts-node": "^10.1.0",
5961
"typescript": "~4.4.3",
60-
"vitepress": "^0.20.0",
61-
"yorkie": "^2.0.0",
62-
"rollup": "^2.57.0",
63-
"esbuild": "^0.13.2",
64-
"vite": "workspace:*"
62+
"vite": "workspace:*",
63+
"vitepress": "^0.20.1",
64+
"yorkie": "^2.0.0"
6565
},
6666
"gitHooks": {
6767
"pre-commit": "lint-staged --concurrent false",

packages/plugin-vue-jsx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
},
2727
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
2828
"dependencies": {
29-
"@babel/core": "^7.15.8",
29+
"@babel/core": "^7.16.0",
3030
"@babel/plugin-syntax-import-meta": "^7.10.4",
31-
"@babel/plugin-transform-typescript": "^7.15.8",
31+
"@babel/plugin-transform-typescript": "^7.16.1",
3232
"@rollup/pluginutils": "^4.1.1",
3333
"@vue/babel-plugin-jsx": "^1.1.1",
3434
"hash-sum": "^2.0.0"

packages/plugin-vue/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
"devDependencies": {
3535
"@rollup/pluginutils": "^4.1.1",
3636
"@types/hash-sum": "^1.0.0",
37+
"@vue/compiler-sfc": "^3.2.21",
3738
"debug": "^4.3.2",
3839
"hash-sum": "^2.0.0",
39-
"rollup": "^2.58.3",
40+
"rollup": "^2.59.0",
4041
"slash": "^3.0.0",
4142
"source-map": "^0.6.1",
42-
"vue": "^3.2.20",
43-
"@vue/compiler-sfc": "^3.2.20"
43+
"vue": "^3.2.21"
4444
}
4545
}

0 commit comments

Comments
 (0)