Skip to content

Commit

Permalink
build(deps-dev): bump typescript in /wrappers/javascript
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 16, 2024
1 parent 3a4d504 commit c59b67c
Show file tree
Hide file tree
Showing 6 changed files with 2,552 additions and 4,007 deletions.
2 changes: 1 addition & 1 deletion wrappers/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "~5.4.5"
"typescript": "~5.6.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/node": "^20.12.11",
"@types/ref-array-di": "^1.2.3",
"@types/ref-struct-di": "^1.1.6",
"typescript": "~5.4.5"
"typescript": "~5.6.2"
},
"binary": {
"module_name": "aries_askar",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@babel/core": "^7.20.0",
"@babel/runtime": "^7.22.15",
"@types/react": "~18.2.45",
"typescript": "~5.4.5"
"typescript": "~5.6.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"react": "18.2.0",
"react-native": "0.74.1",
"typescript": "~5.4.5"
"typescript": "~5.6.2"
},
"peerDependencies": {
"react": ">= 16",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"buffer": "^6.0.3"
},
"devDependencies": {
"typescript": "~5.4.5"
"typescript": "~5.6.2"
}
}
Loading

0 comments on commit c59b67c

Please sign in to comment.