Skip to content

Commit

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

Close #2357
Close #2358
Close #2359
Close #2360
Close #2361
  • Loading branch information
netil committed Oct 12, 2021
1 parent 26a78e1 commit 0267830
Show file tree
Hide file tree
Showing 3 changed files with 298 additions and 391 deletions.
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -95,15 +95,15 @@
"d3-zoom": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/eslint-parser": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/eslint-parser": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@babel/runtime": "^7.15.4",
"@commitlint/cli": "^13.2.0",
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.5",
Expand All @@ -119,8 +119,8 @@
"@types/d3": "^7.0.0",
"@types/mocha": "^9.0.0",
"@types/sinon": "^10.0.4",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"babel-helper-modules": "^6.0.0",
"babel-loader": "^8.2.2",
"babel-plugin-add-module-exports": "^1.0.4",
Expand All @@ -139,24 +139,24 @@
"core-js": "^3.18.2",
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"css-loader": "^6.3.0",
"css-loader": "^6.4.0",
"css-minimizer-webpack-plugin": "^3.1.1",
"d3-color": "^3.0.1",
"d3-delaunay": "^6.0.2",
"d3-format": "^3.0.1",
"d3-polygon": "^3.0.1",
"docdash": "^1.2.0",
"dtslint": "^4.1.6",
"eslint": "^7.32.0",
"eslint": "^8.0.0",
"eslint-config-naver": "^2.1.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsdoc": "^36.1.0",
"eslint-plugin-import": "^2.25.1",
"eslint-plugin-jsdoc": "^36.1.1",
"eslint-webpack-plugin": "^3.0.1",
"exports-loader": "^3.0.0",
"hammer-simulator": "0.0.1",
"husky": "^7.0.2",
"istanbul-instrumenter-loader": "^3.0.1",
"istanbul-lib-instrument": "^5.0.2",
"istanbul-lib-instrument": "^5.0.3",
"jsdoc": "^3.6.7",
"karma": "^6.3.4",
"karma-chai": "^0.1.0",
Expand All @@ -169,7 +169,7 @@
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^5.0.0",
"lite-fixture": "^1.0.2",
"mini-css-extract-plugin": "^2.4.1",
"mini-css-extract-plugin": "^2.4.2",
"mocha": "^9.1.2",
"node-sass": "^6.0.1",
"regenerator-runtime": "^0.13.7",
Expand All @@ -184,10 +184,10 @@
"terser-webpack-plugin": "^5.2.4",
"tslib": "^2.3.1",
"typescript": "^4.4.3",
"webpack": "^5.57.1",
"webpack": "^5.58.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-clean": "^1.2.5",
"webpack-cli": "^4.8.0",
"webpack-cli": "^4.9.0",
"webpack-common-shake": "^2.1.0",
"webpack-dev-server": "^4.3.1",
"webpack-merge": "^5.8.0",
Expand Down
2 changes: 1 addition & 1 deletion src/ChartInternal/ChartInternal.ts
Expand Up @@ -79,7 +79,7 @@ export default class ChartInternal {
subY: null,
subY2: null,
zoom: null
}
};

// original values
public org = {
Expand Down

0 comments on commit 0267830

Please sign in to comment.