Skip to content

Commit

Permalink
fix: update threadedclass
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Apr 22, 2021
1 parent 4051f90 commit 50377ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"@types/object-path": "^0.11.0",
"@types/sinonjs__fake-timers": "^6.0.2",
"codecov": "^3.8.1",
"eslint-plugin-node": "^11.1.0",
"jest": "^26.6.3",
"jest-extended": "^0.11.2",
"jest-haste-map": "^26.6.2",
Expand All @@ -87,7 +86,7 @@
"eventemitter3": "^4.0.7",
"exit-hook": "^2.2.1",
"nanotimer": "^0.3.15",
"threadedclass": "^0.8.3",
"threadedclass": "^0.9.0",
"tslib": "^2.2.0",
"wavefile": "^8.4.4"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5792,10 +5792,10 @@ text-table@^0.2.0:
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=

threadedclass@^0.8.3:
version "0.8.3"
resolved "https://registry.yarnpkg.com/threadedclass/-/threadedclass-0.8.3.tgz#ee95a7d2c4fe6ca79e7265bba9baa7c6fff83309"
integrity sha512-cI6tVYRIIVYxFG7Nykt8NMVflrrdMvyvzAQfgAZdARdU/PaFSGd5Y7wChvJ3DXLsLiFb3datLhfn26K5DTKf+A==
threadedclass@^0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/threadedclass/-/threadedclass-0.9.0.tgz#b5258f48f335ff4f82028762af5bf06213d7611b"
integrity sha512-zZS92SO6hKMm6uJCecDvdM4dxd2hr6tlkHznN4QVTudXk679GOOtz//6beadIjkrcqXn6NOcT++NMbsRlDJZ6w==
dependencies:
callsites "^3.1.0"
eventemitter3 "^4.0.4"
Expand Down

0 comments on commit 50377ec

Please sign in to comment.