Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v18.3.9 (#525)
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 Sep 24, 2024
1 parent 240c702 commit 0dd8d6d
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 29 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 @@ -13,7 +13,7 @@
"@location-state/core": "workspace:*",
"@location-state/next": "workspace:*",
"@types/node": "20.16.6",
"@types/react": "18.3.8",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"next": "14.2.13",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/example-next-conform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@testing-library/jest-dom": "6.5.0",
"@types/node": "20.16.6",
"@types/react": "18.3.8",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"typescript": "5.6.2"
}
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 @@ -11,7 +11,7 @@
"@location-state/core": "workspace:*",
"@location-state/next": "workspace:*",
"@types/node": "20.16.6",
"@types/react": "18.3.8",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"next": "14.2.13",
"qs": "6.13.0",
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 @@ -13,7 +13,7 @@
"@location-state/core": "workspace:*",
"@location-state/next": "workspace:*",
"@types/node": "20.16.6",
"@types/react": "18.3.8",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"next": "14.2.13",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/location-state-conform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@repo/configs": "workspace:*",
"@repo/test-utils": "workspace:*",
"@repo/utils": "workspace:*",
"@types/react": "18.3.8",
"@types/react": "18.3.9",
"react": "18.3.1",
"vitest": "2.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/location-state-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/react": "18.3.8",
"@types/react": "18.3.9",
"@types/uuid": "10.0.0",
"client-only": "0.0.1",
"navigation-api-types": "0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/location-state-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@location-state/core": "workspace:*",
"@repo/configs": "workspace:*",
"@types/react": "18.3.8",
"@types/react": "18.3.9",
"navigation-api-types": "0.5.1",
"next": "14.2.13",
"react": "18.3.1"
Expand Down
44 changes: 22 additions & 22 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 0dd8d6d

Please sign in to comment.