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 b19fb33 commit 5274c2e
Show file tree
Hide file tree
Showing 5 changed files with 390 additions and 535 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
2 changes: 1 addition & 1 deletion packages/plugin-legacy/package.json
Expand Up @@ -27,7 +27,7 @@
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"dependencies": {
"@babel/standalone": "^7.15.7",
"core-js": "^3.17.3",
"core-js": "^3.18.0",
"magic-string": "^0.25.7",
"regenerator-runtime": "^0.13.9",
"systemjs": "^6.10.3"
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"
}
}
10 changes: 5 additions & 5 deletions packages/vite/package.json
Expand Up @@ -47,7 +47,7 @@
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
"dependencies": {
"esbuild": "^0.12.17",
"postcss": "^8.3.6",
"postcss": "^8.3.7",
"resolve": "^1.20.0",
"rollup": "^2.57.0"
},
Expand All @@ -60,7 +60,7 @@
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-dynamic-import-vars": "^1.4.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "13.0.4",
"@rollup/plugin-node-resolve": "13.0.5",
"@rollup/plugin-typescript": "^8.2.5",
"@rollup/pluginutils": "^4.1.1",
"@types/convert-source-map": "^1.5.2",
Expand All @@ -75,7 +75,7 @@
"@types/sass": "^1.16.1",
"@types/stylus": "^0.48.36",
"@types/ws": "^7.4.7",
"@vue/compiler-dom": "^3.2.12",
"@vue/compiler-dom": "^3.2.14",
"acorn": "^8.5.0",
"acorn-class-fields": "^1.0.0",
"acorn-static-class-features": "^1.0.0",
Expand All @@ -91,7 +91,7 @@
"debug": "^4.3.2",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"es-module-lexer": "^0.8.0",
"es-module-lexer": "^0.9.0",
"estree-walker": "^2.0.2",
"etag": "^1.8.1",
"execa": "^5.1.1",
Expand All @@ -114,7 +114,7 @@
"source-map": "^0.6.1",
"source-map-support": "^0.5.20",
"strip-ansi": "^6.0.0",
"terser": "^5.8.0",
"terser": "^5.9.0",
"tsconfck": "^1.0.0",
"tslib": "^2.3.1",
"types": "link:./types",
Expand Down

0 comments on commit 5274c2e

Please sign in to comment.