Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v18.3.12 (#559)
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 Oct 23, 2024
1 parent fe93938 commit 7a4af91
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.14",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"next": "14.2.15",
"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.6.2",
"@types/node": "20.16.14",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"typescript": "5.6.3"
}
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.14",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"next": "14.2.15",
"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.14",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"next": "14.2.15",
"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.11",
"@types/react": "18.3.12",
"react": "18.3.1",
"vitest": "2.1.3"
},
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.6.2",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@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.11",
"@types/react": "18.3.12",
"navigation-api-types": "0.5.1",
"next": "14.2.15",
"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 7a4af91

Please sign in to comment.