Skip to content

Commit

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

Close #3509
Close #3510
Close #3511
Close #3512
Close #3513
  • Loading branch information
netil authored Nov 7, 2023
1 parent 17ad4a7 commit d2923f2
Show file tree
Hide file tree
Showing 2 changed files with 376 additions and 388 deletions.
24 changes: 12 additions & 12 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.8",
"@types/d3-transition": "^3.0.6",
"@types/d3-selection": "^3.0.9",
"@types/d3-transition": "^3.0.7",
"d3-axis": "^3.0.0",
"d3-brush": "^3.0.0",
"d3-drag": "^3.0.0",
Expand Down Expand Up @@ -117,17 +117,17 @@
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-typescript": "^11.1.5",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.0.0",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^11.0.0",
"@semantic-release/release-notes-generator": "^12.0.0",
"@semantic-release/npm": "^11.0.1",
"@semantic-release/release-notes-generator": "^12.1.0",
"@types/chai": "^4.3.9",
"@types/d3": "^7.4.2",
"@types/mocha": "^10.0.3",
"@types/sinon": "^10.0.20",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@types/sinon": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"babel-helper-modules": "^6.0.0",
"babel-loader": "^9.1.3",
"babel-plugin-add-module-exports": "^1.0.4",
Expand All @@ -154,7 +154,7 @@
"d3-polygon": "^3.0.1",
"docdash": "^2.0.2",
"dtslint": "^4.2.1",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"eslint-config-naver": "^2.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^46.8.2",
Expand All @@ -181,12 +181,12 @@
"mocha": "^10.2.0",
"node-sass": "^9.0.0",
"regenerator-runtime": "^0.14.0",
"rollup": "^4.1.5",
"rollup": "^4.3.0",
"rollup-plugin-delete": "^2.0.0",
"sass-loader": "^13.3.2",
"semantic-release": "^22.0.6",
"semantic-release": "^22.0.7",
"simulant": "^0.2.2",
"sinon": "^17.0.0",
"sinon": "^17.0.1",
"string-replace-loader": "^3.1.0",
"style-loader": "^3.3.3",
"taffydb": "^2.7.3",
Expand Down
Loading

0 comments on commit d2923f2

Please sign in to comment.