Skip to content

Commit

Permalink
HDDS-11368. Remove dependency on Babel in Vite (apache#7119)
Browse files Browse the repository at this point in the history
  • Loading branch information
devabhishekpal authored Aug 28, 2024
1 parent 0bd8ba1 commit 41d8147
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 414 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/react-select": "^3.0.13",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"@vitejs/plugin-react": "^4.0.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^3.4.1",
Expand All @@ -74,7 +74,6 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.8.4",
"vite": "4.5.3",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^3.6.0",
"vitest": "^1.6.0"
},
Expand Down
Loading

0 comments on commit 41d8147

Please sign in to comment.