Skip to content

Commit

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

Close #3352
Close #3353
Close #3354
Close #3355
Close #3356
  • Loading branch information
netil authored Aug 22, 2023
1 parent ef4776a commit 0b61783
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 183 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,21 +113,21 @@
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-node-resolve": "^15.2.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^11.1.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^10.0.4",
"@semantic-release/npm": "^10.0.5",
"@semantic-release/release-notes-generator": "^11.0.4",
"@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.0",
"@typescript-eslint/parser": "^6.4.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"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.7",
"clean-webpack-plugin": "^4.0.0",
"cloc": "^2.11.0",
"core-js": "^3.32.0",
"core-js": "^3.32.1",
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
Expand All @@ -156,8 +156,8 @@
"dtslint": "^4.2.1",
"eslint": "^8.47.0",
"eslint-config-naver": "^2.1.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsdoc": "^46.4.6",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^46.5.0",
"eslint-webpack-plugin": "^4.0.1",
"exports-loader": "^4.0.0",
"hammer-simulator": "0.0.1",
Expand All @@ -175,7 +175,7 @@
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.4.0",
"karma-webpack": "^5.0.0",
"lint-staged": "^14.0.0",
"lint-staged": "^14.0.1",
"lite-fixture": "^1.0.2",
"mini-css-extract-plugin": "^2.7.6",
"mocha": "^10.2.0",
Expand All @@ -184,14 +184,14 @@
"rollup": "^3.28.0",
"rollup-plugin-delete": "^2.0.0",
"sass-loader": "^13.3.2",
"semantic-release": "^21.0.7",
"semantic-release": "^21.0.9",
"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.1",
"tslib": "^2.6.2",
"typescript": "5.1.6",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.0",
Expand Down
4 changes: 0 additions & 4 deletions test/api/flow-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,6 @@ describe("API flow", () => {
chart = util.generate(args);
});

after(() => {
chart.destroy();
});

it("ticks should translate", done => {
const moved: number[] = [];
let interval;
Expand Down
4 changes: 0 additions & 4 deletions test/api/grid-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,6 @@ describe("API grid", function() {
});
});

after(() => {
chart.destroy();
});

it("should update x grids", () => {
const gridData = {
value: 2, text: "grid text", position: "middle", class:"some-class"
Expand Down
8 changes: 0 additions & 8 deletions test/api/selection-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ describe("API select", () => {
main = chart.$.main;
});

after(() => {
chart.destroy();
});

it("should select all data points", () => {
chart.select();

Expand Down Expand Up @@ -106,10 +102,6 @@ describe("API select", () => {
main = chart.$.main;
});

after(() => {
chart.destroy();
});

it("should select all data points", () => {
chart.select();

Expand Down
Loading

0 comments on commit 0b61783

Please sign in to comment.