chore(ui,icons): Add React 19/19-rc to peer dependencies (#10458)

Resolves SUP-478
This commit is contained in:
Kasper Fabricius Kristensen
2024-12-20 13:18:30 +01:00
committed by GitHub
parent 4b5b93a796
commit f7aaf2c8bb
4 changed files with 18 additions and 12 deletions

View File

@@ -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",