deps: Rollback types/node 13 to 12 (#185)
This commit is contained in:
parent
f3bcf96547
commit
75c9bc6dc7
|
@ -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": {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue