Bump vite from 3.2.2 to 3.2.3 (#3745)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v3.2.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e748d18876
commit
344131a623
4 changed files with 19 additions and 15 deletions
|
@ -25,7 +25,7 @@
|
|||
"@types/react": "^17.0.45",
|
||||
"@types/react-dom": "^17.0.16",
|
||||
"@vitejs/plugin-react": "^2.2.0",
|
||||
"vite": "^3.2.2",
|
||||
"vite": "^3.2.3",
|
||||
"vite-plugin-checker": "^0.5.1"
|
||||
},
|
||||
"wireit": {
|
||||
|
|
|
@ -116,7 +116,7 @@
|
|||
"progress-promise": "^0.0.6",
|
||||
"tar-fs": "^2.1.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"vite": "^3.2.2",
|
||||
"vite": "^3.2.3",
|
||||
"vite-plugin-checker": "^0.5.1",
|
||||
"vitest": "^0.25.1",
|
||||
"webpack": "^5.74.0"
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
"@types/react-dom": "^17.0.16",
|
||||
"@vitejs/plugin-react": "^2.2.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.4",
|
||||
"vite": "^3.2.2",
|
||||
"vite": "^3.2.3",
|
||||
"vite-plugin-checker": "^0.5.1",
|
||||
"vite-plugin-dts": "^1.7.0"
|
||||
}
|
||||
|
|
28
package-lock.json
generated
28
package-lock.json
generated
|
@ -50,7 +50,7 @@
|
|||
"@types/react": "^17.0.45",
|
||||
"@types/react-dom": "^17.0.16",
|
||||
"@vitejs/plugin-react": "^2.2.0",
|
||||
"vite": "^3.2.2",
|
||||
"vite": "^3.2.3",
|
||||
"vite-plugin-checker": "^0.5.1"
|
||||
}
|
||||
},
|
||||
|
@ -200,7 +200,7 @@
|
|||
"progress-promise": "^0.0.6",
|
||||
"tar-fs": "^2.1.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"vite": "^3.2.2",
|
||||
"vite": "^3.2.3",
|
||||
"vite-plugin-checker": "^0.5.1",
|
||||
"vitest": "^0.25.1",
|
||||
"webpack": "^5.74.0"
|
||||
|
@ -611,7 +611,7 @@
|
|||
"@types/react-dom": "^17.0.16",
|
||||
"@vitejs/plugin-react": "^2.2.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.4",
|
||||
"vite": "^3.2.2",
|
||||
"vite": "^3.2.3",
|
||||
"vite-plugin-checker": "^0.5.1",
|
||||
"vite-plugin-dts": "^1.7.0"
|
||||
}
|
||||
|
@ -14971,9 +14971,9 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/vite": {
|
||||
"version": "3.2.2",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-3.2.2.tgz",
|
||||
"integrity": "sha512-pLrhatFFOWO9kS19bQ658CnRYzv0WLbsPih6R+iFeEEhDOuYgYCX2rztUViMz/uy/V8cLCJvLFeiOK7RJEzHcw==",
|
||||
"version": "3.2.3",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-3.2.3.tgz",
|
||||
"integrity": "sha512-h8jl1TZ76eGs3o2dIBSsvXDLb1m/Ec1iej8ZMdz+PsaFUsftZeWe2CZOI3qogEsMNaywc17gu0q6cQDzh/weCQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"esbuild": "^0.15.9",
|
||||
|
@ -14991,6 +14991,7 @@
|
|||
"fsevents": "~2.3.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/node": ">= 14",
|
||||
"less": "*",
|
||||
"sass": "*",
|
||||
"stylus": "*",
|
||||
|
@ -14998,6 +14999,9 @@
|
|||
"terser": "^5.4.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@types/node": {
|
||||
"optional": true
|
||||
},
|
||||
"less": {
|
||||
"optional": true
|
||||
},
|
||||
|
@ -19259,7 +19263,7 @@
|
|||
"react-i18next": "^12.0.0",
|
||||
"react-router": "^6.4.3",
|
||||
"react-router-dom": "^6.4.3",
|
||||
"vite": "^3.2.2",
|
||||
"vite": "^3.2.3",
|
||||
"vite-plugin-checker": "^0.5.1"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -19385,7 +19389,7 @@
|
|||
"tar-fs": "^2.1.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"use-react-router-breadcrumbs": "^2.0.2",
|
||||
"vite": "^3.2.2",
|
||||
"vite": "^3.2.3",
|
||||
"vite-plugin-checker": "^0.5.1",
|
||||
"vitest": "^0.25.1",
|
||||
"webpack": "^5.74.0"
|
||||
|
@ -23127,7 +23131,7 @@
|
|||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.4",
|
||||
"vite": "^3.2.2",
|
||||
"vite": "^3.2.3",
|
||||
"vite-plugin-checker": "^0.5.1",
|
||||
"vite-plugin-dts": "^1.7.0"
|
||||
}
|
||||
|
@ -26035,9 +26039,9 @@
|
|||
}
|
||||
},
|
||||
"vite": {
|
||||
"version": "3.2.2",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-3.2.2.tgz",
|
||||
"integrity": "sha512-pLrhatFFOWO9kS19bQ658CnRYzv0WLbsPih6R+iFeEEhDOuYgYCX2rztUViMz/uy/V8cLCJvLFeiOK7RJEzHcw==",
|
||||
"version": "3.2.3",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-3.2.3.tgz",
|
||||
"integrity": "sha512-h8jl1TZ76eGs3o2dIBSsvXDLb1m/Ec1iej8ZMdz+PsaFUsftZeWe2CZOI3qogEsMNaywc17gu0q6cQDzh/weCQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"esbuild": "^0.15.9",
|
||||
|
|
Loading…
Reference in a new issue