mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 22:59:10 +00:00
chore(deps): update all non-major dependencies (#9478)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
cecc366614
commit
c530d16830
18
package.json
18
package.json
@ -37,8 +37,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/types": "^7.18.9",
|
||||
"@microsoft/api-extractor": "^7.28.6",
|
||||
"@rollup/plugin-typescript": "^8.3.3",
|
||||
"@microsoft/api-extractor": "^7.28.7",
|
||||
"@rollup/plugin-typescript": "^8.3.4",
|
||||
"@types/babel__core": "^7.1.19",
|
||||
"@types/babel__standalone": "^7.1.4",
|
||||
"@types/convert-source-map": "^1.5.2",
|
||||
@ -57,12 +57,12 @@
|
||||
"@types/semver": "^7.3.10",
|
||||
"@types/stylus": "^0.48.38",
|
||||
"@types/ws": "^8.5.3",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.7",
|
||||
"@typescript-eslint/parser": "^5.30.7",
|
||||
"@typescript-eslint/eslint-plugin": "^5.31.0",
|
||||
"@typescript-eslint/parser": "^5.31.0",
|
||||
"conventional-changelog-cli": "^2.2.2",
|
||||
"cross-env": "^7.0.3",
|
||||
"esbuild": "^0.14.47",
|
||||
"eslint": "^8.20.0",
|
||||
"eslint": "^8.21.0",
|
||||
"eslint-define-config": "^1.6.0",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
@ -72,8 +72,8 @@
|
||||
"minimist": "^1.2.6",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"picocolors": "^1.0.0",
|
||||
"playwright-chromium": "^1.24.0",
|
||||
"pnpm": "^7.6.0",
|
||||
"playwright-chromium": "^1.24.2",
|
||||
"pnpm": "^7.8.0",
|
||||
"prettier": "2.7.1",
|
||||
"prompts": "^2.4.2",
|
||||
"rimraf": "^3.0.2",
|
||||
@ -86,7 +86,7 @@
|
||||
"unbuild": "^0.7.6",
|
||||
"vite": "workspace:*",
|
||||
"vitepress": "^1.0.0-alpha.4",
|
||||
"vitest": "^0.19.0",
|
||||
"vitest": "^0.20.2",
|
||||
"vue": "^3.2.37"
|
||||
},
|
||||
"simple-git-hooks": {
|
||||
@ -107,7 +107,7 @@
|
||||
"eslint --cache --fix"
|
||||
]
|
||||
},
|
||||
"packageManager": "pnpm@7.6.0",
|
||||
"packageManager": "pnpm@7.8.0",
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"vite": "workspace:*",
|
||||
|
@ -21,6 +21,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^4.6.4",
|
||||
"vite": "^3.0.2"
|
||||
"vite": "^3.0.4"
|
||||
}
|
||||
}
|
||||
|
@ -18,6 +18,6 @@
|
||||
"lit": "^2.2.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "^3.0.2"
|
||||
"vite": "^3.0.4"
|
||||
}
|
||||
}
|
||||
|
@ -14,6 +14,6 @@
|
||||
"devDependencies": {
|
||||
"@preact/preset-vite": "^2.3.0",
|
||||
"typescript": "^4.6.4",
|
||||
"vite": "^3.0.2"
|
||||
"vite": "^3.0.4"
|
||||
}
|
||||
}
|
||||
|
@ -13,6 +13,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@preact/preset-vite": "^2.3.0",
|
||||
"vite": "^3.0.2"
|
||||
"vite": "^3.0.4"
|
||||
}
|
||||
}
|
||||
|
@ -17,6 +17,6 @@
|
||||
"@types/react-dom": "^18.0.6",
|
||||
"@vitejs/plugin-react": "^2.0.0",
|
||||
"typescript": "^4.6.4",
|
||||
"vite": "^3.0.2"
|
||||
"vite": "^3.0.4"
|
||||
}
|
||||
}
|
||||
|
@ -16,6 +16,6 @@
|
||||
"@types/react": "^18.0.15",
|
||||
"@types/react-dom": "^18.0.6",
|
||||
"@vitejs/plugin-react": "^2.0.0",
|
||||
"vite": "^3.0.2"
|
||||
"vite": "^3.0.4"
|
||||
}
|
||||
}
|
||||
|
@ -17,6 +17,6 @@
|
||||
"svelte-preprocess": "^4.10.7",
|
||||
"tslib": "^2.4.0",
|
||||
"typescript": "^4.6.4",
|
||||
"vite": "^3.0.2"
|
||||
"vite": "^3.0.4"
|
||||
}
|
||||
}
|
||||
|
@ -11,6 +11,6 @@
|
||||
"devDependencies": {
|
||||
"@sveltejs/vite-plugin-svelte": "^1.0.1",
|
||||
"svelte": "^3.49.0",
|
||||
"vite": "^3.0.2"
|
||||
"vite": "^3.0.4"
|
||||
}
|
||||
}
|
||||
|
@ -10,6 +10,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^4.6.4",
|
||||
"vite": "^3.0.2"
|
||||
"vite": "^3.0.4"
|
||||
}
|
||||
}
|
||||
|
@ -9,6 +9,6 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "^3.0.2"
|
||||
"vite": "^3.0.4"
|
||||
}
|
||||
}
|
||||
|
@ -14,7 +14,7 @@
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^3.0.1",
|
||||
"typescript": "^4.6.4",
|
||||
"vite": "^3.0.2",
|
||||
"vue-tsc": "^0.39.0"
|
||||
"vite": "^3.0.4",
|
||||
"vue-tsc": "^0.39.4"
|
||||
}
|
||||
}
|
||||
|
@ -13,6 +13,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^3.0.1",
|
||||
"vite": "^3.0.2"
|
||||
"vite": "^3.0.4"
|
||||
}
|
||||
}
|
||||
|
@ -36,7 +36,7 @@
|
||||
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
|
||||
"dependencies": {
|
||||
"@babel/standalone": "^7.18.9",
|
||||
"core-js": "^3.24.0",
|
||||
"core-js": "^3.24.1",
|
||||
"magic-string": "^0.26.2",
|
||||
"regenerator-runtime": "^0.13.9",
|
||||
"systemjs": "^6.12.1"
|
||||
|
@ -76,7 +76,7 @@
|
||||
"@rollup/plugin-dynamic-import-vars": "^1.4.3",
|
||||
"@rollup/plugin-json": "^4.1.0",
|
||||
"@rollup/plugin-node-resolve": "13.3.0",
|
||||
"@rollup/plugin-typescript": "^8.3.3",
|
||||
"@rollup/plugin-typescript": "^8.3.4",
|
||||
"@rollup/pluginutils": "^4.2.1",
|
||||
"@vue/compiler-dom": "^3.2.37",
|
||||
"acorn": "^8.8.0",
|
||||
|
@ -10,7 +10,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"sass": "^1.54.0",
|
||||
"tailwindcss": "^3.1.6",
|
||||
"tailwindcss": "^3.1.7",
|
||||
"fast-glob": "^3.2.11"
|
||||
}
|
||||
}
|
||||
|
@ -10,7 +10,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.2.37",
|
||||
"vue-router": "^4.1.2"
|
||||
"vue-router": "^4.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "workspace:*",
|
||||
|
@ -9,14 +9,14 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.9.3",
|
||||
"@emotion/react": "^11.10.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-switch": "^7.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-proposal-pipeline-operator": "^7.18.9",
|
||||
"@emotion/babel-plugin": "^11.9.2",
|
||||
"@emotion/babel-plugin": "^11.10.0",
|
||||
"@vitejs/plugin-react": "workspace:*"
|
||||
},
|
||||
"babel": {
|
||||
|
@ -17,7 +17,7 @@
|
||||
"dependencies": {
|
||||
"example-external-component": "file:example-external-component",
|
||||
"vue": "^3.2.37",
|
||||
"vue-router": "^4.1.2",
|
||||
"vue-router": "^4.1.3",
|
||||
"vuex": "^4.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -9,6 +9,6 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"tailwindcss": "^3.1.6"
|
||||
"tailwindcss": "^3.1.7"
|
||||
}
|
||||
}
|
||||
|
@ -9,10 +9,10 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"autoprefixer": "^10.4.7",
|
||||
"tailwindcss": "^3.1.6",
|
||||
"autoprefixer": "^10.4.8",
|
||||
"tailwindcss": "^3.1.7",
|
||||
"vue": "^3.2.37",
|
||||
"vue-router": "^4.1.2"
|
||||
"vue-router": "^4.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "workspace:*",
|
||||
|
517
pnpm-lock.yaml
517
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user