mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 05:29:34 -08:00
Update dependencies
This commit is contained in:
parent
cabf29c9ef
commit
36d0d24ca4
3 changed files with 3064 additions and 3028 deletions
974
dist/index.js
vendored
974
dist/index.js
vendored
File diff suppressed because it is too large
Load diff
5104
package-lock.json
generated
5104
package-lock.json
generated
File diff suppressed because it is too large
Load diff
14
package.json
14
package.json
|
@ -25,26 +25,26 @@
|
|||
"author": "daveol",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@actions/cache": "^2.0.2",
|
||||
"@actions/cache": "^3.0.0",
|
||||
"@actions/core": "^1.3.0",
|
||||
"@actions/tool-cache": "^1.6.1",
|
||||
"@actions/tool-cache": "^2.0.1",
|
||||
"fs-extra": "^10.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "^9.0.11",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/jest": "^28.1.6",
|
||||
"@types/node": "^17.0.25",
|
||||
"@typescript-eslint/eslint-plugin": "^5.20.0",
|
||||
"@typescript-eslint/parser": "^5.20.0",
|
||||
"@vercel/ncc": "^0.33.4",
|
||||
"@vercel/ncc": "^0.34.0",
|
||||
"eslint": "^8.13.0",
|
||||
"eslint-plugin-github": "^4.3.6",
|
||||
"eslint-plugin-jest": "^26.1.4",
|
||||
"jest": "^27.5.1",
|
||||
"jest-circus": "^27.0.6",
|
||||
"jest": "^28.1.3",
|
||||
"jest-circus": "^28.1.3",
|
||||
"js-yaml": "^4.1.0",
|
||||
"prettier": "^2.3.0",
|
||||
"ts-jest": "^27.1.4",
|
||||
"ts-jest": "^28.0.7",
|
||||
"typescript": "^4.2.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue