Skip to content

Commit

Permalink
Move @types dependencies to devDependencies (#139)
Browse files Browse the repository at this point in the history
Signed-off-by: Antonin Bas <abas@vmware.com>
  • Loading branch information
antoninbas authored Oct 16, 2023
1 parent 1c9ce91 commit ddef844
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions client/web/antrea-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
"@reduxjs/toolkit": "^1.9.7",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/base-64": "^1.0.0",
"@types/d3": "^7.4.1",
"@types/d3-graphviz": "^2.6.8",
"@types/echarts": "^4.9.19",
"@types/node": "^20.8.3",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.11",
"@vitejs/plugin-react": "^4.0.4",
"axios": "^1.5.1",
"axios-auth-refresh": "^3.3.6",
Expand Down Expand Up @@ -58,6 +51,13 @@
"devDependencies": {
"@eslint/create-config": "^0.4.6",
"@testing-library/jest-dom": "^6.1.3",
"@types/base-64": "^1.0.0",
"@types/d3": "^7.4.1",
"@types/d3-graphviz": "^2.6.8",
"@types/echarts": "^4.9.19",
"@types/node": "^20.8.3",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.11",
"@types/uuid": "^9.0.4",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
Expand Down

0 comments on commit ddef844

Please sign in to comment.