Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: clean up JS dependencies #3114

Merged
merged 3 commits into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading