Merge pull request #14 from oceanprotocol/greenkeeper/@types/node-13.5.1

Update @types/node to the latest version 🚀
This commit is contained in:
Matthias Kretschmann 2020-01-29 11:41:30 +01:00 committed by GitHub
commit fde7e1a5c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2103,9 +2103,9 @@
}
},
"@types/node": {
"version": "12.12.25",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.25.tgz",
"integrity": "sha512-nf1LMGZvgFX186geVZR1xMZKKblJiRfiASTHw85zED2kI1yDKHDwTKMdkaCbTlXoRKlGKaDfYywt+V0As30q3w==",
"version": "13.5.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.5.1.tgz",
"integrity": "sha512-Jj2W7VWQ2uM83f8Ls5ON9adxN98MvyJsMSASYFuSvrov8RMRY64Ayay7KV35ph1TSGIJ2gG9ZVDdEq3c3zaydA==",
"dev": true
},
"@types/prop-types": {

View File

@ -32,7 +32,7 @@
"@types/bn.js": "^4.11.6",
"@types/jest": "^25.1.0",
"@types/next-seo": "^1.10.0",
"@types/node": "^12.12.25",
"@types/node": "^13.5.1",
"@types/react": "^16.9.19",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",