Compare commits
6 Commits
717943168b
...
renovate/j
Author | SHA1 | Date | |
---|---|---|---|
49f230f081 | |||
c01b18f7e6 | |||
45676f91e4 | |||
60d2dea406 | |||
6543435a6f | |||
50aad62ee5 |
@@ -38,8 +38,8 @@
|
||||
"typescript": "~5.8.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"@types/react": "^19.0.0",
|
||||
"@types/react-dom": "^19.0.0"
|
||||
"@types/react": "^18.0.0",
|
||||
"@types/react-dom": "^18.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": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"react-router": "7.2.0",
|
||||
"react-router-dom": "7.2.0",
|
||||
"react-use": "^17.0.0"
|
||||
@@ -47,7 +47,7 @@
|
||||
"@testing-library/jest-dom": "^6.0.0",
|
||||
"@testing-library/react": "^16.0.0",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
"@types/jest": "^29.0.0",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/node": "^22.0.0",
|
||||
"@types/react-dom": "*",
|
||||
"cross-env": "^7.0.0",
|
||||
|
@@ -32,7 +32,7 @@
|
||||
"react-use": "^17.2.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.13.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
||||
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.30.0",
|
||||
|
Reference in New Issue
Block a user