update packages

This commit is contained in:
Opportunity
2021-05-11 11:45:17 +08:00
Unverified
parent 0bc1cb1951
commit 86cca3257c
43 changed files with 3451 additions and 1758 deletions
+18 -18
View File
@@ -16,29 +16,29 @@
"lint": "eslint --fix src/**/*.ts",
"format": "prettier --write .",
"test": "jest",
"release": "yarn format && yarn lint && yarn rebuild && yarn install --production --frozen-lockfile --no-bin-links"
"release": "yarn clean && yarn format && yarn lint && yarn build && yarn install --production --frozen-lockfile --no-bin-links"
},
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/core": "^1.2.7",
"@actions/exec": "^1.0.4",
"@actions/io": "^1.0.1",
"@actions/tool-cache": "^1.6.0",
"semver": "^7.3.2"
"@actions/io": "^1.1.0",
"@actions/tool-cache": "^1.6.1",
"semver": "^7.3.5"
},
"devDependencies": {
"@types/jest": "^26.0.3",
"@types/node": "^14.0.14",
"@types/semver": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"eslint": "^7.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.1.0",
"prettier": "^2.0.5",
"@types/jest": "^26.0.23",
"@types/node": "^15.0.2",
"@types/semver": "^7.3.5",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"jest": "^26.6.3",
"prettier": "^2.3.0",
"rimraf": "^3.0.2",
"ts-jest": "^26.1.1",
"type-fest": "^0.16.0",
"typescript": "^3.9.5"
"ts-jest": "^26.5.6",
"type-fest": "^1.1.1",
"typescript": "^4.2.4"
}
}