Skip to content

Commit

Permalink
chore(deps-dev): bump @types/node from 20.17.10 to 20.17.11
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.17.10 to 20.17.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent 30a1f1a commit e1a256e
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion examples/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"openai": "^4.77.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/node": "^20.17.11",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gensx-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"gensx": "^0.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/node": "^20.17.11",
"@vitest/coverage-istanbul": "^2.1.8",
"gensx": "workspace:*",
"typescript": "^5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/gensx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"author": "GenSX Team",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.0.0",
"@types/node": "^20.17.11",
"@vitest/coverage-istanbul": "^2.1.8",
"typescript": "^5.7.2",
"vite": "^6.0.6",
Expand Down
Loading

0 comments on commit e1a256e

Please sign in to comment.