Skip to content

Commit

Permalink
chore: clean up JS dependencies (#3114)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom French <git@tomfren.ch>
  • Loading branch information
TomAFrench and TomAFrench committed Oct 12, 2023
1 parent 54a8b3b commit c066b20
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 13 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,5 @@
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"packageManager": "yarn@3.6.4",
"dependencies": {
"tslog": "^4.9.2"
}
"packageManager": "yarn@3.6.4"
}
3 changes: 1 addition & 2 deletions tooling/noir_js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"dependencies": {
"@noir-lang/acvm_js": "workspace:*",
"@noir-lang/noirc_abi": "workspace:*",
"@noir-lang/types": "workspace:*",
"fflate": "^0.8.0"
"@noir-lang/types": "workspace:*"
},
"files": [
"lib",
Expand Down
3 changes: 0 additions & 3 deletions tooling/noir_js_backend_barretenberg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
"@noir-lang/types": "workspace:*",
"fflate": "^0.8.0"
},
"peerDependencies": {
"@noir-lang/backend_barretenberg": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.6.2",
"@types/prettier": "^3",
Expand Down
4 changes: 0 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -919,8 +919,6 @@ __metadata:
fflate: ^0.8.0
prettier: 3.0.3
typescript: 5.1.5
peerDependencies:
"@noir-lang/backend_barretenberg": "workspace:*"
languageName: unknown
linkType: soft

Expand All @@ -938,7 +936,6 @@ __metadata:
chai: ^4.3.8
eslint: ^8.50.0
eslint-plugin-prettier: ^5.0.0
fflate: ^0.8.0
mocha: ^10.2.0
prettier: 3.0.3
ts-node: ^10.9.1
Expand Down Expand Up @@ -986,7 +983,6 @@ __metadata:
mocha: ^10.2.0
prettier: 3.0.3
ts-node: ^10.9.1
tslog: ^4.9.2
typescript: ^5.0.4
languageName: unknown
linkType: soft
Expand Down

0 comments on commit c066b20

Please sign in to comment.