Skip to content

Commit

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

Close #3090 
Close #3091 
Close #3092 
Close #3093
Close #3094
  • Loading branch information
netil authored Feb 14, 2023
1 parent 0bc0d26 commit 9a172c6
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 171 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.20.13",
"@commitlint/cli": "17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@commitlint/cli": "17.4.3",
"@commitlint/config-conventional": "^17.4.3",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^5.0.2",
Expand All @@ -125,8 +125,8 @@
"@types/d3": "^7.4.0",
"@types/mocha": "^10.0.1",
"@types/sinon": "^10.0.13",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"babel-helper-modules": "^6.0.0",
"babel-loader": "^9.1.2",
"babel-plugin-add-module-exports": "^1.0.4",
Expand All @@ -142,7 +142,7 @@
"chai": "^4.3.7",
"clean-webpack-plugin": "^4.0.0",
"cloc": "^2.11.0",
"core-js": "^3.27.2",
"core-js": "^3.28.0",
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"css-loader": "^6.7.3",
Expand All @@ -153,10 +153,10 @@
"d3-polygon": "^3.0.1",
"docdash": "^2.0.1",
"dtslint": "^4.2.1",
"eslint": "^8.33.0",
"eslint": "^8.34.0",
"eslint-config-naver": "^2.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^39.8.0",
"eslint-plugin-jsdoc": "^40.0.0",
"eslint-webpack-plugin": "^4.0.0",
"exports-loader": "^4.0.0",
"hammer-simulator": "0.0.1",
Expand All @@ -174,13 +174,13 @@
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.4.0",
"karma-webpack": "^5.0.0",
"lint-staged": "^13.1.0",
"lint-staged": "^13.1.2",
"lite-fixture": "^1.0.2",
"mini-css-extract-plugin": "^2.7.2",
"mocha": "^10.2.0",
"node-sass": "^8.0.0",
"regenerator-runtime": "^0.13.11",
"rollup": "^3.14.0",
"rollup": "^3.15.0",
"rollup-plugin-delete": "^2.0.0",
"sass-loader": "^13.2.0",
"semantic-release": "^20.1.0",
Expand All @@ -193,7 +193,7 @@
"tslib": "^2.5.0",
"typescript": "4.9.5",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-clean": "^1.2.5",
"webpack-cli": "^5.0.1",
"webpack-common-shake": "^2.1.0",
Expand Down
Loading

0 comments on commit 9a172c6

Please sign in to comment.