Skip to content

Commit

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

chore(deps-dev): bump typescript from 5.2.2 to 5.3.3
  • Loading branch information
0xmad authored Jan 10, 2024
2 parents fb8c927 + 4ec399d commit 3912029
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion circuits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"circom_tester": "^0.0.20",
"mocha": "^10.2.0",
"ts-mocha": "^10.0.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"nyc": "^15.1.0",
"snarkjs": "^0.7.2",
"ts-mocha": "^10.0.0",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"zkey-manager": "^0.1.2"
},
"nyc": {
Expand Down
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"hardhat-artifactor": "^0.2.0",
"hardhat-contract-sizer": "^2.10.0",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"ts-mocha": "^10.0.0",
"typescript": "^5.3.2"
"typescript": "^5.3.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 @@ -50,7 +50,7 @@
"solhint": "^4.0.0",
"typedoc": "^0.25.4",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"config": {
"commitizen": {
Expand Down
8 changes: 4 additions & 4 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit 3912029

Please sign in to comment.