1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

re-building package-lock.json with npm v7 (#704)

* re-building package-lock.json with npm v7

* fresh package-lock

* run Travis against Node.js v15

Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
This commit is contained in:
Jamie Hewitt 2021-04-13 14:47:24 +03:00 committed by GitHub
parent 04c2a9b09a
commit 89bac18492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 21352 additions and 4471 deletions

View File

@ -2,7 +2,7 @@ dist: xenial
sudo: required
language: node_js
node_js:
- 14
- 15
services:
- docker

25815
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -42,7 +42,7 @@
},
"homepage": "https://github.com/oceanprotocol/ocean.js#readme",
"peerDependencies": {
"web3": "^1.3.4"
"web3": "^1.3.5"
},
"dependencies": {
"@ethereum-navigator/navigator": "^0.5.2",
@ -56,8 +56,8 @@
"node-abort-controller": "^1.2.0",
"save-file": "^2.3.1",
"uuid": "^8.3.2",
"web3": "^1.3.5",
"web3-eth-contract": "^1.3.5"
"web3-eth-contract": "^1.3.5",
"web3": "^1.3.5"
},
"devDependencies": {
"@release-it/bumper": "^2.0.0",