Skip to content

Commit

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

Close #3734
Close #3735
Close #3736
Close #3737
Close #3738
  • Loading branch information
netil committed Apr 16, 2024
1 parent e03057c commit d703776
Show file tree
Hide file tree
Showing 3 changed files with 407 additions and 351 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -102,8 +102,8 @@
"d3-zoom": "^3.0.0"
},
"devDependencies": {
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@commitlint/cli": "19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@eslint/js": "^9.0.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
Expand All @@ -125,7 +125,7 @@
"core-js": "^3.36.1",
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"css-loader": "^7.1.0",
"css-loader": "^7.1.1",
"d3-color": "^3.1.0",
"d3-delaunay": "^6.0.4",
"d3-format": "^3.1.0",
Expand Down Expand Up @@ -159,20 +159,20 @@
"mocha": "^10.4.0",
"node-sass": "^9.0.0",
"regenerator-runtime": "^0.14.1",
"rollup": "^4.14.1",
"rollup": "^4.14.3",
"rollup-plugin-delete": "^2.0.0",
"sass-loader": "^14.1.1",
"semantic-release": "^23.0.7",
"sass-loader": "^14.2.0",
"semantic-release": "^23.0.8",
"simulant": "^0.2.2",
"sinon": "^17.0.1",
"string-replace-loader": "^3.1.0",
"style-loader": "^4.0.0",
"taffydb": "^2.7.3",
"tslib": "^2.6.2",
"typescript": "5.4.3",
"typescript-eslint": "^7.6.0",
"typescript": "5.4.5",
"typescript-eslint": "^7.7.0",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-clean": "^1.2.5",
"webpack-cli": "^5.1.4",
"webpack-common-shake": "^2.1.0",
Expand Down
1 change: 1 addition & 0 deletions src/module/worker.ts
Expand Up @@ -100,6 +100,7 @@ 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

0 comments on commit d703776

Please sign in to comment.