Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.16.14 (#557)
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 22, 2024
1 parent 909da13 commit fe93938
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.16.13",
"@types/node": "20.16.14",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"next": "14.2.15",
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.6.2",
"@types/node": "20.16.13",
"@types/node": "20.16.14",
"@types/react": "18.3.11",
"@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 @@ -10,7 +10,7 @@
"dependencies": {
"@location-state/core": "workspace:*",
"@location-state/next": "workspace:*",
"@types/node": "20.16.13",
"@types/node": "20.16.14",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"next": "14.2.15",
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.16.13",
"@types/node": "20.16.14",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"next": "14.2.15",
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.9.4",
"@changesets/cli": "2.27.9",
"@playwright/test": "1.48.1",
"@types/node": "20.16.13",
"@types/node": "20.16.14",
"@vitejs/plugin-react": "4.3.3",
"husky": "9.1.6",
"jsdom": "25.0.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 fe93938

Please sign in to comment.