Skip to content

Commit

Permalink
build(deps-dev): bump typescript from 5.2.2 to 5.3.2 (#1183)
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.2.2...v5.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 22, 2023
1 parent 11a2a87 commit 95431c1
Show file tree
Hide file tree
Showing 10 changed files with 118 additions and 118 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"string_decoder": "^1.3.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"config": {
"commitizen": {
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"terser-webpack-plugin": "^5.3.9",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"parcel": "^2.10.3",
"prettier": "^3.1.0",
"process": "^0.11.10",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint-plugin-playwright": "^0.18.0",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"wait-for-expect": "^3.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/manifest-bump/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/merkle-mock-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"eslint": "^8.54.0",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/zk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
Loading

0 comments on commit 95431c1

Please sign in to comment.