Skip to content

Commit

Permalink
Update dependency @types/react to v18.2.58 (#242)
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 23, 2024
1 parent 312dce4 commit 36a8d29
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.57",
"@types/react": "18.2.58",
"@types/react-dom": "18.2.19",
"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.57",
"@types/react": "18.2.58",
"@types/react-dom": "18.2.19",
"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.57",
"@types/react": "18.2.58",
"@types/react-dom": "18.2.19",
"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.57",
"@types/react": "18.2.58",
"@types/react-dom": "18.2.19",
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/parser": "7.0.2",
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 36a8d29

Please sign in to comment.