Skip to content

Commit 271e3cf

Browse files
authored
feat: Support React 19 (#77)
1 parent d75c4b6 commit 271e3cf

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@
6969
},
7070
"peerDependencies": {
7171
"@cloudscape-design/components": "^3",
72-
"react": "^18.2.0",
73-
"react-dom": "^18.2.0"
72+
"react": ">=18.2.0"
7473
},
7574
"devDependencies": {
7675
"@cloudscape-design/browser-test-tools": "^3.0.4",
@@ -147,7 +146,8 @@
147146
"size-limit": [
148147
{
149148
"path": "lib/components/index.js",
150-
"limit": "7.00kb"
149+
"limit": "7.00kb",
150+
"ignore": "react-dom"
151151
},
152152
{
153153
"path": "lib/components/code-view/highlight/javascript.js",

0 commit comments

Comments
 (0)