Skip to content

Commit

Permalink
chore(deps): update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 19, 2024
1 parent af85238 commit 9727692
Show file tree
Hide file tree
Showing 7 changed files with 149 additions and 98 deletions.
8 changes: 4 additions & 4 deletions apps/example-next-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"@location-state/core": "workspace:*",
"@location-state/next": "workspace:*",
"@types/node": "20.14.5",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"next": "14.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.4.5",
"zod": "3.23.8"
}
Expand Down
8 changes: 4 additions & 4 deletions apps/example-next-conform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"@location-state/core": "workspace:*",
"@location-state/conform": "workspace:*",
"next": "14.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"zod": "3.23.8"
},
"devDependencies": {
"@testing-library/jest-dom": "6.4.6",
"@types/node": "20.14.5",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"typescript": "5.4.5"
}
}
8 changes: 4 additions & 4 deletions apps/example-next-custom-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"@location-state/core": "workspace:*",
"@location-state/next": "workspace:*",
"@types/node": "20.14.5",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"next": "14.2.4",
"qs": "6.12.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.4.5",
"zod": "3.23.8"
},
Expand Down
8 changes: 4 additions & 4 deletions apps/example-next-unsafe-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"@location-state/core": "workspace:*",
"@location-state/next": "workspace:*",
"@types/node": "20.14.5",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"next": "14.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.4.5",
"zod": "3.23.8"
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"@changesets/cli": "2.27.5",
"@playwright/test": "1.44.1",
"@types/node": "20.14.5",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"husky": "9.0.11",
"jsdom": "24.1.0",
"lint-staged": "15.2.7",
"navigation-api-types": "0.5.1",
"playwright": "1.44.1",
"react": "18.2.0",
"react": "18.3.1",
"tsup": "8.1.0",
"turbo": "2.0.4",
"typescript": "5.4.5",
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 @@
"@location-state/core": "workspace:*",
"@repo/configs": "workspace:*",
"@repo/test-utils": "workspace:*",
"react": "18.2.0"
"react": "18.3.1"
},
"peerDependencies": {
"@conform-to/react": "^1.0.0",
Expand Down
Loading

0 comments on commit 9727692

Please sign in to comment.