Skip to content

Commit 134e081

Browse files
panuhorsmalahtiIku-turso
authored andcommitted
feat: Support react 19
1 parent d7e80b7 commit 134e081

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"mobx-react": "^9.1.1",
5050
"nodemon": "^2.0.15",
5151
"prettier": "^2.4.1",
52-
"react": "^18.2.0",
53-
"react-dom": "^18.2.0",
52+
"react": "^18.2.0 || ^19",
53+
"react-dom": "^18.2.0 || ^19",
5454
"timers": "^0.1.1",
5555
"type-fest": "^2.12.0",
5656
"typescript": "^5.7.3",

packages/discoverable/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"@testing-library/react": "^16.0.1",
2828
"@testing-library/user-event": "^14.5.2",
2929
"lodash": "^4.17.21",
30-
"react": "^18",
31-
"react-dom": "^18"
30+
"react": "^18 || ^19",
31+
"react-dom": "^18 || ^19"
3232
},
3333
"devDependencies": {
3434
"@async-fn/jest": "^1.6.4",

packages/element-component/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"peerDependencies": {
2424
"@lensapp/fp": "^16 || ^17 || ^18 || ^19 || ^20",
2525
"lodash": "^4.17.21",
26-
"react": "^18",
27-
"react-dom": "^18"
26+
"react": "^18 || ^19",
27+
"react-dom": "^18 || ^19"
2828
},
2929
"devDependencies": {
3030
"@async-fn/jest": "^1.6.4",

packages/injectable/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"lodash": "^4.17.21",
2626
"mobx": "^6.12.4",
2727
"mobx-react": "^9.1.1",
28-
"react": "^18"
28+
"react": "^18 || ^19"
2929
},
3030
"gitHead": "a5e3d70aa0d5d45dbf2f3d37f586fac93bfffc86",
3131
"bugs": {

0 commit comments

Comments
 (0)