Skip to content

Commit

Permalink
Merge pull request #1300 from GW2Treasures/renovate/react-monorepo
Browse files Browse the repository at this point in the history
Update dependency @types/react to v19.0.6
  • Loading branch information
darthmaim authored Jan 13, 2025
2 parents f82840e + 5fedee9 commit 33e53d7
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@gw2treasures/eslint-plugin-nextjs": "0.0.4",
"@gw2treasures/tsconfig": "0.0.1",
"@types/node": "22.10.5",
"@types/react": "19.0.5",
"@types/react": "19.0.6",
"@types/react-dom": "19.0.3",
"eslint": "8.57.1",
"eslint-config-next": "15.1.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@gw2treasures/tsconfig": "0.0.1",
"@types/archiver": "6.0.3",
"@types/chrome": "0.0.293",
"@types/react": "19.0.5",
"@types/react": "19.0.6",
"@types/react-dom": "19.0.3",
"archiver": "7.0.1",
"copy-webpack-plugin": "12.0.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/jest": "29.5.14",
"@types/node": "22.10.5",
"@types/nodemailer": "6.4.17",
"@types/react": "19.0.5",
"@types/react": "19.0.6",
"@types/react-dom": "19.0.3",
"eslint": "8.57.1",
"eslint-config-next": "15.1.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"overrides": {
"react": "19.0.0",
"react-dom": "19.0.0",
"@types/react": "19.0.5",
"@types/react": "19.0.6",
"@types/react-dom": "19.0.3"
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/emails/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@gw2treasures/eslint-config": "0.0.6",
"@gw2treasures/tsconfig": "0.0.1",
"@types/react": "19.0.5",
"@types/react": "19.0.6",
"eslint": "8.57.1",
"react-email": "3.0.6",
"typescript": "5.7.3"
Expand Down
46 changes: 23 additions & 23 deletions pnpm-lock.yaml

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

0 comments on commit 33e53d7

Please sign in to comment.