update dependencies
This commit is contained in:
5201
package-lock.json
generated
5201
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
45
package.json
45
package.json
@@ -5,7 +5,9 @@
|
|||||||
"description": "Flutter environment for use in actions",
|
"description": "Flutter environment for use in actions",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build-tsc": "tsc",
|
||||||
|
"build-ncc": "ncc build",
|
||||||
|
"build": "run-s build-tsc build-ncc",
|
||||||
"format": "prettier --write **/*.ts",
|
"format": "prettier --write **/*.ts",
|
||||||
"format-check": "prettier --check **/*.ts",
|
"format-check": "prettier --check **/*.ts",
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
@@ -23,32 +25,27 @@
|
|||||||
"author": "Alif Rachmawadi <arch@subosito.com>",
|
"author": "Alif Rachmawadi <arch@subosito.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.0.0",
|
"@actions/core": "^1.2.3",
|
||||||
"@actions/exec": "^1.0.0",
|
"@actions/exec": "^1.0.3",
|
||||||
"@actions/io": "^1.0.0",
|
"@actions/http-client": "^1.0.6",
|
||||||
"@actions/tool-cache": "^1.1.0",
|
"@actions/io": "^1.0.2",
|
||||||
"semver": "^6.3.0",
|
"@actions/tool-cache": "^1.3.1",
|
||||||
"uuid": "^3.3.2"
|
"semver": "^7.1.3",
|
||||||
|
"uuid": "^7.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "^24.0.13",
|
"@types/jest": "^25.1.3",
|
||||||
"@types/nock": "^10.0.3",
|
"@types/nock": "^10.0.3",
|
||||||
"@types/node": "^12.0.4",
|
"@types/node": "^12.12.29",
|
||||||
"@types/semver": "^6.0.1",
|
"@types/semver": "^7.1.0",
|
||||||
"@types/uuid": "^3.4.5",
|
"@types/uuid": "^7.0.0",
|
||||||
"husky": "^3.0.0",
|
"@zeit/ncc": "^0.21.1",
|
||||||
"jest": "^24.8.0",
|
"jest": "^25.1.0",
|
||||||
"jest-circus": "^24.7.1",
|
"jest-circus": "^25.1.0",
|
||||||
"nock": "^10.0.6",
|
"nock": "^10.0.6",
|
||||||
"prettier": "^1.17.1",
|
"npm-run-all": "^4.1.5",
|
||||||
"ts-jest": "^24.0.2",
|
"prettier": "^1.19.1",
|
||||||
"typescript": "^3.5.1"
|
"ts-jest": "^25.2.1",
|
||||||
},
|
"typescript": "^3.8.3"
|
||||||
"husky": {
|
|
||||||
"skipCI": true,
|
|
||||||
"hooks": {
|
|
||||||
"pre-commit": "npm run build && npm run format",
|
|
||||||
"post-commit": "npm prune --production && git add node_modules/* && git commit -m \"Husky commit correct node modules\""
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user