Skip to content

Commit

Permalink
Merge pull request #1287 from privacy-scaling-explorations/dependabot…
Browse files Browse the repository at this point in the history
…/npm_and_yarn/dev/typescript-5.4.2

chore(deps-dev): bump typescript from 5.3.3 to 5.4.2
  • Loading branch information
0xmad authored Mar 11, 2024
2 parents 4da7628 + 591c767 commit 0a89347
Show file tree
Hide file tree
Showing 7 changed files with 188 additions and 188 deletions.
2 changes: 1 addition & 1 deletion circuits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
"mocha": "^10.3.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
}
}
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"nyc": "^15.1.0",
"snarkjs": "^0.7.3",
"ts-mocha": "^10.0.0",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"nyc": {
"reporter": [
Expand Down
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@
"hardhat-contract-sizer": "^2.10.0",
"lowdb": "^1.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
}
}
2 changes: 1 addition & 1 deletion crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"nyc": "^15.1.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"nyc": {
"reporter": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"solhint": "^4.1.1",
"typedoc": "^0.25.12",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"config": {
"commitizen": {
Expand Down
364 changes: 182 additions & 182 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@docusaurus/types": "^3.1.1",
"@types/node": "^20.11.25",
"ts-node": "^10.9.1",
"typescript": "~5.3.3"
"typescript": "~5.4.2"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 0a89347

Please sign in to comment.