Skip to content

Commit c57da61

Browse files
chore(deps): update react monorepo
1 parent e570972 commit c57da61

File tree

6 files changed

+105
-74
lines changed

6 files changed

+105
-74
lines changed

applications/app/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@
7474
"jotai": "2.15.0",
7575
"ky": "1.13.0",
7676
"polished": "4.3.1",
77-
"react": "19.1.1",
77+
"react": "19.2.0",
7878
"react-adaptive-hooks": "0.0.8",
79-
"react-dom": "19.1.1",
79+
"react-dom": "19.2.0",
8080
"react-error-boundary": "6.0.0",
81-
"react-is": "19.1.1",
81+
"react-is": "19.2.0",
8282
"react-router-dom": "6.28.0",
8383
"react-transition-group": "4.4.5",
8484
"react-use": "17.6.0",
@@ -110,9 +110,9 @@
110110
"@testing-library/user-event": "14.6.1",
111111
"@types/jest": "30.0.0",
112112
"@types/node": "24.9.2",
113-
"@types/react": "19.1.17",
113+
"@types/react": "19.2.2",
114114
"@types/react-adaptive-hooks": "0.0.4",
115-
"@types/react-dom": "19.1.11",
115+
"@types/react-dom": "19.2.2",
116116
"@vanilla-extract/css": "1.17.4",
117117
"@vanilla-extract/jest-transform": "1.1.17",
118118
"@vanilla-extract/webpack-plugin": "2.3.22",
@@ -136,7 +136,7 @@
136136
"postcss-loader": "8.2.0",
137137
"prettier": "3.6.2",
138138
"pretty-quick": "4.2.2",
139-
"react-refresh": "0.17.0",
139+
"react-refresh": "0.18.0",
140140
"react-refresh-typescript": "2.0.11",
141141
"rimraf": "6.0.1",
142142
"sass": "1.93.2",

configs/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"eslint-plugin-prefer-arrow": "1.2.3",
6767
"eslint-plugin-promise": "7.2.1",
6868
"eslint-plugin-react": "7.37.5",
69-
"eslint-plugin-react-hooks": "5.2.0",
69+
"eslint-plugin-react-hooks": "7.0.1",
7070
"eslint-plugin-react-perf": "3.3.3",
7171
"eslint-plugin-regexp": "2.10.0",
7272
"eslint-plugin-rxjs": "5.0.3",

libraries/react-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"@testing-library/react-hooks": "8.0.1",
6464
"@types/jest": "30.0.0",
6565
"@types/node": "24.9.2",
66-
"@types/react": "19.1.17",
67-
"@types/react-dom": "19.1.11",
66+
"@types/react": "19.2.2",
67+
"@types/react-dom": "19.2.2",
6868
"eslint": "8.57.0",
6969
"jest": "30.2.0",
7070
"jest-util": "30.2.0",
@@ -73,7 +73,7 @@
7373
"npm-run-all": "4.1.5",
7474
"prettier": "3.6.2",
7575
"pretty-quick": "4.2.2",
76-
"react": "19.1.1",
76+
"react": "19.2.0",
7777
"ts-jest": "29.4.5",
7878
"ts-node": "10.9.2",
7979
"tslib": "2.8.1",

templates/react-application/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
"test:ci:branch": "yarn test:ci --changedSince master"
5858
},
5959
"dependencies": {
60-
"react": "19.1.1",
61-
"react-dom": "19.1.1"
60+
"react": "19.2.0",
61+
"react-dom": "19.2.0"
6262
},
6363
"devDependencies": {
6464
"@jest/globals": "30.2.0",
@@ -76,8 +76,8 @@
7676
"@testing-library/user-event": "14.6.1",
7777
"@types/jest": "30.0.0",
7878
"@types/node": "24.9.2",
79-
"@types/react": "19.1.17",
80-
"@types/react-dom": "19.1.11",
79+
"@types/react": "19.2.2",
80+
"@types/react-dom": "19.2.2",
8181
"bundlesize": "0.18.2",
8282
"css-loader": "7.1.2",
8383
"eslint": "8.57.0",
@@ -97,7 +97,7 @@
9797
"postcss-loader": "8.2.0",
9898
"prettier": "3.6.2",
9999
"pretty-quick": "4.2.2",
100-
"react-refresh": "0.17.0",
100+
"react-refresh": "0.18.0",
101101
"react-refresh-typescript": "2.0.11",
102102
"rimraf": "6.0.1",
103103
"style-loader": "4.0.0",

templates/react-library/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"@testing-library/react-hooks": "8.0.1",
6464
"@types/jest": "30.0.0",
6565
"@types/node": "24.9.2",
66-
"@types/react": "19.1.17",
67-
"@types/react-dom": "19.1.11",
66+
"@types/react": "19.2.2",
67+
"@types/react-dom": "19.2.2",
6868
"eslint": "8.57.0",
6969
"jest": "30.2.0",
7070
"jest-util": "30.2.0",
@@ -73,7 +73,7 @@
7373
"npm-run-all": "4.1.5",
7474
"prettier": "3.6.2",
7575
"pretty-quick": "4.2.2",
76-
"react": "19.1.1",
76+
"react": "19.2.0",
7777
"ts-jest": "29.4.5",
7878
"ts-node": "10.9.2",
7979
"tslib": "2.8.1",

0 commit comments

Comments
 (0)