Skip to content

Commit

Permalink
chore: Upgrade to Vite V6 (#3614)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-codecov authored Jan 9, 2025
1 parent 382246a commit 9cd4b84
Show file tree
Hide file tree
Showing 2 changed files with 977 additions and 1,630 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,19 +92,19 @@
"@babel/eslint-parser": "^7.25.9",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@chromatic-com/storybook": "^1",
"@codecov/vite-plugin": "^1.2.1",
"@sentry/vite-plugin": "^2.22.4",
"@storybook/addon-a11y": "^8.3.4",
"@storybook/addon-actions": "^8.3.4",
"@storybook/addon-essentials": "^8.3.4",
"@storybook/addon-links": "^8.3.4",
"@storybook/blocks": "^8.3.4",
"@storybook/builder-vite": "^8.3.4",
"@storybook/manager-api": "^8.3.4",
"@storybook/node-logger": "^8.3.4",
"@storybook/react": "^8.3.4",
"@storybook/react-vite": "^8.3.4",
"@storybook/theming": "^8.3.4",
"@codecov/vite-plugin": "^1.7.0",
"@sentry/vite-plugin": "^2.22.7",
"@storybook/addon-a11y": "^8.3.7",
"@storybook/addon-actions": "^8.3.7",
"@storybook/addon-essentials": "^8.3.7",
"@storybook/addon-links": "^8.3.7",
"@storybook/blocks": "^8.3.7",
"@storybook/builder-vite": "^8.3.7",
"@storybook/manager-api": "^8.3.7",
"@storybook/node-logger": "^8.3.7",
"@storybook/react": "^8.3.7",
"@storybook/react-vite": "^8.3.7",
"@storybook/theming": "^8.3.7",
"@tailwindcss/container-queries": "^0.1.1",
"@tanstack/eslint-plugin-query": "^4.38.0",
"@tanstack/react-query-devtools": "^4.29.6",
Expand All @@ -131,11 +131,11 @@
"@types/semver": "^7",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@vitejs/plugin-legacy": "^5.4.3",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-istanbul": "^2.1.3",
"@vitest/eslint-plugin": "^1.1.7",
"@vitest/ui": "^2.1.3",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-istanbul": "^2.1.8",
"@vitest/eslint-plugin": "^1.1.21",
"@vitest/ui": "^2.1.8",
"autoprefixer": "^10.4.14",
"babel-preset-react-app": "^10.0.1",
"confusing-browser-globals": "^1.0.11",
Expand Down Expand Up @@ -163,11 +163,11 @@
"tailwindcss": "^3.4.4",
"terser": "^5.34.1",
"typescript": "^4.9.5",
"vite": "^5.4.10",
"vite": "^6.0.6",
"vite-plugin-ejs": "^1.7.0",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.3"
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
},
"engines": {
"node": ">=22.11.0"
Expand Down
Loading

0 comments on commit 9cd4b84

Please sign in to comment.