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

Merge pull request #26 from oceanprotocol/greenkeeper/@types/node-14.0.0

Update @types/node to the latest version 🚀
This commit is contained in:
Matthias Kretschmann 2020-05-18 09:33:01 +02:00 committed by GitHub
commit 9088501baf
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

@ -1550,9 +1550,9 @@
}
},
"@types/node": {
"version": "13.7.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.7.0.tgz",
"integrity": "sha512-GnZbirvmqZUzMgkFn70c74OQpTTUcCzlhQliTzYjQMqg+hVKcDnxdL19Ne3UdYzdMA/+W3eb646FWn/ZaT1NfQ==",
"version": "14.0.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.1.tgz",
"integrity": "sha512-FAYBGwC+W6F9+huFIDtn43cpy7+SzG+atzRiTfdp3inUKL2hXnd4rG8hylJLIh4+hqrQy1P17kvJByE/z825hA==",
"dev": true
},
"@types/prop-types": {

View File

@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/next-seo": "^1.10.0",
"@types/node": "^13.7.0",
"@types/node": "^14.0.0",
"@types/react": "^16.9.19",
"@typescript-eslint/eslint-plugin": "^2.19.1",
"@typescript-eslint/parser": "^2.19.1",