Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres committed Jan 18, 2025
1 parent 48584ea commit 71b1ac7
Show file tree
Hide file tree
Showing 5 changed files with 151 additions and 203 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@
"@storybook/react-webpack5": "8.4.7",
"@storybook/theming": "8.4.7",
"@swc/core": "1.10.4",
"@testing-library/dom": "9.3.4",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "14.3.1",
"@testing-library/react": "16.2.0",
"@types/express": "4.17.21",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.14",
Expand Down Expand Up @@ -174,8 +174,8 @@
"postcss-styled-syntax": "0.7.0",
"prettier": "3.4.2",
"raf-stub": "3.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-window": "1.8.11",
"release-it": "17.11.0",
"require-from-string": "2.0.2",
Expand All @@ -194,8 +194,8 @@
"webpack": "5.97.1"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"license": "Apache-2.0",
"jest-junit": {
Expand Down
Loading

0 comments on commit 71b1ac7

Please sign in to comment.