Skip to content

Commit

Permalink
chore: add vite resolution (#6284)
Browse files Browse the repository at this point in the history
## About the changes
Some transitive dependencies still depends on vite@5.0.0 so this should
bring them up to 5.1.3
  • Loading branch information
gastonfournier committed Feb 20, 2024
1 parent e9d9db1 commit b22b423
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
12 changes: 3 additions & 9 deletions frontend/package.json
Expand Up @@ -2,10 +2,7 @@
"name": "unleash-frontend-local",
"version": "0.0.0",
"private": true,
"files": [
"index.js",
"build"
],
"files": ["index.js", "build"],
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -132,6 +129,7 @@
"@codemirror/state": "6.4.0",
"@xmldom/xmldom": "^0.8.4",
"json5": "^2.2.2",
"vite": "5.1.3",
"@types/react": "17.0.75",
"@types/react-dom": "17.0.25",
"semver": "7.6.0"
Expand All @@ -144,11 +142,7 @@
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"production": [">0.2%", "not dead", "not op_mini all"],
"development": [
"last 1 chrome version",
"last 1 firefox version",
Expand Down
15 changes: 2 additions & 13 deletions frontend/yarn.lock
Expand Up @@ -6189,7 +6189,7 @@ popper.js@^1.16.0:
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.16.1.tgz#2a223cb3dc7b6213d740e40372be40de43e65b1b"
integrity sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==

postcss@^8.4.32, postcss@^8.4.35:
postcss@^8.4.35:
version "8.4.35"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.35.tgz#60997775689ce09011edf083a549cea44aabe2f7"
integrity sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==
Expand Down Expand Up @@ -7650,7 +7650,7 @@ vite-tsconfig-paths@4.3.1:
globrex "^0.1.2"
tsconfck "^3.0.1"

vite@5.1.3:
vite@5.1.3, vite@^5.0.0:
version "5.1.3"
resolved "https://registry.yarnpkg.com/vite/-/vite-5.1.3.tgz#dd072653a80225702265550a4700561740dfde55"
integrity sha512-UfmUD36DKkqhi/F75RrxvPpry+9+tTkrXfMNZD+SboZqBCMsxKtO52XeGzzuh7ioz+Eo/SYDBbdb0Z7vgcDJew==
Expand All @@ -7661,17 +7661,6 @@ vite@5.1.3:
optionalDependencies:
fsevents "~2.3.3"

vite@^5.0.0:
version "5.0.10"
resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.10.tgz#1e13ef5c3cf5aa4eed81f5df6d107b3c3f1f6356"
integrity sha512-2P8J7WWgmc355HUMlFrwofacvr98DAjoE52BfdbwQtyLH06XKwaL/FMnmKM2crF0iX4MpmMKoDlNCB1ok7zHCw==
dependencies:
esbuild "^0.19.3"
postcss "^8.4.32"
rollup "^4.2.0"
optionalDependencies:
fsevents "~2.3.3"

vitest@1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-1.2.2.tgz#9e29ad2a74a5df553c30c5798c57a062d58ce299"
Expand Down

0 comments on commit b22b423

Please sign in to comment.