Skip to content

Commit

Permalink
Add lodash as dependency of aztec.js (#1135)
Browse files Browse the repository at this point in the history
* Add lodash as dependency of aztec.js

* Use consistent package version
  • Loading branch information
PhilWindle authored Jul 21, 2023
1 parent 47fc6ea commit f19e466
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion yarn-project/aztec-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@jest/globals": "^29.5.0",
"@rushstack/eslint-patch": "^1.1.4",
"@types/jest": "^29.5.0",
"@types/lodash.partition": "^4.6.7",
"@types/lodash.partition": "^4.6.0",
"@types/lodash.times": "^4.3.7",
"@types/node": "^18.7.23",
"jest": "^29.5.0",
Expand Down
2 changes: 2 additions & 0 deletions yarn-project/aztec.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@
"@aztec/circuits.js": "workspace:^",
"@aztec/foundation": "workspace:^",
"@aztec/types": "workspace:^",
"lodash.partition": "^4.6.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@rushstack/eslint-patch": "^1.1.4",
"@types/jest": "^29.5.0",
"@types/lodash.partition": "^4.6.0",
"@types/node": "^18.7.23",
"jest": "^29.5.0",
"jest-mock-extended": "^3.0.3",
Expand Down
6 changes: 4 additions & 2 deletions yarn-project/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ __metadata:
"@jest/globals": ^29.5.0
"@rushstack/eslint-patch": ^1.1.4
"@types/jest": ^29.5.0
"@types/lodash.partition": ^4.6.7
"@types/lodash.partition": ^4.6.0
"@types/lodash.times": ^4.3.7
"@types/node": ^18.7.23
jest: ^29.5.0
Expand Down Expand Up @@ -205,9 +205,11 @@ __metadata:
"@jest/globals": ^29.5.0
"@rushstack/eslint-patch": ^1.1.4
"@types/jest": ^29.5.0
"@types/lodash.partition": ^4.6.0
"@types/node": ^18.7.23
jest: ^29.5.0
jest-mock-extended: ^3.0.3
lodash.partition: ^4.6.0
ts-jest: ^29.1.0
ts-node: ^10.9.1
tslib: ^2.4.0
Expand Down Expand Up @@ -3237,7 +3239,7 @@ __metadata:
languageName: node
linkType: hard

"@types/lodash.partition@npm:^4.6.7":
"@types/lodash.partition@npm:^4.6.0":
version: 4.6.7
resolution: "@types/lodash.partition@npm:4.6.7"
dependencies:
Expand Down

0 comments on commit f19e466

Please sign in to comment.