Skip to content

Commit

Permalink
chore(deps-dev): update dependency (naver#3757)
Browse files Browse the repository at this point in the history
update dependencies to the latest version

Close naver#3754
Close naver#3755
Close naver#3756
  • Loading branch information
netil authored May 8, 2024
1 parent 29d0e37 commit 5763980
Show file tree
Hide file tree
Showing 3 changed files with 310 additions and 386 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@eslint/js": "^9.1.1",
"@eslint/js": "^9.2.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-typescript": "^11.1.6",
Expand All @@ -114,7 +114,7 @@
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.0",
"@semantic-release/release-notes-generator": "^13.0.0",
"@types/chai": "^4.3.14",
"@types/chai": "^4.3.16",
"@types/d3": "^7.4.3",
"@types/mocha": "^10.0.6",
"@types/sinon": "^17.0.3",
Expand All @@ -133,7 +133,7 @@
"docdash": "^2.0.2",
"dprint": "^0.45.1",
"esbuild-loader": "^4.1.0",
"eslint": "^9.1.1",
"eslint": "^9.2.0",
"eslint-config-naver": "^2.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.2",
Expand All @@ -142,7 +142,7 @@
"husky": "^9.0.11",
"istanbul-instrumenter-loader": "^3.0.1",
"istanbul-lib-instrument": "^6.0.2",
"jsdoc": "^4.0.2",
"jsdoc": "^4.0.3",
"karma": "^6.4.3",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.2.0",
Expand All @@ -164,7 +164,7 @@
"sass-loader": "^14.2.1",
"semantic-release": "^23.0.8",
"simulant": "^0.2.2",
"sinon": "^17.0.1",
"sinon": "^17.0.2",
"string-replace-loader": "^3.1.0",
"style-loader": "^4.0.0",
"taffydb": "^2.7.3",
Expand Down
1 change: 0 additions & 1 deletion src/module/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ export function runWorker(
worker.onmessage = function(e) {
// release object URL from memory
window.URL.revokeObjectURL(src);
console.log(src); // eslint-disable-line

return callback(e.data);
};
Expand Down
Loading

0 comments on commit 5763980

Please sign in to comment.