1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-15 09:35:21 +01:00

Merge pull request #275 from kremalicious/greenkeeper/@types/node-14.0.0

Update @types/node to the latest version 🚀
This commit is contained in:
Matthias Kretschmann 2020-05-13 09:43:37 +02:00 committed by GitHub
commit 5f8043dc42
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

@ -3643,9 +3643,9 @@
}
},
"@types/node": {
"version": "13.13.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.5.tgz",
"integrity": "sha512-3ySmiBYJPqgjiHA7oEaIo2Rzz0HrOZ7yrNO5HWyaE5q0lQ3BppDZ3N53Miz8bw2I7gh1/zir2MGVZBvpb1zq9g=="
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.0.tgz",
"integrity": "sha512-BZHGudjgZ8cweaQC2Q7hKpZNT2sq//NNbc7KcuTdti10S/tKIXpqiAgzZZFdwm6uUdRE9jy6UYSESNvB5rmFgA=="
},
"@types/node-fetch": {
"version": "2.5.7",

View File

@ -98,7 +98,7 @@
"@types/jest": "^25.2.1",
"@types/loadable__component": "^5.10.0",
"@types/lunr": "^2.3.3",
"@types/node": "^13.13.5",
"@types/node": "^14.0.0",
"@types/node-fetch": "^2.5.7",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",