Skip to content

Commit

Permalink
init (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac Rosenbauer committed Jul 4, 2021
1 parent 1f63591 commit 618e85e
Show file tree
Hide file tree
Showing 2 changed files with 1,181 additions and 2,173 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,31 @@
"test": "jest"
},
"dependencies": {
"@actions/core": "^1.2.7",
"@actions/core": "^1.4.0",
"@slack/webhook": "^6.0.0",
"gaxios": "^4.2.0",
"gaxios": "^4.3.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@jest/types": "^26.6.2",
"@jest/types": "^27.0.6",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.170",
"@types/node": "^15.0.1",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.28.0",
"@vercel/ncc": "0.28.5",
"eslint": "^7.29.0",
"eslint-config-semistandard": "^15.0.1",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"@types/node": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"@vercel/ncc": "0.28.6",
"eslint": "^7.30.0",
"eslint-config-semistandard": "^16.0.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-standard": "^5.0.0",
"jest": "^26.6.3",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"ts-jest": "^26.5.5",
"ts-node": "^9.1.1",
"typescript": "^4.2.3",
"webpack": "^5.40.0"
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"typescript": "^4.3.5",
"webpack": "^5.42.0"
}
}
Loading

0 comments on commit 618e85e

Please sign in to comment.