Skip to content

Commit

Permalink
Merge pull request #278 from github/node-updates
Browse files Browse the repository at this point in the history
node deps and package cleanup
  • Loading branch information
GrantBirki authored Jul 10, 2024
2 parents 5e65f45 + a438355 commit de5b0de
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 138 deletions.
218 changes: 89 additions & 129 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 6 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"name": "branch-deploy-action",
"version": "0.0.0",
"private": true,
"description": "Enabling Branch Deployments through IssueOps with GitHub Actions",
"main": "lib/main.js",
"scripts": {
Expand Down Expand Up @@ -53,17 +50,17 @@
}
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@babel/preset-env": "^7.24.4",
"@types/node": "^20.12.2",
"@babel/plugin-transform-modules-commonjs": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@types/node": "^20.14.10",
"@vercel/ncc": "^0.38.1",
"@babel/core": "^7.24.4",
"@babel/core": "^7.24.7",
"babel-jest": "^29.7.0",
"eslint": "^8.57.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jest": "^28.6.0",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"make-coverage-badge": "^1.2.0",
"prettier": "3.2.5"
"prettier": "^3.3.2"
}
}

0 comments on commit de5b0de

Please sign in to comment.