Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies #4387

Merged
merged 1 commit into from Jul 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -30,9 +30,9 @@
"@types/fs-extra": "^9.0.12",
"@types/jest": "^26.0.24",
"@types/node": "^15.12.2",
"@types/semver": "^7.3.7",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"@types/semver": "^7.3.8",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"chalk": "^4.1.1",
"conventional-changelog-cli": "^2.1.1",
"cross-env": "^7.0.3",
Expand All @@ -42,17 +42,17 @@
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"jest": "^27.0.6",
"lint-staged": "^11.0.1",
"lint-staged": "^11.1.1",
"minimist": "^1.2.5",
"node-fetch": "^2.6.1",
"npm-run-all": "^4.1.5",
"playwright-chromium": "^1.12.3",
"playwright-chromium": "^1.13.0",
"prettier": "2.3.2",
"prompts": "^2.4.1",
"rimraf": "^3.0.2",
"semver": "^7.3.5",
"sirv": "^1.0.12",
"ts-jest": "^27.0.3",
"ts-jest": "^27.0.4",
"ts-node": "^10.1.0",
"typescript": "^4.3.5",
"vitepress": "^0.15.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-legacy/package.json
Expand Up @@ -26,10 +26,10 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"dependencies": {
"@babel/standalone": "^7.14.7",
"@babel/standalone": "^7.14.8",
"core-js": "^3.15.2",
"magic-string": "^0.25.7",
"regenerator-runtime": "^0.13.7",
"regenerator-runtime": "^0.13.9",
"systemjs": "^6.10.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react-refresh/package.json
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-react-refresh#readme",
"dependencies": {
"@babel/core": "^7.14.6",
"@babel/core": "^7.14.8",
"@babel/plugin-transform-react-jsx-self": "^7.14.5",
"@babel/plugin-transform-react-jsx-source": "^7.14.5",
"@rollup/pluginutils": "^4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue-jsx/package.json
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
"dependencies": {
"@babel/core": "^7.14.6",
"@babel/core": "^7.14.8",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.14.6",
"@rollup/pluginutils": "^4.1.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/vite/package.json
Expand Up @@ -48,7 +48,7 @@
"//": "READ .github/contributing.md to understand what to put under deps vs. devDeps!",
"dependencies": {
"esbuild": "^0.12.8",
"postcss": "^8.3.5",
"postcss": "^8.3.6",
"resolve": "^1.20.0",
"rollup": "^2.38.5"
},
Expand All @@ -61,12 +61,12 @@
"@rollup/plugin-commonjs": "^19.0.1",
"@rollup/plugin-dynamic-import-vars": "^1.3.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "13.0.2",
"@rollup/plugin-node-resolve": "13.0.4",
"@rollup/plugin-typescript": "^8.2.3",
"@rollup/pluginutils": "^4.1.1",
"@types/clean-css": "^4.2.5",
"@types/convert-source-map": "^1.5.2",
"@types/debug": "^4.1.6",
"@types/debug": "^4.1.7",
"@types/es-module-lexer": "^0.3.0",
"@types/estree": "^0.0.50",
"@types/etag": "^1.8.1",
Expand All @@ -76,7 +76,7 @@
"@types/resolve": "^1.20.1",
"@types/sass": "^1.16.1",
"@types/stylus": "^0.48.36",
"@types/ws": "^7.4.6",
"@types/ws": "^7.4.7",
"@vue/compiler-dom": "^3.1.5",
"acorn": "^8.4.1",
"acorn-class-fields": "^1.0.0",
Expand Down Expand Up @@ -111,7 +111,7 @@
"periscopic": "^2.0.3",
"postcss-import": "^14.0.2",
"postcss-load-config": "^3.0.0",
"postcss-modules": "^4.1.3",
"postcss-modules": "^4.2.2",
"resolve.exports": "^1.0.2",
"rollup-plugin-license": "^2.5.0",
"selfsigned": "^1.10.11",
Expand Down