Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent 0a580e3 commit e3d2dc7
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 31 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.3",
"@types/node": "20.16.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"next": "14.2.7",
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.5.0",
"@types/node": "20.16.3",
"@types/node": "20.16.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"typescript": "5.5.4"
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.3",
"@types/node": "20.16.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"next": "14.2.7",
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.3",
"@types/node": "20.16.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"next": "14.2.7",
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.3",
"@changesets/cli": "2.27.8",
"@playwright/test": "1.46.1",
"@types/node": "20.16.3",
"@types/node": "20.16.4",
"@vitejs/plugin-react": "4.3.1",
"husky": "9.1.5",
"jsdom": "25.0.0",
Expand Down
52 changes: 26 additions & 26 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 e3d2dc7

Please sign in to comment.