Skip to content

Commit

Permalink
appease the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanHirsch committed Oct 3, 2021
1 parent ceb420e commit 19ec68b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "podcast-partytime",
"version": "3.0.0-beta.0",
"version": "3.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -33,6 +33,7 @@
"deps:licenses": "./scripts/update-licenses.sh"
},
"devDependencies": {
"@types/bytebuffer": "^5.0.42",
"@types/he": "^1.1.1",
"@types/jest": "^26.0.20",
"@types/mime-types": "^2.1.1",
Expand All @@ -55,7 +56,7 @@
"jest": "^27.1.0",
"lint-staged": "^10.5.4",
"npm-run-all": "^4.1.5",
"podping-client": "^2.0.0",
"podping-client": "^3.2.2",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"sqlite3": "^5.0.2",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"outDir": "dist",
"declaration": true,
"baseUrl": ".",
"skipLibCheck": true
},
"exclude": [
"node_modules",
Expand Down
21 changes: 17 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,14 @@
dependencies:
"@babel/types" "^7.3.0"

"@types/bytebuffer@^5.0.42":
version "5.0.42"
resolved "https://registry.yarnpkg.com/@types/bytebuffer/-/bytebuffer-5.0.42.tgz#1c602a77942d34c5c0879ad75c58d5d8c07dfb3b"
integrity sha512-lEgKojWUAc/MG2t649oZS5AfYFP2xRNPoDuwDBlBMjHXd8MaGPgFgtCXUK7inZdBOygmVf10qxc1Us8GXC96aw==
dependencies:
"@types/long" "*"
"@types/node" "*"

"@types/graceful-fs@^4.1.2":
version "4.1.5"
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.5.tgz#21ffba0d98da4350db64891f92a9e5db3cdb4e15"
Expand Down Expand Up @@ -868,6 +876,11 @@
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=

"@types/long@*":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.1.tgz#459c65fa1867dafe6a8f322c4c51695663cc55e9"
integrity sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w==

"@types/mime-types@^2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@types/mime-types/-/mime-types-2.1.1.tgz#d9ba43490fa3a3df958759adf69396c3532cf2c1"
Expand Down Expand Up @@ -4538,10 +4551,10 @@ please-upgrade-node@^3.2.0:
dependencies:
semver-compare "^1.0.0"

podping-client@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/podping-client/-/podping-client-2.0.0.tgz#31d0a60b7c70bcc22247783639ab58ba277ba016"
integrity sha512-cKHYUvqjXKDaP7giKw4WDdj8Ew0wbsISqUORxJ6uMunjl4lD7lpB51sNz/MxL+vCMlRi6YtkrJr9XZMizR02TA==
podping-client@^3.2.2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/podping-client/-/podping-client-3.2.2.tgz#46ae1b441fd69d704fee1c0223f768e6f123f26c"
integrity sha512-ESsDe0qHPdhpJR8H1+lBZPjvocB2usK/g8dONLHcQnrUIdyTHs3khA6EGePlyHpIOdNx4Su35Q59yV6lIZBkPQ==
dependencies:
"@hiveio/dhive" "^1.0.1"
date-fns "^2.23.0"
Expand Down

0 comments on commit 19ec68b

Please sign in to comment.