Skip to content

Commit

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

Close #3378
Close #3379
Close #380
Close #3381
Close #3382
  • Loading branch information
netil authored Aug 29, 2023
1 parent 071ef60 commit d04173c
Show file tree
Hide file tree
Showing 2 changed files with 419 additions and 354 deletions.
34 changes: 17 additions & 17 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.5",
"@types/d3-transition": "^3.0.3",
"@types/d3-selection": "^3.0.6",
"@types/d3-transition": "^3.0.4",
"d3-axis": "^3.0.0",
"d3-brush": "^3.0.0",
"d3-drag": "^3.0.0",
Expand All @@ -102,32 +102,32 @@
"d3-zoom": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/eslint-parser": "^7.22.10",
"@babel/core": "^7.22.11",
"@babel/eslint-parser": "^7.22.11",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-typescript": "^7.22.5",
"@babel/runtime": "^7.22.10",
"@babel/preset-typescript": "^7.22.11",
"@babel/runtime": "^7.22.11",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.2.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^11.1.2",
"@rollup/plugin-typescript": "^11.1.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/commit-analyzer": "^10.0.4",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^10.0.5",
"@semantic-release/release-notes-generator": "^11.0.4",
"@semantic-release/release-notes-generator": "^11.0.7",
"@types/chai": "^4.3.5",
"@types/d3": "^7.4.0",
"@types/mocha": "^10.0.1",
"@types/sinon": "^10.0.16",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"babel-helper-modules": "^6.0.0",
"babel-loader": "^9.1.3",
"babel-plugin-add-module-exports": "^1.0.4",
Expand All @@ -140,7 +140,7 @@
"babel-plugin-transform-merge-sibling-variables": "^6.9.5",
"babel-plugin-transform-minify-booleans": "^6.9.4",
"better-docs": "^2.7.2",
"chai": "^4.3.7",
"chai": "^4.3.8",
"clean-webpack-plugin": "^4.0.0",
"cloc": "^2.11.0",
"core-js": "^3.32.1",
Expand All @@ -154,7 +154,7 @@
"d3-polygon": "^3.0.1",
"docdash": "^2.0.1",
"dtslint": "^4.2.1",
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"eslint-config-naver": "^2.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^46.5.0",
Expand All @@ -181,18 +181,18 @@
"mocha": "^10.2.0",
"node-sass": "^9.0.0",
"regenerator-runtime": "^0.14.0",
"rollup": "^3.28.0",
"rollup": "^3.28.1",
"rollup-plugin-delete": "^2.0.0",
"sass-loader": "^13.3.2",
"semantic-release": "^21.0.9",
"semantic-release": "^21.1.1",
"simulant": "^0.2.2",
"sinon": "^15.2.0",
"string-replace-loader": "^3.1.0",
"style-loader": "^3.3.3",
"taffydb": "^2.7.3",
"terser-webpack-plugin": "^5.3.9",
"tslib": "^2.6.2",
"typescript": "5.1.6",
"typescript": "5.2.2",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-clean": "^1.2.5",
Expand Down
Loading

0 comments on commit d04173c

Please sign in to comment.