mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 08:11:07 -05:00
Bump dependencies
Production deps: - Bump @actions/tool-cache from 1.7.2 to 2.0.1 - Bump @actions/http-client from 1.0.11 to 2.0.1 - Bump @actions/github from 5.0.1 to 5.0.3 - Bump @actions/cache from 2.0.2 to 2.0.4 Dev deps: - Bump eslint from 8.14.0 to 8.15.0 - Bump eslint-plugin-jest from 26.2.0 to 26.2.2 - Bump jest from 27.5.1 to 28.1.0 - Bump ts-jst from 27.1.4 to 28.0.2
This commit is contained in:
parent
9f1e4d5588
commit
116ac10f81
7 changed files with 1994 additions and 2061 deletions
14
dist/main/index.js
vendored
14
dist/main/index.js
vendored
File diff suppressed because one or more lines are too long
2
dist/main/index.js.map
vendored
2
dist/main/index.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/post/index.js
vendored
4
dist/post/index.js
vendored
File diff suppressed because one or more lines are too long
2
dist/post/index.js.map
vendored
2
dist/post/index.js.map
vendored
File diff suppressed because one or more lines are too long
4017
package-lock.json
generated
4017
package-lock.json
generated
File diff suppressed because it is too large
Load diff
16
package.json
16
package.json
|
@ -24,13 +24,13 @@
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/cache": "2.0.2",
|
"@actions/cache": "2.0.4",
|
||||||
"@actions/core": "1.8.2",
|
"@actions/core": "1.8.2",
|
||||||
"@actions/exec": "1.1.1",
|
"@actions/exec": "1.1.1",
|
||||||
"@actions/github": "5.0.1",
|
"@actions/github": "5.0.3",
|
||||||
"@actions/glob": "0.3.0",
|
"@actions/glob": "0.3.0",
|
||||||
"@actions/http-client": "1.0.11",
|
"@actions/http-client": "2.0.1",
|
||||||
"@actions/tool-cache": "1.7.2",
|
"@actions/tool-cache": "2.0.1",
|
||||||
"string-argv": "0.3.1"
|
"string-argv": "0.3.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -38,14 +38,14 @@
|
||||||
"@types/unzipper": "0.10.5",
|
"@types/unzipper": "0.10.5",
|
||||||
"@typescript-eslint/parser": "5.23.0",
|
"@typescript-eslint/parser": "5.23.0",
|
||||||
"@vercel/ncc": "0.33.4",
|
"@vercel/ncc": "0.33.4",
|
||||||
"eslint": "8.14.0",
|
"eslint": "8.15.0",
|
||||||
"eslint-plugin-github": "4.3.6",
|
"eslint-plugin-github": "4.3.6",
|
||||||
"eslint-plugin-jest": "26.2.0",
|
"eslint-plugin-jest": "26.2.2",
|
||||||
"jest": "27.5.1",
|
"jest": "28.1.0",
|
||||||
"js-yaml": "4.1.0",
|
"js-yaml": "4.1.0",
|
||||||
"patch-package": "6.4.7",
|
"patch-package": "6.4.7",
|
||||||
"prettier": "2.6.2",
|
"prettier": "2.6.2",
|
||||||
"ts-jest": "27.1.4",
|
"ts-jest": "28.0.2",
|
||||||
"typescript": "4.6.4"
|
"typescript": "4.6.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue