mirror of
https://github.com/vitejs/vite.git
synced 2024-11-22 07:09:05 +00:00
chore(deps): update all non-major dependencies (#7949)
This commit is contained in:
parent
025eebf7e6
commit
b877d30a05
12
package.json
12
package.json
@ -34,24 +34,24 @@
|
||||
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@microsoft/api-extractor": "^7.23.0",
|
||||
"@types/fs-extra": "^9.0.13",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/node": "^17.0.25",
|
||||
"@types/prompts": "^2.0.14",
|
||||
"@types/semver": "^7.3.9",
|
||||
"@typescript-eslint/eslint-plugin": "^5.20.0",
|
||||
"@typescript-eslint/parser": "^5.20.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.21.0",
|
||||
"@typescript-eslint/parser": "^5.21.0",
|
||||
"conventional-changelog-cli": "^2.2.2",
|
||||
"cross-env": "^7.0.3",
|
||||
"esbuild": "^0.14.27",
|
||||
"eslint": "^8.13.0",
|
||||
"eslint": "^8.14.0",
|
||||
"eslint-define-config": "^1.4.0",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"execa": "^5.1.1",
|
||||
"fs-extra": "^10.1.0",
|
||||
"jest": "^27.5.1",
|
||||
"lint-staged": "^12.4.0",
|
||||
"lint-staged": "^12.4.1",
|
||||
"minimist": "^1.2.6",
|
||||
"node-fetch": "^2.6.6",
|
||||
"npm-run-all": "^4.1.5",
|
||||
@ -85,7 +85,7 @@
|
||||
"eslint --ext .ts"
|
||||
]
|
||||
},
|
||||
"packageManager": "pnpm@6.32.9",
|
||||
"packageManager": "pnpm@6.32.11",
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"vite": "workspace:*",
|
||||
|
@ -22,8 +22,8 @@
|
||||
},
|
||||
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
|
||||
"dependencies": {
|
||||
"@babel/standalone": "^7.17.9",
|
||||
"core-js": "^3.22.2",
|
||||
"@babel/standalone": "^7.17.11",
|
||||
"core-js": "^3.22.3",
|
||||
"magic-string": "^0.26.1",
|
||||
"regenerator-runtime": "^0.13.9",
|
||||
"systemjs": "^6.12.1"
|
||||
|
@ -33,13 +33,13 @@
|
||||
},
|
||||
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-react#readme",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.17.9",
|
||||
"@babel/core": "^7.17.10",
|
||||
"@babel/plugin-transform-react-jsx": "^7.17.3",
|
||||
"@babel/plugin-transform-react-jsx-development": "^7.16.7",
|
||||
"@babel/plugin-transform-react-jsx-self": "^7.16.7",
|
||||
"@babel/plugin-transform-react-jsx-source": "^7.16.7",
|
||||
"@rollup/pluginutils": "^4.2.1",
|
||||
"react-refresh": "^0.12.0",
|
||||
"react-refresh": "^0.13.0",
|
||||
"resolve": "^1.22.0"
|
||||
}
|
||||
}
|
||||
|
@ -22,7 +22,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.17.9",
|
||||
"@babel/core": "^7.17.10",
|
||||
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
||||
"@babel/plugin-transform-typescript": "^7.16.8",
|
||||
"@rollup/pluginutils": "^4.2.1",
|
||||
|
@ -44,7 +44,7 @@
|
||||
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
|
||||
"dependencies": {
|
||||
"esbuild": "^0.14.27",
|
||||
"postcss": "^8.4.12",
|
||||
"postcss": "^8.4.13",
|
||||
"resolve": "^1.22.0",
|
||||
"rollup": "^2.59.0"
|
||||
},
|
||||
@ -52,9 +52,9 @@
|
||||
"fsevents": "~2.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ampproject/remapping": "^2.1.2",
|
||||
"@babel/parser": "^7.17.9",
|
||||
"@babel/types": "^7.17.0",
|
||||
"@ampproject/remapping": "^2.2.0",
|
||||
"@babel/parser": "^7.17.10",
|
||||
"@babel/types": "^7.17.10",
|
||||
"@jridgewell/trace-mapping": "^0.3.9",
|
||||
"@rollup/plugin-alias": "^3.1.9",
|
||||
"@rollup/plugin-commonjs": "^21.1.0",
|
||||
@ -72,12 +72,12 @@
|
||||
"@types/micromatch": "^4.0.2",
|
||||
"@types/mime": "^2.0.3",
|
||||
"@types/node": "^17.0.25",
|
||||
"@types/resolve": "^1.20.1",
|
||||
"@types/resolve": "^1.20.2",
|
||||
"@types/sass": "~1.43.1",
|
||||
"@types/stylus": "^0.48.37",
|
||||
"@types/ws": "^8.5.3",
|
||||
"@vue/compiler-dom": "^3.2.33",
|
||||
"acorn": "^8.7.0",
|
||||
"acorn": "^8.7.1",
|
||||
"cac": "6.7.9",
|
||||
"chokidar": "^3.5.3",
|
||||
"connect": "^3.7.0",
|
||||
@ -112,11 +112,11 @@
|
||||
"source-map-js": "^1.0.2",
|
||||
"source-map-support": "^0.5.21",
|
||||
"strip-ansi": "^6.0.1",
|
||||
"terser": "^5.12.1",
|
||||
"terser": "^5.13.1",
|
||||
"tsconfck": "^1.2.2",
|
||||
"tslib": "^2.3.1",
|
||||
"tslib": "^2.4.0",
|
||||
"types": "link:./types",
|
||||
"ws": "^8.5.0"
|
||||
"ws": "^8.6.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"less": "*",
|
||||
|
624
pnpm-lock.yaml
624
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user