Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 4da8ee1

Browse files
fix(deps): update react monorepo
1 parent dfc079c commit 4da8ee1

File tree

9 files changed

+76
-82
lines changed

9 files changed

+76
-82
lines changed

packages/font-picker/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@storybook/react": "8.6.7",
3434
"@techstack/tcm-cli": "workspace:*",
3535
"@types/node": "20.5.6",
36-
"@types/react": "18.3.3",
36+
"@types/react": "19.0.12",
3737
"@typescript-eslint/eslint-plugin": "7.18.0",
3838
"@typescript-eslint/parser": "7.18.0",
3939
"eslint": "8.57.1",
@@ -42,7 +42,7 @@
4242
"eslint-plugin-prettier": "5.2.3",
4343
"eslint-plugin-react": "7.34.2",
4444
"prettier": "3.3.0",
45-
"react": "18.3.1",
45+
"react": "19.0.0",
4646
"typescript": "5.8.2"
4747
},
4848
"prettier": {

packages/hook-form-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"lodash": "4.17.21",
1414
"lodash-es": "4.17.21",
15-
"react": "18.3.1"
15+
"react": "19.0.0"
1616
},
1717
"devDependencies": {
1818
"@techstack/tcm-cli": "workspace:*"

packages/lexical/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"@lexical/utils": "0.15.0",
2222
"@techstack/react-feather": "workspace:*",
2323
"lexical": "0.15.0",
24-
"react": "18.3.1",
24+
"react": "19.0.0",
2525
"styled-components": "6.1.16",
2626
"typescript": "5.8.2"
2727
},
2828
"devDependencies": {
2929
"@techstack/tcm-cli": "workspace:*",
3030
"prop-types": "15.8.1",
31-
"react-dom": "18.3.1",
31+
"react-dom": "19.0.0",
3232
"storybook": "8.6.7"
3333
},
3434
"main": "./dist/esm/index.js",

packages/react-confirm-alert/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
},
2626
"license": "MIT",
2727
"dependencies": {
28-
"react": "18.3.1",
29-
"react-dom": "18.3.1"
28+
"react": "19.0.0",
29+
"react-dom": "19.0.0"
3030
},
3131
"devDependencies": {
3232
"@techstack/tcm-cli": "workspace:*",
3333
"@types/node": "^20.5.6",
34-
"@types/react": "18.3.3",
35-
"@types/react-dom": "18.3.0",
34+
"@types/react": "19.0.12",
35+
"@types/react-dom": "19.0.4",
3636
"@typescript-eslint/eslint-plugin": "7.18.0",
3737
"@typescript-eslint/parser": "7.18.0",
3838
"eslint": "8.57.1",

packages/react-feather/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"@techstack/tcm-cli": "workspace:*",
53-
"@types/react": "18.3.3",
53+
"@types/react": "19.0.12",
5454
"@typescript-eslint/eslint-plugin": "7.18.0",
5555
"@typescript-eslint/parser": "7.18.0",
5656
"cross-env": "7.0.3",
@@ -65,6 +65,6 @@
6565
},
6666
"gitHead": "7bb2bc7bbce0432773369ca533adf6d1719e877a",
6767
"dependencies": {
68-
"react": "18.3.1"
68+
"react": "19.0.0"
6969
}
7070
}

packages/react-lazy-named/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@techstack/tcm-cli": "workspace:*",
4949
"@testing-library/react": "15.0.7",
5050
"@types/jest": "29.5.14",
51-
"@types/react": "18.3.3",
51+
"@types/react": "19.0.12",
5252
"@typescript-eslint/eslint-plugin": "7.18.0",
5353
"@typescript-eslint/parser": "7.18.0",
5454
"eslint": "8.57.1",
@@ -60,15 +60,15 @@
6060
"jest-environment-jsdom": "29.7.0",
6161
"jest-watch-typeahead": "2.2.2",
6262
"prettier": "3.3.0",
63-
"react-dom": "18.3.1",
63+
"react-dom": "19.0.0",
6464
"ts-jest": "29.2.6",
6565
"tslib": "2.8.1",
6666
"typescript": "5.8.2"
6767
},
6868
"dependencies": {
6969
"lodash": "4.17.21",
7070
"lodash-es": "4.17.21",
71-
"react": "18.3.1"
71+
"react": "19.0.0"
7272
},
7373
"gitHead": "7bb2bc7bbce0432773369ca533adf6d1719e877a"
7474
}

packages/react-textfit/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
"webpack-dev-server": "5.2.0"
6363
},
6464
"dependencies": {
65-
"@types/react": "18.3.3",
65+
"@types/react": "19.0.12",
6666
"process": "0.11.10",
67-
"react": "18.3.1"
67+
"react": "19.0.0"
6868
},
6969
"gitHead": "7bb2bc7bbce0432773369ca533adf6d1719e877a"
7070
}

packages/tcm-cli/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"eslint-plugin-no-restricted-imports": "0.0.0",
7373
"eslint-plugin-prettier": "5.2.3",
7474
"eslint-plugin-react": "7.34.2",
75-
"eslint-plugin-react-hooks": "4.6.2",
75+
"eslint-plugin-react-hooks": "5.2.0",
7676
"eslint-plugin-testing-library": "7.1.1",
7777
"execa": "9.5.2",
7878
"figlet": "1.8.0",
@@ -113,7 +113,7 @@
113113
"@types/fs-extra": "11.0.4",
114114
"@types/lodash": "4.17.16",
115115
"@types/node": "18.17.1",
116-
"@types/react": "18.3.3",
116+
"@types/react": "19.0.12",
117117
"@types/semver": "7.5.8",
118118
"@types/shelljs": "0.8.15",
119119
"auto-changelog": "2.5.0",
@@ -122,9 +122,9 @@
122122
"cssnano": "7.0.6",
123123
"doctoc": "2.2.1",
124124
"lint-staged": "15.5.0",
125-
"react": "18.3.1",
126-
"react-dom": "18.3.1",
127-
"react-is": "18.3.1",
125+
"react": "19.0.0",
126+
"react-dom": "19.0.0",
127+
"react-is": "19.0.0",
128128
"styled-components": "6.1.16",
129129
"tiny-invariant": "1.3.3",
130130
"tiny-warning": "1.0.3"

0 commit comments

Comments
 (0)