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 Nov 22, 2024
1 parent 94060a1 commit a946c84
Show file tree
Hide file tree
Showing 6 changed files with 337 additions and 331 deletions.
6 changes: 3 additions & 3 deletions apps/demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dx-systemjs-vue-browser": "1.1.1",
"esbuild": "0.19.3",
"esbuild-plugin-vue3": "0.3.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-hooks": "4.6.2",
"exceljs": "4.4.0",
"file-saver-es": "2.0.5",
"fs-extra": "11.1.1",
Expand Down Expand Up @@ -89,8 +89,8 @@
"@testcafe-community/axe": "3.5.0",
"@types/eslint": "8.56.2",
"@types/fs-extra": "11.0.2",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"@types/react": "17.0.83",
"@types/react-dom": "17.0.25",
"@types/yargs": "17.0.32",
"@typescript-eslint/parser": "5.62.0",
"@vue/eslint-config-typescript": "12.0.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/react-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@storybook/react-webpack5": "7.6.19",
"@storybook/test": "7.6.19",
"prop-types": "15.8.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"storybook": "7.6.19",
"typescript": "4.9.5"
}
Expand Down
8 changes: 4 additions & 4 deletions apps/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"dependencies": {
"devextreme": "workspace:~",
"devextreme-react": "workspace:~",
"react": "~18.0.0",
"react-dom": "~18.0.0"
"react": "~18.3.0",
"react-dom": "~18.3.0"
},
"devDependencies": {
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
"css-loader": "6.10.0",
"source-map-loader": "4.0.2",
"style-loader": "3.3.4",
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 @@ -34,8 +34,8 @@
"devDependencies": {
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.5.2",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
"del": "3.0.0",
"eslint": "8.56.0",
"eslint-config-airbnb-base": "15.0.0",
Expand All @@ -46,8 +46,8 @@
"gulp-shell": "0.8.0",
"gulp-typescript": "5.0.1",
"jest-environment-jsdom": "29.7.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"ts-jest": "29.1.3",
"typescript": "4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/devextreme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@testcafe-community/axe": "3.5.0",
"@types/enzyme": "3.10.18",
"@types/jquery": "3.5.29",
"@types/react": "16.14.34",
"@types/react": "16.14.62",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/experimental-utils": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down
Loading

0 comments on commit a946c84

Please sign in to comment.