Skip to content

Commit

Permalink
Merge pull request #138 from blockfrost/chore/remove-unnecessary-deps
Browse files Browse the repository at this point in the history
chore: remove arch specific deps from package.json (now in yarnrc)
  • Loading branch information
vladimirvolek authored Feb 5, 2024
2 parents d4b8a24 + ca983d6 commit d68269d
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 65 deletions.
Binary file not shown.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@
"rimraf": "^5.0.1"
},
"devDependencies": {
"@blockfrost/blockfrost-tests": "1.10.0",
"@esbuild/darwin-x64": "npm:0.16.17",
"@esbuild/linux-x64": "npm:0.16.17",
"@blockfrost/blockfrost-tests": "1.11.0",
"@types/config": "3.3.1",
"@types/express": "^4.17.17",
"@types/node": "^20.6.2",
Expand Down
106 changes: 53 additions & 53 deletions yarn-project.nix

Large diffs are not rendered by default.

14 changes: 5 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ __metadata:
languageName: node
linkType: hard

"@blockfrost/blockfrost-tests@npm:1.10.0":
version: 1.10.0
resolution: "@blockfrost/blockfrost-tests@npm:1.10.0"
"@blockfrost/blockfrost-tests@npm:1.11.0":
version: 1.11.0
resolution: "@blockfrost/blockfrost-tests@npm:1.11.0"
dependencies:
"@blockfrost/openapi": 0.1.59
expect: ^29.3.1
Expand All @@ -106,7 +106,7 @@ __metadata:
jest-extended: ^3.1.0
node-match-path: ^0.6.3
pg-promise: ^11.5.3
checksum: 8cfb3d6ef52f6f5a6da0e2f8ad5088c39e3c1546ee7f3147ab923860364101d17d589e22d5b80a0c78efeb43df59cb77271b15718a1bc7a251167dd24ca04afd
checksum: cd19044838f20705b4a748d3dbae48c5b39a73155ea10b6b6132c608c4d2285c1e8d512ff1b232bfe657bb59c8e8db45d33e1adce648bfec839591c434eed28e
languageName: node
linkType: hard

Expand Down Expand Up @@ -211,7 +211,6 @@ __metadata:
"@esbuild/darwin-x64@npm:0.16.17":
version: 0.16.17
resolution: "@esbuild/darwin-x64@npm:0.16.17"
checksum: 3b7a8ba3dc15640691682cd160bdf4caf1e19c9c114d1a047a6fb68f23fc04af53b6b1ec3b51f19f354c3aba94fcd11e9a4c49544a715c0fcd3c4dfc3f23bc29
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard
Expand Down Expand Up @@ -289,7 +288,6 @@ __metadata:
"@esbuild/linux-x64@npm:0.16.17":
version: 0.16.17
resolution: "@esbuild/linux-x64@npm:0.16.17"
checksum: 1ed275c47aba5602c48844dedf95e6ad9097b6c96b8b0b19d141009d1b0583956ee4ba96763528641d2fb7521607c2411f90e0908f61777d56922ba4a95cdb1a
conditions: os=linux & cpu=x64
languageName: node
linkType: hard
Expand Down Expand Up @@ -1954,13 +1952,11 @@ __metadata:
resolution: "blockfrost-backend-ryo@workspace:."
dependencies:
"@blockfrost/blockfrost-js": 5.4.0
"@blockfrost/blockfrost-tests": 1.10.0
"@blockfrost/blockfrost-tests": 1.11.0
"@blockfrost/blockfrost-utils": 2.8.0
"@blockfrost/openapi": 0.1.60
"@emurgo/cardano-serialization-lib-nodejs": 11.5.0
"@emurgo/cip14-js": ^3.0.1
"@esbuild/darwin-x64": "npm:0.16.17"
"@esbuild/linux-x64": "npm:0.16.17"
"@fastify/cors": ^8.3.0
"@fastify/postgres": ^5.2.0
"@sentry/node": ^7.69.0
Expand Down

0 comments on commit d68269d

Please sign in to comment.