Skip to content

Commit

Permalink
Merge pull request #16 from input-output-hk/cleaned-dependencies
Browse files Browse the repository at this point in the history
Cleaned dependencies
  • Loading branch information
nhenin committed Aug 14, 2023
2 parents 0d78b2f + 3e81dbf commit 713aa4d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 50 deletions.
18 changes: 2 additions & 16 deletions packages/language/core/v1/package.json
Expand Up @@ -29,26 +29,12 @@
},

"dependencies": {
"@blockfrost/blockfrost-js": "5.2.0",
"@blockfrost/openapi": "0.1.54",
"@types/deep-equal": "1.0.1",
"@types/qs" : "6.9.7",
"qs" : "6.11.1" ,
"axios": "^1.3.3",
"axios-curlirize": "^2.0.0",
"date-fns": "2.29.3",
"deep-equal": "1.0.1",
"fp-ts": "^2.16.0",
"json-bigint": "^1.0.0",
"lucid-cardano": "0.9.4",
"ts-adt": "^2.0.2",
"ts-pattern": "^4.2.0",
"retry-ts":"0.1.4",
"newtype-ts":"0.3.5",
"monocle-ts":"2.3.13",
"io-ts":"2.2.20",
"io-ts-types":"0.5.19",
"io-ts-bigint":"2.0.1",
"newtype-ts":"0.3.5",
"json-bigint": "^1.0.0",
"jsonbigint-io-ts-reporters":"2.0.1"
}
}
21 changes: 2 additions & 19 deletions packages/legacy-adapter/package.json
Expand Up @@ -27,27 +27,10 @@
},

"dependencies": {
"@blockfrost/blockfrost-js": "5.2.0",
"@blockfrost/openapi": "0.1.54",
"@types/deep-equal": "1.0.1",
"@types/qs" : "6.9.7",
"qs" : "6.11.1" ,
"axios": "^1.3.3",
"axios-curlirize": "^2.0.0",
"date-fns": "2.29.3",
"deep-equal": "1.0.1",
"dotenv": "^16.0.3",
"fp-ts": "^2.16.0",
"json-bigint": "^1.0.0",
"lucid-cardano": "0.9.4",
"ts-adt": "^2.0.2",
"ts-pattern": "^4.2.0",
"retry-ts":"0.1.4",
"newtype-ts":"0.3.5",
"monocle-ts":"2.3.13",
"io-ts":"2.2.20",
"io-ts-types":"0.5.19",
"io-ts-bigint":"2.0.1",
"jsonbigint-io-ts-reporters":"2.0.1"
"json-bigint": "^1.0.0",
"newtype-ts":"0.3.5"
}
}
22 changes: 7 additions & 15 deletions packages/legacy-runtime/package.json
Expand Up @@ -30,25 +30,17 @@
"./write/command": "./dist/write/command.js"
},
"dependencies": {
"@emurgo/cardano-serialization-lib-asmjs":"11.4.0",
"@47ng/codec":"1.1.0",
"@types/deep-equal": "1.0.1",
"@types/qs" : "6.9.7",
"qs" : "6.11.1" ,
"fp-ts": "^2.13.1",
"io-ts":"2.2.20",
"newtype-ts":"0.3.5",
"date-fns": "2.29.3",
"axios": "^1.3.3",
"axios-curlirize": "^2.0.0",
"date-fns": "2.29.3",
"deep-equal": "1.0.1",
"fp-ts": "^2.13.1",
"@47ng/codec":"1.1.0",
"json-bigint": "^1.0.0",
"ts-adt": "^2.0.2",
"ts-pattern": "^4.2.0",
"retry-ts":"0.1.4",
"newtype-ts":"0.3.5",
"monocle-ts":"2.3.13",
"io-ts":"2.2.20",
"io-ts-types":"0.5.19",
"io-ts-bigint":"2.0.1",
"jsonbigint-io-ts-reporters":"2.0.1"
"jsonbigint-io-ts-reporters":"2.0.1",
"@emurgo/cardano-serialization-lib-asmjs":"11.4.0"
}
}

0 comments on commit 713aa4d

Please sign in to comment.