Skip to content

Commit f60927d

Browse files
chore(deps): update all non-major dependencies (#4309)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 134d0a1 commit f60927d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@
2626
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
2727
},
2828
"devDependencies": {
29-
"@microsoft/api-extractor": "^7.18.1",
29+
"@microsoft/api-extractor": "^7.18.4",
3030
"@types/fs-extra": "^9.0.12",
3131
"@types/jest": "^26.0.24",
3232
"@types/node": "^15.12.2",
3333
"@types/semver": "^7.3.7",
34-
"@typescript-eslint/eslint-plugin": "^4.28.2",
35-
"@typescript-eslint/parser": "^4.28.2",
34+
"@typescript-eslint/eslint-plugin": "^4.28.3",
35+
"@typescript-eslint/parser": "^4.28.3",
3636
"chalk": "^4.1.1",
3737
"conventional-changelog-cli": "^2.1.1",
3838
"cross-env": "^7.0.3",
39-
"eslint": "^7.30.0",
39+
"eslint": "^7.31.0",
4040
"eslint-define-config": "^1.0.9",
4141
"eslint-plugin-node": "^11.1.0",
4242
"execa": "^5.1.1",
4343
"fs-extra": "^10.0.0",
4444
"jest": "^27.0.6",
45-
"lint-staged": "^11.0.0",
45+
"lint-staged": "^11.0.1",
4646
"minimist": "^1.2.5",
4747
"node-fetch": "^2.6.1",
4848
"npm-run-all": "^4.1.5",

packages/plugin-vue-jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@babel/core": "^7.14.6",
3030
"@babel/plugin-syntax-import-meta": "^7.10.4",
3131
"@babel/plugin-transform-typescript": "^7.14.6",
32-
"@rollup/pluginutils": "^4.1.0",
32+
"@rollup/pluginutils": "^4.1.1",
3333
"@vue/babel-plugin-jsx": "^1.0.6",
3434
"hash-sum": "^2.0.0"
3535
}

packages/plugin-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@vue/compiler-sfc": "^3.0.8"
3333
},
3434
"devDependencies": {
35-
"@rollup/pluginutils": "^4.1.0",
35+
"@rollup/pluginutils": "^4.1.1",
3636
"@types/hash-sum": "^1.0.0",
3737
"@vue/compiler-sfc": "^3.0.8",
3838
"debug": "^4.3.2",

0 commit comments

Comments
 (0)