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 Jun 13, 2024
1 parent 4043f09 commit 014477c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@gw2treasures/tsconfig": "*",
"@types/negotiator": "0.6.3",
"@types/node": "20.14.2",
"@types/react": "npm:[email protected].0",
"@types/react": "npm:[email protected].1",
"@typescript-eslint/eslint-plugin": "7.13.0",
"eslint": "8.57.0",
"eslint-config-next": "15.0.0-rc.0",
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"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"
"@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.13.0",
"eslint": "8.57.0",
"eslint-config-next": "15.0.0-rc.0",
Expand Down

0 comments on commit 014477c

Please sign in to comment.