Skip to content

Commit b6e6fcf

Browse files
committed
React 19 package include
1 parent e0bb07a commit b6e6fcf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@types/react-modal": "^3.13.1",
2424
"date-fns": "^2.29.3",
2525
"husky": "^8.0.3",
26-
"react": "19.0.0",
27-
"react-dom": "19.0.0",
26+
"react": "^19.0.0",
27+
"react-dom": "^19.0.0",
2828
"react-modal": "^3.16.1",
2929
"react-tooltip": "^5.28.0"
3030
},

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5688,7 +5688,7 @@ ramda@0.29.0:
56885688
resolved "https://registry.npmjs.org/ramda/-/ramda-0.29.0.tgz"
56895689
integrity sha512-BBea6L67bYLtdbOqfp8f58fPMqEwx0doL+pAi8TZyp2YWz8R9G8z9x75CZI8W+ftqhFHCpEX2cRnUUXK130iKA==
56905690

5691-
react-dom@19.0.0:
5691+
react-dom@^19.0.0:
56925692
version "19.0.0"
56935693
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.0.0.tgz#43446f1f01c65a4cd7f7588083e686a6726cfb57"
56945694
integrity sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==
@@ -5755,7 +5755,7 @@ react-tooltip@^5.28.0:
57555755
"@floating-ui/dom" "^1.6.1"
57565756
classnames "^2.3.0"
57575757

5758-
react@19.0.0:
5758+
react@^19.0.0:
57595759
version "19.0.0"
57605760
resolved "https://registry.yarnpkg.com/react/-/react-19.0.0.tgz#6e1969251b9f108870aa4bff37a0ce9ddfaaabdd"
57615761
integrity sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==

0 commit comments

Comments
 (0)