Skip to content

Commit 2ee6f61

Browse files
Update react monorepo
1 parent 4998898 commit 2ee6f61

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"uuid": "9.0.0"
5454
},
5555
"peerDependencies": {
56-
"react": "~18",
57-
"react-dom": "~18"
56+
"react": "~19.2.0",
57+
"react-dom": "~19.2.0"
5858
},
5959
"devDependencies": {
6060
"@cucumber/compatibility-kit": "^27.0.0",
@@ -74,8 +74,8 @@
7474
"@types/mime": "^3.0.1",
7575
"@types/mocha": "^10.0.6",
7676
"@types/node": "18.11.18",
77-
"@types/react": "^18.0.26",
78-
"@types/react-dom": "^18.0.9",
77+
"@types/react": "^19.0.0",
78+
"@types/react-dom": "^19.0.0",
7979
"@types/sinon": "^17.0.2",
8080
"@types/sinon-chai": "^3.2.12",
8181
"@typescript-eslint/eslint-plugin": "^8.24.1",
@@ -88,7 +88,7 @@
8888
"eslint-plugin-import": "^2.31.0",
8989
"eslint-plugin-n": "^17.15.1",
9090
"eslint-plugin-react": "^7.37.4",
91-
"eslint-plugin-react-hooks": "^5.1.0",
91+
"eslint-plugin-react-hooks": "^7.0.0",
9292
"eslint-plugin-simple-import-sort": "^12.1.1",
9393
"glob": "8.1.0",
9494
"global-jsdom": "^9.1.0",
@@ -98,9 +98,9 @@
9898
"nyc": "15.1.0",
9999
"path-browserify": "1.0.1",
100100
"prettier": "^3.5.1",
101-
"react": "18.2.0",
102-
"react-dom": "18.2.0",
103-
"react-is": "18.2.0",
101+
"react": "19.2.4",
102+
"react-dom": "19.2.4",
103+
"react-is": "19.2.4",
104104
"sass": "^1.89.2",
105105
"sinon": "^17.0.1",
106106
"sinon-chai": "^3.7.0",

0 commit comments

Comments
 (0)