Skip to content

Commit b599b0f

Browse files
chore(deps): update all non-major dependencies (#4992)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 955df4e commit b599b0f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
2828
},
2929
"devDependencies": {
30-
"@microsoft/api-extractor": "^7.18.9",
31-
"@types/fs-extra": "^9.0.12",
32-
"@types/jest": "^27.0.1",
30+
"@microsoft/api-extractor": "^7.18.10",
31+
"@types/fs-extra": "^9.0.13",
32+
"@types/jest": "^27.0.2",
3333
"@types/node": "^15.12.2",
3434
"@types/semver": "^7.3.8",
35-
"@typescript-eslint/eslint-plugin": "^4.31.1",
36-
"@typescript-eslint/parser": "^4.31.1",
35+
"@typescript-eslint/eslint-plugin": "^4.31.2",
36+
"@typescript-eslint/parser": "^4.31.2",
3737
"chalk": "^4.1.2",
3838
"conventional-changelog-cli": "^2.1.1",
3939
"cross-env": "^7.0.3",
@@ -42,12 +42,12 @@
4242
"eslint-plugin-node": "^11.1.0",
4343
"execa": "^5.1.1",
4444
"fs-extra": "^10.0.0",
45-
"jest": "^27.2.0",
45+
"jest": "^27.2.1",
4646
"lint-staged": "^11.1.2",
4747
"minimist": "^1.2.5",
48-
"node-fetch": "^2.6.2",
48+
"node-fetch": "^2.6.5",
4949
"npm-run-all": "^4.1.5",
50-
"playwright-chromium": "^1.14.1",
50+
"playwright-chromium": "^1.15.0",
5151
"prettier": "2.4.1",
5252
"prompts": "^2.4.1",
5353
"rimraf": "^3.0.2",
@@ -56,7 +56,7 @@
5656
"ts-jest": "^27.0.5",
5757
"ts-node": "^10.1.0",
5858
"typescript": "~4.3.5",
59-
"vitepress": "^0.18.1",
59+
"vitepress": "^0.19.1",
6060
"yorkie": "^2.0.0"
6161
},
6262
"gitHooks": {

packages/plugin-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"rollup": "^2.57.0",
4040
"slash": "^3.0.0",
4141
"source-map": "^0.6.1",
42-
"vue": "^3.2.13",
43-
"@vue/compiler-sfc": "^3.2.13"
42+
"vue": "^3.2.14",
43+
"@vue/compiler-sfc": "^3.2.14"
4444
}
4545
}

0 commit comments

Comments
 (0)