Skip to content

Commit

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

Close #2801
Close #2802
Close #2803
Close #2804
Close #2805
  • Loading branch information
netil authored Aug 2, 2022
1 parent 6ee8a1e commit 18cca2c
Show file tree
Hide file tree
Showing 2 changed files with 284 additions and 264 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,20 +95,20 @@
"d3-zoom": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/core": "^7.18.10",
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-transform-runtime": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.18.9",
"@commitlint/cli": "15.0.0",
"@commitlint/config-conventional": "^17.0.3",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-node-resolve": "^13.2.1",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.3",
"@rollup/plugin-typescript": "^8.3.4",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/exec": "^6.0.3",
Expand All @@ -119,8 +119,8 @@
"@types/d3": "^7.4.0",
"@types/mocha": "^9.1.1",
"@types/sinon": "^10.0.13",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"babel-helper-modules": "^6.0.0",
"babel-loader": "^8.2.5",
"babel-plugin-add-module-exports": "^1.0.4",
Expand All @@ -136,7 +136,7 @@
"chai": "^4.3.4",
"clean-webpack-plugin": "^4.0.0",
"cloc": "^2.10.0",
"core-js": "^3.24.0",
"core-js": "^3.24.1",
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
Expand All @@ -147,10 +147,10 @@
"d3-polygon": "^3.0.1",
"docdash": "^1.2.0",
"dtslint": "^4.2.1",
"eslint": "^8.20.0",
"eslint": "^8.21.0",
"eslint-config-naver": "^2.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.3.3",
"eslint-plugin-jsdoc": "^39.3.4",
"eslint-webpack-plugin": "^3.2.0",
"exports-loader": "^4.0.0",
"hammer-simulator": "0.0.1",
Expand All @@ -173,7 +173,7 @@
"mocha": "^10.0.0",
"node-sass": "^7.0.1",
"regenerator-runtime": "^0.13.7",
"rollup": "^2.77.0",
"rollup": "^2.77.2",
"rollup-plugin-delete": "^2.0.0",
"sass-loader": "^13.0.2",
"semantic-release": "^19.0.3",
Expand Down
Loading

0 comments on commit 18cca2c

Please sign in to comment.