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 Jan 12, 2025
1 parent adeaa98 commit 460f0f3
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@gw2treasures/eslint-plugin-nextjs": "0.0.4",
"@gw2treasures/tsconfig": "0.0.1",
"@types/node": "22.10.5",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"@types/react": "19.0.5",
"@types/react-dom": "19.0.3",
"eslint": "8.57.1",
"eslint-config-next": "15.1.4",
"typescript": "5.7.3"
Expand Down
4 changes: 2 additions & 2 deletions apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@gw2treasures/tsconfig": "0.0.1",
"@types/archiver": "6.0.3",
"@types/chrome": "0.0.293",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"@types/react": "19.0.5",
"@types/react-dom": "19.0.3",
"archiver": "7.0.1",
"copy-webpack-plugin": "12.0.2",
"css-loader": "7.1.2",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@types/jest": "29.5.14",
"@types/node": "22.10.5",
"@types/nodemailer": "6.4.17",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"@types/react": "19.0.5",
"@types/react-dom": "19.0.3",
"eslint": "8.57.1",
"eslint-config-next": "15.1.4",
"expect": "29.7.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"overrides": {
"react": "19.0.0",
"react-dom": "19.0.0",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2"
"@types/react": "19.0.5",
"@types/react-dom": "19.0.3"
}
},
"packageManager": "pnpm@9.15.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.4",
"@types/react": "19.0.5",
"eslint": "8.57.1",
"react-email": "3.0.6",
"typescript": "5.7.3"
Expand Down
60 changes: 30 additions & 30 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 460f0f3

Please sign in to comment.