Skip to content

Commit

Permalink
chore(deps-dev): update dependency
Browse files Browse the repository at this point in the history
update dependencies to the latest
  • Loading branch information
netil authored and netil committed Dec 3, 2024
1 parent 8877315 commit a07284f
Show file tree
Hide file tree
Showing 3 changed files with 412 additions and 377 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@
"d3-zoom": "^3.0.0"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/js": "^9.14.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/js": "^9.16.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-typescript": "^12.1.1",
Expand All @@ -118,9 +118,9 @@
"@testing-library/react": "^16.0.1",
"@types/d3": "^7.4.3",
"@types/sinon": "^17.0.3",
"@vitest/browser": "^2.1.4",
"@vitest/coverage-istanbul": "^2.1.4",
"@vitest/ui": "^2.1.4",
"@vitest/browser": "^2.1.8",
"@vitest/coverage-istanbul": "^2.1.8",
"@vitest/ui": "^2.1.8",
"better-docs": "^2.7.3",
"clean-webpack-plugin": "^4.0.0",
"cloc": "2.2.0-cloc",
Expand All @@ -133,30 +133,30 @@
"d3-format": "^3.1.0",
"d3-polygon": "^3.0.1",
"docdash": "^2.0.2",
"dprint": "^0.47.5",
"dprint": "^0.47.6",
"esbuild-loader": "^4.2.2",
"eslint": "^9.14.0",
"eslint": "^9.16.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.5.0",
"husky": "^9.1.6",
"eslint-plugin-jsdoc": "^50.6.0",
"husky": "^9.1.7",
"jsdoc": "^4.0.4",
"lint-staged": "^15.2.10",
"mini-css-extract-plugin": "^2.9.2",
"playwright": "^1.48.2",
"playwright": "^1.49.0",
"regenerator-runtime": "^0.14.1",
"rollup": "^4.26.0",
"rollup": "^4.28.0",
"rollup-plugin-delete": "^2.1.0",
"sass": "^1.80.7",
"sass": "^1.81.0",
"sass-loader": "^16.0.3",
"semantic-release": "^24.2.0",
"simulant": "^0.2.2",
"sinon": "^19.0.2",
"string-replace-loader": "^3.1.0",
"style-loader": "^4.0.0",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"vitest": "^2.1.4",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"vitest": "^2.1.8",
"webpack": "^5.96.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-clean": "^1.2.5",
Expand Down
2 changes: 1 addition & 1 deletion test/api/show-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ describe("API show", () => {
}
},
transition: {
duration: 10
duration: 0
}
};
});
Expand Down
Loading

0 comments on commit a07284f

Please sign in to comment.