mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-25 03:18:54 +08:00
update dependencies
This commit is contained in:
14
package.json
14
package.json
@@ -27,21 +27,21 @@
|
||||
"dependencies": {
|
||||
"@actions/cache": "^1.0.5",
|
||||
"@actions/core": "^1.2.6",
|
||||
"@actions/tool-cache": "^1.6.0"
|
||||
"@actions/tool-cache": "^1.6.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^26.0.15",
|
||||
"@types/node": "^14.14.14",
|
||||
"@typescript-eslint/parser": "^4.10.0",
|
||||
"@types/jest": "^26.0.19",
|
||||
"@types/node": "^14.14.17",
|
||||
"@typescript-eslint/parser": "^4.11.1",
|
||||
"@zeit/ncc": "^0.22.3",
|
||||
"eslint": "^7.16.0",
|
||||
"eslint-plugin-github": "^4.1.1",
|
||||
"eslint-plugin-jest": "^24.1.3",
|
||||
"jest": "^24.9.0",
|
||||
"jest-circus": "^26.6.3",
|
||||
"js-yaml": "^3.13.1",
|
||||
"prettier": "^2.1.2",
|
||||
"js-yaml": "^3.14.1",
|
||||
"prettier": "^2.2.1",
|
||||
"ts-jest": "^24.2.0",
|
||||
"typescript": "^4.0.5"
|
||||
"typescript": "^4.1.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user