Skip to content

Commit

Permalink
chore(deps): update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 20, 2023
1 parent 3087912 commit ae8119b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions packages/devextreme-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
},
"devDependencies": {
"@types/jest": "^22.2.3",
"@types/react": "^16.14.28",
"@types/react-dom": "^16.9.16",
"@types/react": "^16.14.40",
"@types/react-dom": "^16.9.18",
"del": "^3.0.0",
"devextreme": "23.1-next",
"devextreme-react-generator": "^4.0.2",
"gulp": "^4.0.2",
"jest": "^25.0.0",
"react": "~18.0.0",
"react-dom": "~18.0.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"gulp-header": "^2.0.9",
"gulp-shell": "^0.8.0",
"gulp-typescript": "^5.0.1",
Expand All @@ -49,6 +49,6 @@
"@testing-library/user-event": "^13.0.1"
},
"resolutions": {
"@types/react": "^16.14.28"
"@types/react": "^16.14.40"
}
}
8 changes: 4 additions & 4 deletions packages/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"dependencies": {
"devextreme": "23.1-next",
"devextreme-react": "~23.1.0",
"react": "~18.0.0",
"react-dom": "~18.0.0"
"react": "~18.2.0",
"react-dom": "~18.2.0"
},
"devDependencies": {
"@types/react": "^16.14.28",
"@types/react-dom": "^16.9.16",
"@types/react": "^16.14.40",
"@types/react-dom": "^16.9.18",
"css-loader": "^2.1.1",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
Expand Down

0 comments on commit ae8119b

Please sign in to comment.