Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix(deps): update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 16, 2023
1 parent 3a19b1e commit c8d038d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@testing-library/user-event": "12.1.5",
"@types/jest": "26.0.13",
"@types/node": "12.12.47",
"@types/react": "16.9.36",
"@types/react-dom": "16.9.8",
"@types/react": "16.14.35",
"@types/react-dom": "16.9.18",
"@types/react-router": "5.1.7",
"@types/react-router-dom": "5.1.5",
"apollo-link-context": "1.0.20",
Expand All @@ -24,8 +24,8 @@
"keycloak-js": "11.0.2",
"offix-cache": "0.16.0-alpha2",
"offix-client": "0.16.0-alpha2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-offix-hooks": "0.16.0-alpha2",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"server"
],
"resolutions": {
"@types/react": "16.9.36"
"@types/react": "16.14.35"
}
}
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@graphback/runtime-mongo": "0.14.0",
"@graphql-tools/graphql-file-loader": "6.0.15",
"@graphql-tools/load": "6.0.15",
"@types/react": "16.9.36",
"@types/react": "16.14.35",
"apollo-server-express": "2.17.0",
"cors": "2.8.5",
"dotenv": "8.2.0",
Expand Down

0 comments on commit c8d038d

Please sign in to comment.