Skip to content

Commit

Permalink
Pin @types/node to v20 (stateful#1762)
Browse files Browse the repository at this point in the history
  • Loading branch information
pastuxso authored and hotpocket committed Nov 5, 2024
1 parent 1b3cddd commit 8200570
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 68 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@ updates:
- dependency-name: "vscode-uri"
# Deprecated
- dependency-name: "@vercel/client"

groups:
types-node:
patterns:
- "@types/node"
update-types:
- minor
- patch
aws-sdk:
patterns:
- "@aws-sdk/client-ec2"
Expand Down
77 changes: 10 additions & 67 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@
"@graphql-codegen/client-preset": "^4.4.0",
"@graphql-codegen/typescript": "4.1.0",
"@octokit/rest": "^19.0.13",
"@types/node": "^18.19.14",
"@types/node": "^20.17.2",
"@types/node-fetch": "^2.6.11",
"@types/semver": "^7.5.8",
"@types/uuid": "^10.0.0",
Expand Down

0 comments on commit 8200570

Please sign in to comment.