Skip to content

Commit 6a6d180

Browse files
committed
npm: remove pointless @types/react override (fixes #8502) and update react by 1 patch version increment
1 parent 84ff159 commit 6a6d180

File tree

6 files changed

+535
-540
lines changed

6 files changed

+535
-540
lines changed

src/packages/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"plotly.js": "^2.29.1",
123123
"project-name-generator": "^2.1.6",
124124
"re-resizable": "^6.9.0",
125-
"react": "^19.1.0",
125+
"react": "^19.1.1",
126126
"react-color": "^2.19.3",
127127
"react-copy-to-clipboard": "^5.1.0",
128128
"react-debounce-input": "^3.3.0",
@@ -159,7 +159,7 @@
159159
"@types/lodash": "^4.14.202",
160160
"@types/markdown-it": "12.2.3",
161161
"@types/md5": "^2.2.0",
162-
"@types/react": "^19.1.8",
162+
"@types/react": "^19.1.10",
163163
"@types/react-dom": "^19.1.6",
164164
"@types/react-redux": "^7.1.34",
165165
"coffeescript": "^2.5.1",

src/packages/hub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"ms": "2.1.2",
3838
"parse-domain": "^5.0.0",
3939
"random-key": "^0.3.2",
40-
"react": "^19.1.0",
40+
"react": "^19.1.1",
4141
"uglify-js": "^3.14.1",
4242
"underscore": "^1.12.1",
4343
"uuid": "^8.3.2",

src/packages/next/package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"next-translate": "^2.6.2",
8484
"password-hash": "^1.2.2",
8585
"pg": "^8.7.1",
86-
"react": "^19.1.0",
86+
"react": "^19.1.1",
8787
"react-dom": "^19.1.0",
8888
"react-google-recaptcha-v3": "^1.9.7",
8989
"react-intl": "^7.1.11",
@@ -100,14 +100,9 @@
100100
"@testing-library/react": "^16.3.0",
101101
"@types/express": "^4.17.21",
102102
"@types/node": "^18.16.14",
103-
"@types/react": "^19.1.8",
103+
"@types/react": "^19.1.10",
104104
"@uiw/react-textarea-code-editor": "^3.1.1",
105105
"next-rspack": "^15.3.4",
106106
"node-mocks-http": "^1.14.1"
107-
},
108-
"pnpm": {
109-
"overrides": {
110-
"@types/react": "19.1.8"
111-
}
112107
}
113108
}

0 commit comments

Comments
 (0)