Update Fluence JS to v0.23.0 (#267)

This commit is contained in:
Pavel
2022-04-27 15:23:57 +03:00
committed by GitHub
parent a5c8d1fdef
commit 539bf1358d
26 changed files with 7825 additions and 4606 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,6 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@fluencelabs/fluence": "0.22.0",
"@fluencelabs/fluence-network-environment": "^1.0.13",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
@ -20,7 +19,7 @@
"web-vitals": "^1.1.2"
},
"scripts": {
"postinstall": "copy-avm-public public",
"postinstall": "copy-marine public",
"prestart": "npm run compile-aqua",
"prebuild": "npm run compile-aqua",
"start": "react-scripts start",
@ -52,8 +51,9 @@
]
},
"devDependencies": {
"@fluencelabs/aqua": "^0.7.1-300",
"@fluencelabs/aqua": "^0.7.2-303",
"@fluencelabs/aqua-lib": "^0.4.3",
"@fluencelabs/fluence": "^0.23.0",
"@types/jest-environment-puppeteer": "^4.4.1",
"@types/puppeteer": "^5.4.4",
"chokidar-cli": "^2.1.0",

File diff suppressed because one or more lines are too long