Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Nov 23, 2023
1 parent 1d48a34 commit e023afe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,19 @@
"@actions/core": "^1.2.3",
"@actions/exec": "^1.0.3",
"@actions/github": "^2.1.1",
"@types/jest": "^26.0.0",
"got": "^11.3.0",
"lodash.get": "^4.4.2"
},
"devDependencies": {
"@vercel/ncc": "^0.38.1",
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@babel/preset-typescript": "^7.10.1",
"@zeit/ncc": "^0.22.0",
"@types/jest": "^26.0.0",
"babel-jest": "^26.0.1",
"jest": "^26.0.1",
"prettier": "^2.0.2"
"prettier": "^2.0.2",
"typescript": "^5.3.2"
},
"scripts": {
"build": "ncc build src/main.ts --out dist/main",
Expand Down

0 comments on commit e023afe

Please sign in to comment.