Compare commits
3 Commits
7966a61a2b
...
a8ec54fb0a
Author | SHA1 | Date | |
---|---|---|---|
a8ec54fb0a | |||
8e6cf609de | |||
7740ba10b4 |
@ -38,8 +38,8 @@
|
||||
"typescript": "~5.7.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"@types/react": "^18.0.0",
|
||||
"@types/react-dom": "^18.0.0"
|
||||
"@types/react": "^19.0.0",
|
||||
"@types/react-dom": "^19.0.0"
|
||||
},
|
||||
"prettier": "@spotify/prettier-config",
|
||||
"lint-staged": {
|
||||
|
@ -36,8 +36,8 @@
|
||||
"@mui/material": "^6.0.0",
|
||||
"@mui/icons-material": "^6.0.0",
|
||||
"history": "^5.0.0",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-router": "7.1.3",
|
||||
"react-router-dom": "7.1.3",
|
||||
"react-use": "^17.0.0"
|
||||
|
@ -32,7 +32,7 @@
|
||||
"react-use": "^17.2.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
|
||||
"react": "^16.13.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.29.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user