Skip to content

Commit

Permalink
Merge pull request #596 from exogee-technology/dependabot/npm_and_yar…
Browse files Browse the repository at this point in the history
…n/src/multi-ec30208de6

Bump react-dom and @types/react-dom in /src
  • Loading branch information
thekevinbrown authored May 22, 2024
2 parents 0c931ac + 02d477f commit 4388772
Show file tree
Hide file tree
Showing 6 changed files with 176 additions and 176 deletions.
2 changes: 1 addition & 1 deletion src/examples/xero/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"graphweaver": "workspace:*",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"react-router-dom": "6.22.3",
"uuid": "9.0.1",
"xero-node": "5.1.0"
Expand Down
4 changes: 2 additions & 2 deletions src/packages/admin-ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"formik": "2.4.5",
"graphql": "16.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"react-router-dom": "6.22.3"
},
"devDependencies": {
Expand All @@ -58,7 +58,7 @@
"formik": "2.4.5",
"glob": "10.3.12",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"typescript": "5.4.5",
"vite": "5.2.8",
"vite-plugin-svgr": "3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions src/packages/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"prop-types": "15.8.1",
"react": "18.2.0",
"react-data-grid": "7.0.0-beta.20",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"react-modal": "3.16.1",
"react-router-dom": "6.22.3"
},
"devDependencies": {
"@chialab/esbuild-plugin-html": "0.18.2",
"@types/react": "18.2.75",
"@types/react-dom": "18.2.24",
"@types/react-dom": "18.3.0",
"@types/react-modal": "3.16.3",
"@vitejs/plugin-react": "4.2.1",
"esbuild": "0.15.5",
Expand Down
6 changes: 3 additions & 3 deletions src/packages/auth-ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@
"formik": "2.2.9",
"graphql": "16.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"react-router-dom": "6.22.3"
},
"devDependencies": {
"@exogee/graphweaver-admin-ui-components": "workspace:*",
"@types/react": "18.2.75",
"@types/react-dom": "18.2.24",
"@types/react-dom": "18.3.0",
"esbuild": "0.15.5",
"esbuild-css-modules-plugin": "2.7.1",
"esbuild-plugin-svgr": "2.1.0",
"glob": "10.3.12",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"typescript": "5.4.5",
"vite": "5.2.8",
"vite-plugin-svgr": "3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions src/packages/xero/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"react-router-dom": "6.22.3"
},
"devDependencies": {
Expand All @@ -40,7 +40,7 @@
"glob": "10.3.12",
"prettier": "3.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"react-router-dom": "6.22.3",
"typescript": "5.4.5"
},
Expand Down
Loading

0 comments on commit 4388772

Please sign in to comment.