Skip to content

Commit 635c527

Browse files
committed
chore: update react router
1 parent f74a517 commit 635c527

File tree

3 files changed

+188
-64
lines changed

3 files changed

+188
-64
lines changed

frontend/components/LicenseInvalidAlert.pro.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { __ } from '@common/helpers/i18nwrap'
22
import LucideIcn from '@icons/LucideIcn'
33
import { Alert } from 'antd'
4-
import { Link } from 'react-router-dom'
4+
import { Link } from 'react-router'
55

66
import useCheckLicenseValidity from './SupportPage/data/useCheckLicenseValidity'
77

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"react-draggable": "^4.4.6",
5151
"react-focus-bounder": "^1.1.6",
5252
"react-multiple-select-dropdown-lite": "^2.0.6",
53-
"react-router-dom": "^6.24.0",
53+
"react-router": "^7.1.1",
5454
"react-use": "^17.5.0",
5555
"react-virtualized-auto-sizer": "^1.0.24",
5656
"react-window": "^1.8.10",
@@ -141,4 +141,4 @@
141141
"vite-tsconfig-paths": "^5.0.1",
142142
"vitest": "^1.6.0"
143143
}
144-
}
144+
}

0 commit comments

Comments
 (0)