Skip to content

Commit

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

Close #2939 
Close #2940 
Close #2941 
Close #2942 
Close #2943
  • Loading branch information
netil authored Nov 8, 2022
1 parent f6fec2f commit e8e41c8
Show file tree
Hide file tree
Showing 2 changed files with 372 additions and 353 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@
"d3-zoom": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/core": "^7.20.2",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.19.4",
"@babel/plugin-proposal-object-rest-spread": "^7.20.2",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.4",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.20.0",
"@babel/runtime": "^7.20.1",
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@rollup/plugin-babel": "^6.0.0",
Expand All @@ -116,14 +116,14 @@
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/chai": "^4.3.3",
"@types/chai": "^4.3.4",
"@types/d3": "^7.4.0",
"@types/mocha": "^10.0.0",
"@types/sinon": "^10.0.13",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"babel-helper-modules": "^6.0.0",
"babel-loader": "^9.0.1",
"babel-loader": "^9.1.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-minify-constant-folding": "^0.5.0",
"babel-plugin-minify-dead-code-elimination": "^0.5.2",
Expand All @@ -134,7 +134,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.4",
"chai": "^4.3.7",
"clean-webpack-plugin": "^4.0.0",
"cloc": "^2.10.0",
"core-js": "^3.25.5",
Expand All @@ -148,17 +148,17 @@
"d3-polygon": "^3.0.1",
"docdash": "^1.2.0",
"dtslint": "^4.2.1",
"eslint": "^8.25.0",
"eslint": "^8.27.0",
"eslint-config-naver": "^2.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.4.0",
"eslint-plugin-jsdoc": "^39.6.2",
"eslint-webpack-plugin": "^3.2.0",
"exports-loader": "^4.0.0",
"hammer-simulator": "0.0.1",
"husky": "^8.0.1",
"istanbul-instrumenter-loader": "^3.0.1",
"istanbul-lib-instrument": "^5.2.1",
"jsdoc": "^3.6.11",
"jsdoc": "^4.0.0",
"karma": "^6.4.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.1",
Expand All @@ -175,12 +175,12 @@
"mocha": "^10.1.0",
"node-sass": "^7.0.3",
"regenerator-runtime": "^0.13.10",
"rollup": "^3.2.4",
"rollup": "^3.2.5",
"rollup-plugin-delete": "^2.0.0",
"sass-loader": "^13.1.0",
"semantic-release": "^19.0.5",
"simulant": "^0.2.2",
"sinon": "^14.0.1",
"sinon": "^14.0.2",
"string-replace-loader": "^3.1.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
Expand Down
Loading

0 comments on commit e8e41c8

Please sign in to comment.