Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.17.3 (#1410)
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 29, 2024
1 parent b12fb0f commit 191f47c
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 30 deletions.
8 changes: 4 additions & 4 deletions apps/getting-started-nextjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/getting-started-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.17.2",
"@types/node": "20.17.3",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@xata.io/client": "^0.30.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/sample-chatgpt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"zod": "^3.20.2"
},
"devDependencies": {
"@types/node": "20.17.2",
"@types/node": "20.17.3",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint": "8.57.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/sample-next-auth-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@next-auth/xata-adapter": "latest",
"@next/font": "13.5.7",
"@types/node": "20.17.2",
"@types/node": "20.17.3",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@xata.io/client": "latest",
Expand Down
2 changes: 1 addition & 1 deletion apps/sample-next-auth-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@next-auth/xata-adapter": "latest",
"@next/font": "13.5.7",
"@types/node": "20.17.2",
"@types/node": "20.17.3",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@xata.io/client": "latest",
Expand Down
2 changes: 1 addition & 1 deletion apps/sample-nextjs-basic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/node": "20.17.2",
"@types/node": "20.17.3",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint": "8.57.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@changesets/cli": "2.27.9",
"@types/node": "20.17.2",
"@types/node": "20.17.3",
"prettier": "2.8.8",
"turbo": "1.13.4",
"typescript": "5.6.3"
Expand Down
48 changes: 28 additions & 20 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 191f47c

Please sign in to comment.