mirror of
https://github.com/webiny/action-conventional-commits.git
synced 2024-11-10 12:09:34 +01:00
fix: update deps
This commit is contained in:
parent
033d591e23
commit
ce9722f6a5
1 changed files with 4 additions and 3 deletions
|
@ -9,18 +9,19 @@
|
||||||
"@actions/core": "^1.2.3",
|
"@actions/core": "^1.2.3",
|
||||||
"@actions/exec": "^1.0.3",
|
"@actions/exec": "^1.0.3",
|
||||||
"@actions/github": "^2.1.1",
|
"@actions/github": "^2.1.1",
|
||||||
"@types/jest": "^26.0.0",
|
|
||||||
"got": "^11.3.0",
|
"got": "^11.3.0",
|
||||||
"lodash.get": "^4.4.2"
|
"lodash.get": "^4.4.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@vercel/ncc": "^0.38.1",
|
||||||
"@babel/core": "^7.10.2",
|
"@babel/core": "^7.10.2",
|
||||||
"@babel/preset-env": "^7.10.2",
|
"@babel/preset-env": "^7.10.2",
|
||||||
"@babel/preset-typescript": "^7.10.1",
|
"@babel/preset-typescript": "^7.10.1",
|
||||||
"@zeit/ncc": "^0.22.0",
|
"@types/jest": "^26.0.0",
|
||||||
"babel-jest": "^26.0.1",
|
"babel-jest": "^26.0.1",
|
||||||
"jest": "^26.0.1",
|
"jest": "^26.0.1",
|
||||||
"prettier": "^2.0.2"
|
"prettier": "^2.0.2",
|
||||||
|
"typescript": "^5.3.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "ncc build src/main.ts --out dist/main",
|
"build": "ncc build src/main.ts --out dist/main",
|
||||||
|
|
Loading…
Reference in a new issue