Skip to content

Commit

Permalink
build(deps-dev): bump typescript from 5.4.5 to 5.6.2
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.4.5 to 5.6.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.6.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 51d72ee commit fca1a61
Show file tree
Hide file tree
Showing 8 changed files with 150 additions and 150 deletions.
2 changes: 1 addition & 1 deletion adapters/aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"jest": "^29.7.0",
"rimraf": "^5.0.7",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
"typescript": "^5.6.2"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.583.0",
Expand Down
2 changes: 1 addition & 1 deletion adapters/fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"jest": "^29.7.0",
"rimraf": "^5.0.7",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
"typescript": "^5.6.2"
},
"dependencies": {
"@imagejs/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion adapters/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"jest": "^29.7.0",
"rimraf": "^5.0.7",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
"typescript": "^5.6.2"
},
"dependencies": {
"@imagejs/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion backend/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/node": "^20.12.12",
"rimraf": "^5.0.7",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
"typescript": "^5.6.2"
},
"dependencies": {
"@imagejs/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion backend/test-suite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"jest": "^29.7.0",
"rimraf": "^5.0.7",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
"typescript": "^5.6.2"
},
"dependencies": {
"debug": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-only-warn": "^1.1.0",
"typescript": "^5.3.3"
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit fca1a61

Please sign in to comment.