Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#4992)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Sep 23, 2021
1 parent 955df4e commit b599b0f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -27,13 +27,13 @@
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.18.9",
"@types/fs-extra": "^9.0.12",
"@types/jest": "^27.0.1",
"@microsoft/api-extractor": "^7.18.10",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.0.2",
"@types/node": "^15.12.2",
"@types/semver": "^7.3.8",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"chalk": "^4.1.2",
"conventional-changelog-cli": "^2.1.1",
"cross-env": "^7.0.3",
Expand All @@ -42,12 +42,12 @@
"eslint-plugin-node": "^11.1.0",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"jest": "^27.2.0",
"jest": "^27.2.1",
"lint-staged": "^11.1.2",
"minimist": "^1.2.5",
"node-fetch": "^2.6.2",
"node-fetch": "^2.6.5",
"npm-run-all": "^4.1.5",
"playwright-chromium": "^1.14.1",
"playwright-chromium": "^1.15.0",
"prettier": "2.4.1",
"prompts": "^2.4.1",
"rimraf": "^3.0.2",
Expand All @@ -56,7 +56,7 @@
"ts-jest": "^27.0.5",
"ts-node": "^10.1.0",
"typescript": "~4.3.5",
"vitepress": "^0.18.1",
"vitepress": "^0.19.1",
"yorkie": "^2.0.0"
},
"gitHooks": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-vue/package.json
Expand Up @@ -39,7 +39,7 @@
"rollup": "^2.57.0",
"slash": "^3.0.0",
"source-map": "^0.6.1",
"vue": "^3.2.13",
"@vue/compiler-sfc": "^3.2.13"
"vue": "^3.2.14",
"@vue/compiler-sfc": "^3.2.14"
}
}

0 comments on commit b599b0f

Please sign in to comment.