Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#4117)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 5, 2021
1 parent 73c1322 commit e30ce56
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 80 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -25,7 +25,7 @@
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.16.1",
"@microsoft/api-extractor": "^7.17.1",
"@types/fs-extra": "^9.0.11",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.2",
Expand All @@ -35,8 +35,8 @@
"chalk": "^4.1.1",
"conventional-changelog-cli": "^2.1.1",
"cross-env": "^7.0.3",
"eslint": "^7.29.0",
"eslint-define-config": "^1.0.8",
"eslint": "^7.30.0",
"eslint-define-config": "^1.0.9",
"eslint-plugin-node": "^11.1.0",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
Expand All @@ -53,8 +53,8 @@
"sirv": "^1.0.12",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"typescript": "^4.3.4",
"vitepress": "^0.15.5",
"typescript": "^4.3.5",
"vitepress": "^0.15.6",
"yorkie": "^2.0.0"
},
"gitHooks": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-legacy/package.json
Expand Up @@ -27,10 +27,10 @@
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"dependencies": {
"@babel/standalone": "^7.14.7",
"core-js": "^3.15.1",
"core-js": "^3.15.2",
"magic-string": "^0.25.7",
"regenerator-runtime": "^0.13.7",
"systemjs": "^6.10.1"
"systemjs": "^6.10.2"
},
"peerDependencies": {
"vite": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Expand Up @@ -35,7 +35,7 @@
"@rollup/pluginutils": "^4.1.0",
"@types/hash-sum": "^1.0.0",
"@vue/compiler-sfc": "^3.0.8",
"debug": "^4.3.1",
"debug": "^4.3.2",
"hash-sum": "^2.0.0",
"rollup": "^2.38.5",
"slash": "^3.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/vite/package.json
Expand Up @@ -68,18 +68,18 @@
"@rollup/pluginutils": "^4.1.0",
"@types/clean-css": "^4.2.4",
"@types/convert-source-map": "^1.5.1",
"@types/debug": "^4.1.5",
"@types/debug": "^4.1.6",
"@types/es-module-lexer": "^0.3.0",
"@types/estree": "^0.0.48",
"@types/estree": "^0.0.49",
"@types/etag": "^1.8.0",
"@types/less": "^3.0.2",
"@types/mime": "^2.0.3",
"@types/node": "^15.12.2",
"@types/resolve": "^1.20.0",
"@types/sass": "^1.16.0",
"@types/stylus": "^0.48.35",
"@types/ws": "^7.4.5",
"@vue/compiler-dom": "^3.1.2",
"@types/stylus": "^0.48.36",
"@types/ws": "^7.4.6",
"@vue/compiler-dom": "^3.1.4",
"acorn": "^8.4.1",
"acorn-class-fields": "^1.0.0",
"acorn-numeric-separator": "^0.3.6",
Expand Down Expand Up @@ -124,6 +124,6 @@
"terser": "^5.7.1",
"tslib": "^2.3.0",
"types": "link:./types",
"ws": "^7.5.0"
"ws": "^7.5.2"
}
}

0 comments on commit e30ce56

Please sign in to comment.