Skip to content

Commit 3271fb9

Browse files
committed
[v3-2-test] Upgrade to Vite 8. (#65084)
* Upgrade to Vite 8. * Update vite.config.ts for plugin-react@6.0.0. (cherry picked from commit bcd31b2) Co-authored-by: Karthikeyan Singaravelan <tir.karthi@gmail.com>
1 parent 5560e7c commit 3271fb9

3 files changed

Lines changed: 1917 additions & 2735 deletions

File tree

airflow-core/src/airflow/ui/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"@eslint/compat": "^1.2.9",
7474
"@eslint/js": "^9.39.1",
7575
"@playwright/test": "^1.58.2",
76+
"@rolldown/plugin-babel": "^0.2.2",
7677
"@stylistic/eslint-plugin": "^2.13.0",
7778
"@tanstack/eslint-plugin-query": "^5.91.4",
7879
"@testing-library/jest-dom": "^6.9.1",
@@ -85,9 +86,9 @@
8586
"@typescript-eslint/eslint-plugin": "^8.56.1",
8687
"@typescript-eslint/parser": "^8.56.1",
8788
"@typescript-eslint/utils": "^8.56.1",
88-
"@vitejs/plugin-react": "^5.1.4",
89+
"@vitejs/plugin-react": "^6.0.1",
8990
"@vitejs/plugin-react-swc": "^4.2.3",
90-
"@vitest/coverage-v8": "^3.2.4",
91+
"@vitest/coverage-v8": "^4.1.4",
9192
"babel-plugin-react-compiler": "^1.0.0",
9293
"eslint": "^9.39.1",
9394
"eslint-config-prettier": "^10.1.8",
@@ -109,9 +110,9 @@
109110
"ts-morph": "^27.0.2",
110111
"typescript": "^5.9.3",
111112
"typescript-eslint": "^8.56.1",
112-
"vite": "^7.3.1",
113+
"vite": "^8.0.8",
113114
"vite-plugin-css-injected-by-js": "^3.5.2",
114-
"vitest": "^3.2.4",
115+
"vitest": "^4.1.4",
115116
"web-worker": "^1.5.0"
116117
},
117118
"pnpm": {

0 commit comments

Comments
 (0)