Skip to content

Commit

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

chore(deps-dev): bump typescript from 5.4.2 to 5.4.3
  • Loading branch information
0xmad authored Mar 25, 2024
2 parents ee17109 + a2f5c8a commit adf3b20
Show file tree
Hide file tree
Showing 8 changed files with 195 additions and 195 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.4.2"
"typescript": "^5.4.3"
}
}
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.4.2"
"typescript": "^5.4.3"
},
"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 @@ -96,6 +96,6 @@
"hardhat-contract-sizer": "^2.10.0",
"lowdb": "^1.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
}
}
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"nyc": "^15.1.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"nyc": {
"reporter": [
Expand Down
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.4.2"
"typescript": "^5.4.3"
},
"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.5.2",
"typedoc": "^0.25.12",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"config": {
"commitizen": {
Expand Down
376 changes: 188 additions & 188 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.30",
"ts-node": "^10.9.1",
"typescript": "~5.4.2"
"typescript": "~5.4.3"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit adf3b20

Please sign in to comment.