Skip to content

Commit

Permalink
fix deps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSulpiride committed Sep 15, 2023
1 parent 3ec13c7 commit 04073a7
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 22 deletions.
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"ethers": "5.7.2",
"executor": "^1.0.0-alpha",
"executor": "1.0.0-alpha",
"fastify": "4.14.1",
"pino": "8.11.0",
"pino-pretty": "10.0.0",
"reflect-metadata": "0.1.13",
"types": "^1.0.0-alpha"
"types": "1.0.0-alpha"
},
"devDependencies": {
"@types/connect": "3.4.35"
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"url": "https://https://github.com/etherspot/skandha/issues"
},
"dependencies": {
"api": "^1.0.0-alpha",
"db": "^1.0.0-alpha",
"executor": "^1.0.0-alpha",
"api": "1.0.0-alpha",
"db": "1.0.0-alpha",
"executor": "1.0.0-alpha",
"find-up": "5.0.0",
"got": "12.5.3",
"js-yaml": "4.1.0",
"node": "^1.0.0-alpha",
"types": "^1.0.0-alpha",
"node": "1.0.0-alpha",
"types": "1.0.0-alpha",
"yargs": "17.6.2"
},
"devDependencies": {
Expand Down
7 changes: 3 additions & 4 deletions packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "db",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha",
"description": "The DB module of Etherspot bundler client",
"author": "Etherspot",
"homepage": "https://github.com/etherspot/etherspot-bundler#readme",
Expand Down Expand Up @@ -33,11 +33,10 @@
"dependencies": {
"@chainsafe/ssz": "0.10.1",
"rocksdb": "5.2.1",
"types": "^1.0.0-alpha.0"
"types": "1.0.0-alpha"
},
"devDependencies": {
"@types/rocksdb": "3.0.1",
"prettier": "^2.8.4",
"types": "^0.0.44"
"prettier": "^2.8.4"
}
}
4 changes: 2 additions & 2 deletions packages/executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"async-mutex": "0.4.0",
"ethers": "5.7.2",
"params": "^1.0.0-alpha",
"types": "^1.0.0-alpha"
"params": "1.0.0-alpha",
"types": "1.0.0-alpha"
}
}
12 changes: 6 additions & 6 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,24 +55,24 @@
"@libp2p/tcp": "6.1.0",
"@multiformats/multiaddr": "11.4.0",
"abstract-leveldown": "7.2.0",
"api": "^1.0.0-alpha",
"api": "1.0.0-alpha",
"datastore-core": "8.0.1",
"db": "^1.0.0-alpha",
"db": "1.0.0-alpha",
"ethers": "5.7.2",
"executor": "^1.0.0-alpha",
"executor": "1.0.0-alpha",
"it-filter": "1.0.2",
"it-map": "1.0.5",
"it-sort": "1.0.0",
"it-take": "1.0.1",
"libp2p": "0.42.2",
"params": "^1.0.0-alpha",
"params": "1.0.0-alpha",
"prettier": "2.8.4",
"rocksdb": "5.2.1",
"snappyjs": "0.7.0",
"stream-to-it": "0.2.4",
"strict-event-emitter-types": "2.0.0",
"types": "^1.0.0-alpha",
"utils": "^1.0.0-alpha",
"types": "1.0.0-alpha",
"utils": "1.0.0-alpha",
"varint": "6.0.0",
"xxhash-wasm": "1.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/params/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@eth-optimism/sdk": "3.0.0",
"@mantleio/sdk": "0.2.1",
"ethers": "5.7.2",
"types": "^1.0.0-alpha",
"utils": "^1.0.0-alpha"
"types": "1.0.0-alpha",
"utils": "1.0.0-alpha"
},
"scripts": {
"clean": "rm -rf lib && rm -f *.tsbuildinfo",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"case": "^1.6.3",
"pino": "8.11.0",
"pino-pretty": "10.0.0",
"types": "^1.0.0-alpha"
"types": "1.0.0-alpha"
}
}

0 comments on commit 04073a7

Please sign in to comment.