Skip to content

Commit

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

---
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 Nov 6, 2024
1 parent cf278a9 commit a9c1d5d
Show file tree
Hide file tree
Showing 9 changed files with 322 additions and 322 deletions.
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"ts-node": "^10.9.1",
"typedoc": "^0.26.7",
"typedoc-plugin-markdown": "^4.2.10",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
},
"config": {
"commitizen": {
Expand Down
2 changes: 1 addition & 1 deletion packages/circuits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"mocha": "^10.7.3",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"nyc": "^17.0.0",
"snarkjs": "^0.7.5",
"ts-mocha": "^10.0.0",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
},
"nyc": {
"reporter": [
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,6 @@
"hardhat-artifactor": "^0.2.0",
"hardhat-contract-sizer": "^2.10.0",
"ts-node": "^10.9.1",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"nyc": "^17.0.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
},
"nyc": {
"reporter": [
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"nyc": "^17.0.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
},
"nyc": {
"reporter": [
Expand Down
2 changes: 1 addition & 1 deletion packages/integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"hardhat-contract-sizer": "^2.0.3",
"mocha": "^10.7.3",
"ts-mocha": "^10.0.0",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
},
"dependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
Expand Down
628 changes: 314 additions & 314 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit a9c1d5d

Please sign in to comment.