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 Dec 5, 2024
1 parent dae491a commit de003ee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-qunit": "^4.3.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-spellcheck": "0.0.14",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/devextreme-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.0.1",
"@types/jest": "^22.2.3",
"@types/react": "^16.14.28",
"@types/react-dom": "^16.9.16",
"@types/react": "^16.14.62",
"@types/react-dom": "^16.9.24",
"del": "^3.0.0",
"devextreme-react-generator": "^4.1.7",
"gulp": "^4.0.2",
"gulp-header": "^2.0.9",
"gulp-shell": "^0.8.0",
"gulp-typescript": "^5.0.1",
"jest": "^25.0.0",
"react": "~18.0.0",
"react-dom": "~18.0.0",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"ts-jest": "^25.5.1",
"typescript": "~4.2"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
},
"dependencies": {
"devextreme-react": "~23.2.0",
"react": "~18.0.0",
"react-dom": "~18.0.0"
"react": "~18.3.1",
"react-dom": "~18.3.1"
},
"devDependencies": {
"@types/react": "^16.14.28",
"@types/react-dom": "^16.9.16",
"@types/react": "^16.14.62",
"@types/react-dom": "^16.9.24",
"css-loader": "^2.1.1",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
Expand Down

0 comments on commit de003ee

Please sign in to comment.