1
0
mirror of https://github.com/oceanprotocol/ipfs synced 2024-11-22 01:36:59 +01:00

Merge pull request #9 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:42:06 +01:00 committed by GitHub
commit 060e2ee53e
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

@ -1486,9 +1486,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

@ -27,7 +27,7 @@
},
"devDependencies": {
"@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",