Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.14.5 (#393)
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] committed Jun 18, 2024
1 parent 54e7671 commit 453e82a
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 34 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 @@ -12,7 +12,7 @@
"dependencies": {
"@location-state/core": "workspace:*",
"@location-state/next": "workspace:*",
"@types/node": "20.14.2",
"@types/node": "20.14.5",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"next": "14.2.4",
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 @@ -22,7 +22,7 @@
},
"devDependencies": {
"@testing-library/jest-dom": "6.4.6",
"@types/node": "20.14.2",
"@types/node": "20.14.5",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"typescript": "5.4.5"
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 @@ -10,7 +10,7 @@
"dependencies": {
"@location-state/core": "workspace:*",
"@location-state/next": "workspace:*",
"@types/node": "20.14.2",
"@types/node": "20.14.5",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"next": "14.2.4",
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 @@ -12,7 +12,7 @@
"dependencies": {
"@location-state/core": "workspace:*",
"@location-state/next": "workspace:*",
"@types/node": "20.14.2",
"@types/node": "20.14.5",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"next": "14.2.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@biomejs/biome": "1.8.1",
"@changesets/cli": "2.27.5",
"@playwright/test": "1.44.1",
"@types/node": "20.14.2",
"@types/node": "20.14.5",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"@vitejs/plugin-react": "4.3.1",
Expand Down
58 changes: 29 additions & 29 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 453e82a

Please sign in to comment.