Skip to content

Commit

Permalink
chore: upgrade antd package to v5 (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
shootermv authored Dec 15, 2023
1 parent 077077e commit 5e44215
Show file tree
Hide file tree
Showing 4 changed files with 387 additions and 287 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@mui/x-date-pickers": "^6.12.1",
"@types/leaflet.markercluster": "^1.5.2",
"@vitejs/plugin-react-swc": "^3.4.0",
"antd": "^4.22.5",
"antd": "^5.12.2",
"axios": "^1.6.0",
"classnames": "^2.3.2",
"dayjs": "^1.11.9",
Expand Down
1 change: 0 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'antd/dist/antd.min.css'
import './App.scss'
import 'leaflet/dist/leaflet.css'
import 'moment/locale/he'
Expand Down
1 change: 0 additions & 1 deletion src/routes/MainRoute.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { useCallback, useEffect } from 'react'
import 'antd/dist/antd.min.css'
import { ConfigProvider } from 'antd'
import 'leaflet/dist/leaflet.css'
import heIL from 'antd/es/locale/he_IL'
Expand Down
Loading

0 comments on commit 5e44215

Please sign in to comment.