mirror of
https://github.com/gradle/actions.git
synced 2026-06-06 18:29:39 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9acec6a4a7 |
Generated
+686
-606
File diff suppressed because it is too large
Load Diff
+14
-14
@@ -37,36 +37,36 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/artifact": "6.1.0",
|
"@actions/artifact": "6.1.0",
|
||||||
"@actions/cache": "6.0.0",
|
"@actions/cache": "6.0.0",
|
||||||
"@actions/core": "3.0.0",
|
"@actions/core": "3.0.1",
|
||||||
"@actions/exec": "3.0.0",
|
"@actions/exec": "3.0.0",
|
||||||
"@actions/github": "9.0.0",
|
"@actions/github": "9.1.1",
|
||||||
"@actions/glob": "0.6.1",
|
"@actions/glob": "0.7.0",
|
||||||
"@actions/http-client": "4.0.0",
|
"@actions/http-client": "4.0.1",
|
||||||
"@actions/tool-cache": "4.0.0",
|
"@actions/tool-cache": "4.0.0",
|
||||||
"@octokit/webhooks-types": "7.6.1",
|
"@octokit/webhooks-types": "7.6.1",
|
||||||
"cheerio": "1.2.0",
|
"cheerio": "1.2.0",
|
||||||
"semver": "7.7.4",
|
"semver": "7.8.1",
|
||||||
"string-argv": "0.3.2",
|
"string-argv": "0.3.2",
|
||||||
"unhomoglyph": "1.0.6",
|
"unhomoglyph": "1.0.6",
|
||||||
"which": "6.0.1"
|
"which": "7.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jest/globals": "30.3.0",
|
"@jest/globals": "30.4.1",
|
||||||
"@types/jest": "30.0.0",
|
"@types/jest": "30.0.0",
|
||||||
"@types/node": "25.5.0",
|
"@types/node": "25.9.1",
|
||||||
"@types/semver": "7.7.1",
|
"@types/semver": "7.7.1",
|
||||||
"@types/unzipper": "0.10.11",
|
"@types/unzipper": "0.10.11",
|
||||||
"@types/which": "3.0.4",
|
"@types/which": "3.0.4",
|
||||||
"@typescript-eslint/eslint-plugin": "8.58.0",
|
"@typescript-eslint/eslint-plugin": "8.59.4",
|
||||||
"dedent": "1.7.2",
|
"dedent": "1.7.2",
|
||||||
"esbuild": "0.28.0",
|
"esbuild": "0.28.0",
|
||||||
"eslint": "10.1.0",
|
"eslint": "10.4.0",
|
||||||
"globals": "17.4.0",
|
"globals": "17.6.0",
|
||||||
"jest": "30.3.0",
|
"jest": "30.4.2",
|
||||||
"nock": "15.0.0",
|
"nock": "15.0.0",
|
||||||
"npm-run-all": "4.1.5",
|
"npm-run-all": "4.1.5",
|
||||||
"prettier": "3.8.1",
|
"prettier": "3.8.3",
|
||||||
"ts-jest": "29.4.9",
|
"ts-jest": "29.4.11",
|
||||||
"typescript": "5.9.3"
|
"typescript": "5.9.3"
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
|||||||
Reference in New Issue
Block a user