1
0
Fork 0
mirror of https://github.com/subosito/flutter-action.git synced 2024-08-16 10:19:50 +02:00

update dependencies

This commit is contained in:
Alif Rachmawadi 2021-04-26 14:30:05 +00:00
parent 8c0828b9c2
commit cb118effe2
No known key found for this signature in database
GPG key ID: 79DA63C0F3A55BB1
2 changed files with 925 additions and 2247 deletions

3140
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -25,27 +25,27 @@
"author": "Alif Rachmawadi <arch@subosito.com>",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/core": "^1.2.7",
"@actions/exec": "^1.0.4",
"@actions/http-client": "^1.0.8",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^1.6.0",
"semver": "^7.3.2",
"uuid": "^8.3.1"
"@actions/http-client": "^1.0.11",
"@actions/io": "^1.1.0",
"@actions/tool-cache": "^1.6.1",
"semver": "^7.3.5",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/jest": "^26.0.14",
"@types/node": "^14.11.5",
"@types/semver": "^7.3.4",
"@types/jest": "^26.0.23",
"@types/node": "^14.14.41",
"@types/semver": "^7.3.5",
"@types/uuid": "^8.3.0",
"@vercel/ncc": "^0.24.1",
"jest": "^26.5.2",
"jest-circus": "^26.5.2",
"nock": "^13.0.4",
"@vercel/ncc": "^0.28.3",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"nock": "^13.0.11",
"npm-run-all": "^4.1.5",
"prettier": "1.19.1",
"ts-jest": "^26.4.1",
"typescript": "^4.0.3"
"prettier": "2.2.1",
"ts-jest": "^26.5.5",
"typescript": "^4.2.4"
},
"resolutions": {
"minimist": "^1.2.2"