Skip to content

Commit

Permalink
Update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent f842124 commit 3ba6788
Show file tree
Hide file tree
Showing 5 changed files with 184 additions and 187 deletions.
8 changes: 4 additions & 4 deletions demo/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"history": "^4.10.1",
"lodash.isequal": "^4.5.0",
"material-design-icons": "^3.0.1",
"react": "^17.0.0",
"react": "^17.0.2",
"react-app-polyfill": "^2.0.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^17.0.0",
"react-dom": "^17.0.2",
"react-final-form": "^6.3.1",
"react-intl": "^5.25.1",
"react-router": "^5.1.2",
Expand All @@ -76,8 +76,8 @@
"@graphql-codegen/typescript-operations": "^2.5.13",
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^18.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react": "^17.0.83",
"@types/react-dom": "^17.0.25",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.1.7",
"@types/webpack-env": "^1.18.5",
Expand Down
8 changes: 4 additions & 4 deletions demo/campaign/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"mjml": "^4.15.3",
"mjml-browser": "^4.15.3",
"next": "^14.2.18",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intl": "^5.25.1",
"react-is": "^17.0.2",
"redraft": "^0.10.2",
Expand All @@ -61,8 +61,8 @@
"@types/draft-js": "^0.11.18",
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/styled-components": "^5.1.34",
"chokidar-cli": "^2.1.0",
"dotenv-cli": "^6.0.0",
Expand Down
8 changes: 4 additions & 4 deletions demo/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"graphql-request": "^3.7.0",
"graphql-tag": "^2.12.6",
"next": "^14.2.18",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intl": "^5.25.1",
"react-is": "^17.0.2",
"redraft": "^0.10.2",
Expand All @@ -62,8 +62,8 @@
"@types/draft-js": "^0.11.18",
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/styled-components": "^5.1.34",
"chokidar-cli": "^2.1.0",
"dotenv-cli": "^6.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@
"@mui/x-data-grid": "^5.17.26",
"@types/file-saver": "^2.0.7",
"@types/lodash.isequal": "^4.5.8",
"@types/react": "^17.0",
"@types/react-dom": "^17.0.0",
"@types/react": "^17.0.83",
"@types/react-dom": "^17.0.25",
"@types/react-router": "^5.1.20",
"draft-js": "^0.11.7",
"eslint": "^8.0.0",
"final-form": "^4.16.1",
"graphql": "^15.4.0",
"history": "^4.10.1",
"prettier": "^2.0.0",
"react": "^17.0",
"react": "^17.0.2",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^17.0",
"react-dom": "^17.0.2",
"react-final-form": "^6.3.1",
"react-intl": "^5.25.1",
"react-router": "^5.1.2",
Expand All @@ -90,10 +90,10 @@
"final-form": "^4.16.1",
"graphql": "^15.4.0",
"history": "^4.10.1",
"react": "^17.0",
"react": "^17.0.2",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^17.0",
"react-dom": "^17.0.2",
"react-final-form": "^6.3.1",
"react-intl": "^5.0.0 || ^6.0.0",
"react-router": "^5.1.2",
Expand Down
Loading

0 comments on commit 3ba6788

Please sign in to comment.