Skip to content

Commit d61b590

Browse files
chore(deps): update all non-major dependencies (#5879)
1 parent 85986f5 commit d61b590

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -24,39 +24,39 @@
2424
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
2525
},
2626
"devDependencies": {
27-
"@microsoft/api-extractor": "^7.18.19",
27+
"@microsoft/api-extractor": "^7.19.2",
2828
"@types/fs-extra": "^9.0.13",
2929
"@types/jest": "^27.0.3",
30-
"@types/node": "^16.11.9",
30+
"@types/node": "^16.11.14",
3131
"@types/semver": "^7.3.9",
32-
"@typescript-eslint/eslint-plugin": "^5.4.0",
33-
"@typescript-eslint/parser": "^5.4.0",
32+
"@typescript-eslint/eslint-plugin": "^5.7.0",
33+
"@typescript-eslint/parser": "^5.7.0",
3434
"chalk": "^4.1.2",
3535
"conventional-changelog-cli": "^2.1.1",
3636
"cross-env": "^7.0.3",
3737
"esbuild": "^0.13.12",
38-
"eslint": "^8.3.0",
39-
"eslint-define-config": "^1.1.4",
38+
"eslint": "^8.4.1",
39+
"eslint-define-config": "^1.2.0",
4040
"eslint-plugin-node": "^11.1.0",
4141
"execa": "^5.1.1",
4242
"fs-extra": "^10.0.0",
43-
"jest": "^27.3.1",
44-
"lint-staged": "^12.1.1",
43+
"jest": "^27.4.5",
44+
"lint-staged": "^12.1.2",
4545
"minimist": "^1.2.5",
4646
"node-fetch": "^2.6.6",
4747
"npm-run-all": "^4.1.5",
48-
"playwright-chromium": "^1.16.3",
49-
"prettier": "2.4.1",
48+
"playwright-chromium": "^1.17.1",
49+
"prettier": "2.5.1",
5050
"prompts": "^2.4.2",
5151
"rimraf": "^3.0.2",
5252
"rollup": "^2.59.0",
5353
"semver": "^7.3.5",
54-
"sirv": "^1.0.18",
55-
"ts-jest": "^27.0.7",
54+
"sirv": "^1.0.19",
55+
"ts-jest": "^27.1.2",
5656
"ts-node": "^10.4.0",
5757
"typescript": "~4.4.4",
5858
"vite": "workspace:*",
59-
"vitepress": "^0.20.1",
59+
"vitepress": "^0.20.9",
6060
"yorkie": "^2.0.0"
6161
},
6262
"gitHooks": {
@@ -74,7 +74,7 @@
7474
"eslint --ext .ts"
7575
]
7676
},
77-
"packageManager": "pnpm@6.23.0",
77+
"packageManager": "pnpm@6.24.1",
7878
"pnpm": {
7979
"overrides": {
8080
"vite": "workspace:*",

packages/plugin-vue-jsx/package.json

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

packages/plugin-vue/package.json

+3-3
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.1",
38+
"@rollup/pluginutils": "^4.1.2",
3939
"@types/hash-sum": "^1.0.0",
40-
"debug": "^4.3.2",
40+
"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.25"
45+
"vue": "^3.2.26"
4646
}
4747
}

0 commit comments

Comments
 (0)