mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 17:12:51 +00:00
Upgrade dependencies
This commit is contained in:
parent
ced6c34563
commit
6bf2690b23
4 changed files with 832 additions and 2057 deletions
2
dist/main/index.js
vendored
2
dist/main/index.js
vendored
File diff suppressed because one or more lines are too long
2
dist/post/index.js
vendored
2
dist/post/index.js
vendored
File diff suppressed because one or more lines are too long
2857
package-lock.json
generated
2857
package-lock.json
generated
File diff suppressed because it is too large
Load diff
28
package.json
28
package.json
|
@ -24,30 +24,30 @@
|
||||||
"author": "Paul Merlin <paul@nosphere.org>",
|
"author": "Paul Merlin <paul@nosphere.org>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/cache": "1.0.2",
|
"@actions/cache": "1.0.5",
|
||||||
"@actions/core": "1.2.5",
|
"@actions/core": "1.2.6",
|
||||||
"@actions/exec": "1.0.4",
|
"@actions/exec": "1.0.4",
|
||||||
"@actions/glob": "0.1.0",
|
"@actions/glob": "0.1.1",
|
||||||
"@actions/http-client": "1.0.8",
|
"@actions/http-client": "1.0.9",
|
||||||
"@actions/io": "1.0.2",
|
"@actions/io": "1.0.2",
|
||||||
"@actions/tool-cache": "1.6.0",
|
"@actions/tool-cache": "1.6.1",
|
||||||
"string-argv": "0.3.1",
|
"string-argv": "0.3.1",
|
||||||
"unzipper": "0.10.11"
|
"unzipper": "0.10.11"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "26.0.13",
|
"@types/jest": "26.0.19",
|
||||||
"@types/node": "12.12.6",
|
"@types/node": "12.12.6",
|
||||||
"@types/unzipper": "0.10.3",
|
"@types/unzipper": "0.10.3",
|
||||||
"@typescript-eslint/parser": "4.1.0",
|
"@typescript-eslint/parser": "4.11.0",
|
||||||
"@zeit/ncc": "0.22.3",
|
"@zeit/ncc": "0.22.3",
|
||||||
"eslint": "7.9.0",
|
"eslint": "7.16.0",
|
||||||
"eslint-plugin-github": "4.1.1",
|
"eslint-plugin-github": "4.1.1",
|
||||||
"eslint-plugin-jest": "24.0.1",
|
"eslint-plugin-jest": "24.1.3",
|
||||||
"jest": "26.4.2",
|
"jest": "26.6.3",
|
||||||
"jest-circus": "26.4.2",
|
"jest-circus": "26.6.3",
|
||||||
"js-yaml": "3.14.0",
|
"js-yaml": "3.14.1",
|
||||||
"prettier": "2.1.1",
|
"prettier": "2.2.1",
|
||||||
"ts-jest": "26.3.0",
|
"ts-jest": "26.4.4",
|
||||||
"typescript": "4.0.2"
|
"typescript": "4.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue