Upgrade vite packages

pull/2524/head
Jérémy Rialland 2023-02-20 16:51:23 +01:00 committed by Jérémy Rialland
parent 3f4b4ce86e
commit 1f294efd21
5 changed files with 2408 additions and 2169 deletions

View File

@ -55,8 +55,8 @@
"chai-http": "^4.3.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"vitest": "^0.25.3",
"typescript": "^4.9.5",
"vitest": "^0.28.5",
"wait-on": "^6.0.1"
}
}

View File

@ -56,6 +56,9 @@
"prettier": "^2.8.3",
"rimraf": "^3.0.2"
},
"resolutions": {
"rollup": "^3.10.0"
},
"packageManager": "yarn@3.3.0",
"engines": {
"node": "^18"

View File

@ -35,7 +35,7 @@
"@types/node": "^18.11.10",
"@types/safe-timers": "^1.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
"typescript": "^4.9.5"
},
"engines": {
"node": "^16"

View File

@ -113,15 +113,15 @@
"@react-types/numberfield": "^3.3.5",
"@react-types/searchfield": "^3.3.5",
"@redux-devtools/extension": "^3.2.3",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-yaml": "^3.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-yaml": "^4.0.1",
"@rushstack/package-deps-hash": "^3.2.64",
"@storybook/addon-a11y": "^6.5.14",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-interactions": "^6.5.13",
"@storybook/addon-links": "^6.5.13",
"@storybook/builder-vite": "^0.2.5",
"@storybook/builder-vite": "^0.4.2",
"@storybook/react": "^6.5.13",
"@storybook/testing-library": "^0.0.13",
"@types/history": "^5.0.0",
@ -133,8 +133,8 @@
"@types/recharts": "^1.8.24",
"@types/serve-static": "^1.15.0",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-legacy": "^2.3.1",
"@vitejs/plugin-react": "^2.2.0",
"@vitejs/plugin-legacy": "^4.0.1",
"@vitejs/plugin-react": "^3.1.0",
"cypress": "^12.5.1",
"cypress-axe": "^1.1.0",
"cypress-plugin-tab": "^1.0.5",
@ -147,10 +147,10 @@
"serve-static": "^1.15.0",
"ts-morph": "^17.0.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"vite": "^3.2.5",
"vite-plugin-pwa": "^0.14.3",
"vitest": "^0.25.3",
"typescript": "^4.9.5",
"vite": "^4.1.3",
"vite-plugin-pwa": "^0.14.4",
"vitest": "^0.28.5",
"workbox-expiration": "^6.5.4",
"workbox-navigation-preload": "^6.5.4",
"workbox-precaching": "^6.5.4",

4550
yarn.lock

File diff suppressed because it is too large Load Diff