Skip to content

Commit

Permalink
build: cleanup deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Oct 3, 2024
1 parent 15f7731 commit 88b3a4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
"license": "MIT",
"dependencies": {
"@octokit/rest": "^19.0.4",
"debug": "^4.3.4",
"probot": "^12.3.3"
},
"devDependencies": {
"@types/bunyan": "^1.8.6",
"@types/debug": "^4.1.12",
"@types/jest": "^29.0.3",
"@types/node": "^16.11.7",
"debug": "^4.3.4",
"husky": "^8.0.0",
"jest": "^29.0.3",
"lint-staged": "^13.0.4",
Expand Down
7 changes: 0 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1163,13 +1163,6 @@
resolved "https://registry.yarnpkg.com/@types/btoa-lite/-/btoa-lite-1.0.0.tgz#e190a5a548e0b348adb0df9ac7fa5f1151c7cca4"
integrity sha512-wJsiX1tosQ+J5+bY5LrSahHxr2wT+uME5UDwdN1kg4frt40euqA+wzECkmq4t5QbveHiJepfdThgQrPw6KiSlg==

"@types/bunyan@^1.8.6":
version "1.8.6"
resolved "https://registry.yarnpkg.com/@types/bunyan/-/bunyan-1.8.6.tgz#6527641cca30bedec5feb9ab527b7803b8000582"
integrity sha512-YiozPOOsS6bIuz31ilYqR5SlLif4TBWsousN2aCWLi5233nZSX19tFbcQUPdR7xJ8ypPyxkCGNxg0CIV5n9qxQ==
dependencies:
"@types/node" "*"

"@types/color-name@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
Expand Down

0 comments on commit 88b3a4a

Please sign in to comment.