Skip to content

Commit

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

Close #3478
Close #3479
Close #3480
Close #3481
Close #3482
Close #3483
  • Loading branch information
netil committed Oct 24, 2023
1 parent 9b90c81 commit 416204b
Show file tree
Hide file tree
Showing 2 changed files with 511 additions and 507 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"@types/d3-selection": "^3.0.7",
"@types/d3-transition": "^3.0.5",
"@types/d3-selection": "^3.0.8",
"@types/d3-transition": "^3.0.6",
"d3-axis": "^3.0.0",
"d3-brush": "^3.0.0",
"d3-drag": "^3.0.0",
Expand All @@ -110,8 +110,8 @@
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@babel/runtime": "^7.23.2",
"@commitlint/cli": "17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@commitlint/cli": "18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.4",
Expand All @@ -124,10 +124,10 @@
"@semantic-release/release-notes-generator": "^12.0.0",
"@types/chai": "^4.3.9",
"@types/d3": "^7.4.2",
"@types/mocha": "^10.0.2",
"@types/sinon": "^10.0.19",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@types/mocha": "^10.0.3",
"@types/sinon": "^10.0.20",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"babel-helper-modules": "^6.0.0",
"babel-loader": "^9.1.3",
"babel-plugin-add-module-exports": "^1.0.4",
Expand All @@ -143,7 +143,7 @@
"chai": "^4.3.10",
"clean-webpack-plugin": "^4.0.0",
"cloc": "^2.11.0",
"core-js": "^3.33.0",
"core-js": "^3.33.1",
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
Expand All @@ -154,9 +154,9 @@
"d3-polygon": "^3.0.1",
"docdash": "^2.0.2",
"dtslint": "^4.2.1",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-config-naver": "^2.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-webpack-plugin": "^4.0.1",
"exports-loader": "^4.0.0",
Expand All @@ -175,7 +175,7 @@
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.4.0",
"karma-webpack": "^5.0.0",
"lint-staged": "^15.0.1",
"lint-staged": "^15.0.2",
"lite-fixture": "^1.0.2",
"mini-css-extract-plugin": "^2.7.6",
"mocha": "^10.2.0",
Expand All @@ -186,7 +186,7 @@
"sass-loader": "^13.3.2",
"semantic-release": "^22.0.5",
"simulant": "^0.2.2",
"sinon": "^16.1.0",
"sinon": "^17.0.0",
"string-replace-loader": "^3.1.0",
"style-loader": "^3.3.3",
"taffydb": "^2.7.3",
Expand Down

0 comments on commit 416204b

Please sign in to comment.