Skip to content

Commit

Permalink
Update dependency @types/react to v18.2.52 (#226)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 3, 2024
1 parent f6a534f commit 35b42b7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion apps/example-next-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@location-state/core": "workspace:*",
"@location-state/next": "workspace:*",
"@types/node": "20.10.5",
"@types/react": "18.2.51",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/example-next-custom-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@location-state/core": "workspace:*",
"@location-state/next": "workspace:*",
"@types/node": "20.5.6",
"@types/react": "18.2.51",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"eslint": "8.48.0",
"eslint-config-next": "13.5.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/example-next-unsafe-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@location-state/core": "workspace:*",
"@location-state/next": "workspace:*",
"@types/node": "20.5.6",
"@types/react": "18.2.51",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"eslint": "8.48.0",
"eslint-config-next": "13.5.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@playwright/test": "1.41.2",
"@types/jest": "29.5.12",
"@types/node": "20.10.5",
"@types/react": "18.2.51",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
Expand Down
22 changes: 11 additions & 11 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 35b42b7

Please sign in to comment.