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 Jul 23, 2024
1 parent a5b9351 commit 2fb717d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"jest-environment-jsdom": "29.7.0",
"negotiator": "0.6.3",
"next": "15.0.0-rc.0",
"react": "19.0.0-rc-f994737d14-20240522",
"react-dom": "19.0.0-rc-f994737d14-20240522",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"react-error-boundary": "4.0.13",
"server-only": "0.0.1",
"sharp": "0.33.4",
Expand All @@ -65,7 +65,7 @@
"@gw2treasures/tsconfig": "*",
"@types/negotiator": "0.6.3",
"@types/node": "20.14.12",
"@types/react": "npm:[email protected].0",
"@types/react": "npm:[email protected].1",
"@typescript-eslint/eslint-plugin": "7.17.0",
"eslint": "8.57.0",
"eslint-config-next": "15.0.0-rc.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"turbo": "2.0.9"
},
"overrides": {
"react": "19.0.0-rc-f994737d14-20240522",
"react-dom": "19.0.0-rc-f994737d14-20240522",
"@types/react": "npm:[email protected].0",
"@types/react-dom": "npm:[email protected]-rc.0"
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"@types/react": "npm:[email protected].1",
"@types/react-dom": "npm:[email protected]"
},
"packageManager": "[email protected]"
}
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"server-only": "0.0.1"
},
"devDependencies": {
"@types/react": "npm:[email protected].0",
"@types/react-dom": "npm:[email protected]-rc.0",
"@types/react": "npm:[email protected].1",
"@types/react-dom": "npm:[email protected]",
"@typescript-eslint/eslint-plugin": "7.17.0",
"eslint": "8.57.0",
"eslint-config-next": "15.0.0-rc.0",
Expand Down

0 comments on commit 2fb717d

Please sign in to comment.