mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-04-25 17:52:13 +00:00
Version updates (#903)
This commit is contained in:
parent
d894913dbb
commit
145b4232f6
1853
package-lock.json
generated
1853
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fluence",
|
||||
"version": "0.5.3",
|
||||
"version": "0.5.4",
|
||||
"description": "the browser js-libp2p client for the Fluence network",
|
||||
"main": "./dist/fluence.js",
|
||||
"typings": "./dist/fluence.d.ts",
|
||||
@ -18,14 +18,14 @@
|
||||
"async": "3.2.0",
|
||||
"base64-js": "1.3.1",
|
||||
"bs58": "4.0.1",
|
||||
"cids": "0.8.0",
|
||||
"cids": "0.8.1",
|
||||
"it-length-prefixed": "3.0.1",
|
||||
"it-pipe": "1.1.0",
|
||||
"libp2p": "0.27.4",
|
||||
"libp2p-mplex": "0.9.5",
|
||||
"libp2p-secio": "0.12.5",
|
||||
"libp2p-websockets": "0.13.6",
|
||||
"peer-id": "0.13.11",
|
||||
"peer-id": "0.13.12",
|
||||
"peer-info": "0.17.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -37,12 +37,12 @@
|
||||
"chai": "4.2.0",
|
||||
"clean-webpack-plugin": "3.0.0",
|
||||
"libp2p-ts": "https://github.com/fluencelabs/libp2p-ts.git",
|
||||
"mocha": "7.1.1",
|
||||
"ts-loader": "6.2.2",
|
||||
"ts-mocha": "^7.0.0",
|
||||
"typescript": "3.8.3",
|
||||
"webpack": "4.42.1",
|
||||
"mocha": "7.2.0",
|
||||
"ts-loader": "7.0.5",
|
||||
"ts-mocha": "7.0.0",
|
||||
"typescript": "3.9.5",
|
||||
"webpack": "4.43.0",
|
||||
"webpack-cli": "3.3.11",
|
||||
"webpack-dev-server": "3.10.3"
|
||||
"webpack-dev-server": "3.11.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user