deps: Rollback types/node 13 to 12 (#185)

This commit is contained in:
Shohei Ueda 2020-02-19 17:25:28 +09:00 committed by GitHub
parent f3bcf96547
commit 75c9bc6dc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "hugo-action",
"name": "actions-hugo",
"version": "2.4.5",
"lockfileVersion": 1,
"requires": true,
@ -1326,9 +1326,9 @@
"dev": true
},
"@types/node": {
"version": "13.7.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.7.2.tgz",
"integrity": "sha512-uvilvAQbdJvnSBFcKJ2td4016urcGvsiR+N4dHGU87ml8O2Vl6l+ErOi9w0kXSPiwJ1AYlIW+0pDXDWWMOiWbw==",
"version": "12.12.27",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.27.tgz",
"integrity": "sha512-odQFl/+B9idbdS0e8IxDl2ia/LP8KZLXhV3BUeI98TrZp0uoIzQPhGd+5EtzHmT0SMOIaPd7jfz6pOHLWTtl7A==",
"dev": true
},
"@types/node-fetch": {

View File

@ -59,7 +59,7 @@
},
"devDependencies": {
"@types/jest": "^25.1.2",
"@types/node": "^13.7.2",
"@types/node": "~12",
"@types/node-fetch": "^2.5.4",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",