Skip to content

Commit e95a07b

Browse files
chore(deps): update react monorepo
1 parent 4f3137a commit e95a07b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-jsx-a11y": "^6.6.0",
2626
"eslint-plugin-qunit": "^4.3.0",
2727
"eslint-plugin-react": "^7.30.1",
28-
"eslint-plugin-react-hooks": "^4.6.0",
28+
"eslint-plugin-react-hooks": "^4.6.2",
2929
"eslint-plugin-spellcheck": "0.0.14",
3030
"gulp": "^4.0.2",
3131
"gulp-eslint": "^6.0.0",

packages/devextreme-react/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@
3333
"@testing-library/react": "^13.3.0",
3434
"@testing-library/user-event": "^13.0.1",
3535
"@types/jest": "^22.2.3",
36-
"@types/react": "^16.14.28",
37-
"@types/react-dom": "^16.9.16",
36+
"@types/react": "^16.14.61",
37+
"@types/react-dom": "^16.9.24",
3838
"del": "^3.0.0",
3939
"devextreme-react-generator": "^4.1.7",
4040
"gulp": "^4.0.2",
4141
"gulp-header": "^2.0.9",
4242
"gulp-shell": "^0.8.0",
4343
"gulp-typescript": "^5.0.1",
4444
"jest": "^25.0.0",
45-
"react": "~18.0.0",
46-
"react-dom": "~18.0.0",
45+
"react": "~18.3.1",
46+
"react-dom": "~18.3.1",
4747
"ts-jest": "^25.5.1",
4848
"typescript": "~4.2"
4949
}

packages/sandbox/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
},
1414
"dependencies": {
1515
"devextreme-react": "~23.2.0",
16-
"react": "~18.0.0",
17-
"react-dom": "~18.0.0"
16+
"react": "~18.3.1",
17+
"react-dom": "~18.3.1"
1818
},
1919
"devDependencies": {
20-
"@types/react": "^16.14.28",
21-
"@types/react-dom": "^16.9.16",
20+
"@types/react": "^16.14.61",
21+
"@types/react-dom": "^16.9.24",
2222
"css-loader": "^2.1.1",
2323
"source-map-loader": "^0.2.4",
2424
"style-loader": "^0.23.1",

0 commit comments

Comments
 (0)