mirror of
https://github.com/peter-evans/dockerhub-description.git
synced 2024-11-22 12:09:33 +01:00
Merge pull request #55 from peter-evans/update-dependencies
Update dependencies
This commit is contained in:
commit
ff044ee025
2 changed files with 1304 additions and 7237 deletions
8521
package-lock.json
generated
8521
package-lock.json
generated
File diff suppressed because it is too large
Load diff
22
package.json
22
package.json
|
@ -27,22 +27,22 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/peter-evans/dockerhub-description#readme",
|
"homepage": "https://github.com/peter-evans/dockerhub-description#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "1.5.0",
|
"@actions/core": "1.6.0",
|
||||||
"node-fetch": "^2.6.1"
|
"node-fetch": "^2.6.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "27.0.1",
|
"@types/jest": "27.0.2",
|
||||||
"@types/node": "16.7.10",
|
"@types/node": "16.10.3",
|
||||||
"@typescript-eslint/parser": "4.30.0",
|
"@typescript-eslint/parser": "4.33.0",
|
||||||
"@vercel/ncc": "0.30.0",
|
"@vercel/ncc": "0.31.1",
|
||||||
"eslint": "7.32.0",
|
"eslint": "7.32.0",
|
||||||
"eslint-plugin-github": "4.2.0",
|
"eslint-plugin-github": "4.3.2",
|
||||||
"eslint-plugin-jest": "24.4.0",
|
"eslint-plugin-jest": "24.5.2",
|
||||||
"jest": "27.1.0",
|
"jest": "27.2.4",
|
||||||
"jest-circus": "27.1.0",
|
"jest-circus": "27.2.4",
|
||||||
"js-yaml": "4.1.0",
|
"js-yaml": "4.1.0",
|
||||||
"prettier": "2.3.2",
|
"prettier": "2.4.1",
|
||||||
"ts-jest": "27.0.5",
|
"ts-jest": "27.0.5",
|
||||||
"typescript": "4.4.2"
|
"typescript": "4.4.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue