Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (vitejs#5100)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and aleclarson committed Nov 8, 2021
1 parent 6083e42 commit 5155f64
Show file tree
Hide file tree
Showing 5 changed files with 361 additions and 235 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -28,7 +28,7 @@
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.18.10",
"@microsoft/api-extractor": "^7.18.11",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.0.2",
"@types/node": "^15.12.2",
Expand All @@ -43,7 +43,7 @@
"eslint-plugin-node": "^11.1.0",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"jest": "^27.2.1",
"jest": "^27.2.2",
"lint-staged": "^11.1.2",
"minimist": "^1.2.5",
"node-fetch": "^2.6.5",
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.18.0",
"core-js": "^3.18.1",
"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.16",
"@vue/compiler-sfc": "^3.2.16"
"vue": "^3.2.19",
"@vue/compiler-sfc": "^3.2.19"
}
}
4 changes: 2 additions & 2 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.13.2",
"postcss": "^8.3.7",
"postcss": "^8.3.8",
"resolve": "^1.20.0",
"rollup": "^2.57.0"
},
Expand Down Expand Up @@ -75,7 +75,7 @@
"@types/sass": "^1.16.1",
"@types/stylus": "^0.48.36",
"@types/ws": "^7.4.7",
"@vue/compiler-dom": "^3.2.14",
"@vue/compiler-dom": "^3.2.19",
"acorn": "^8.5.0",
"acorn-class-fields": "^1.0.0",
"acorn-static-class-features": "^1.0.0",
Expand Down

0 comments on commit 5155f64

Please sign in to comment.