chore(ui,icons): Add React 19/19-rc to peer dependencies (#10458)
Resolves SUP-478
This commit is contained in:
committed by
GitHub
parent
4b5b93a796
commit
f7aaf2c8bb
@@ -55,7 +55,7 @@
|
||||
"vitest": "^0.32.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.x || ^17.x || ^18.x"
|
||||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
||||
},
|
||||
"packageManager": "yarn@3.2.1",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -67,8 +67,8 @@
|
||||
"jsdom": "^22.1.0",
|
||||
"postcss": "^8.4.38",
|
||||
"prop-types": "^15.8.1",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"resize-observer-polyfill": "^1.5.1",
|
||||
"rimraf": "^5.0.1",
|
||||
"storybook": "^8.3.5",
|
||||
@@ -108,8 +108,8 @@
|
||||
"tailwind-merge": "^2.2.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0"
|
||||
"react": "^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
||||
"react-dom": "^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
||||
},
|
||||
"browserslist": [
|
||||
"last 3 chrome versions",
|
||||
|
||||
Reference in New Issue
Block a user