Skip to content

Commit

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

Close #3618
Close #3619
Close #3620
Close #3621
Close #3622
  • Loading branch information
netil authored and netil committed Jan 30, 2024
1 parent 00ab16a commit 61e97b5
Show file tree
Hide file tree
Showing 2 changed files with 315 additions and 327 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,16 @@
"d3-zoom": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.8",
"@commitlint/cli": "18.5.0",
"@commitlint/config-conventional": "^18.5.0",
"@babel/runtime": "^7.23.9",
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
Expand All @@ -123,8 +123,8 @@
"@types/d3": "^7.4.3",
"@types/mocha": "^10.0.6",
"@types/sinon": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"babel-helper-modules": "^6.0.0",
"babel-loader": "^9.1.3",
"babel-plugin-add-module-exports": "^1.0.4",
Expand Down Expand Up @@ -153,11 +153,11 @@
"eslint": "^8.56.0",
"eslint-config-naver": "^2.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-jsdoc": "^48.0.4",
"eslint-webpack-plugin": "^4.0.1",
"exports-loader": "^5.0.0",
"hammer-simulator": "0.0.1",
"husky": "^8.0.3",
"husky": "^9.0.7",
"istanbul-instrumenter-loader": "^3.0.1",
"istanbul-lib-instrument": "^6.0.1",
"jsdoc": "^4.0.2",
Expand Down Expand Up @@ -189,7 +189,7 @@
"terser-webpack-plugin": "^5.3.10",
"tslib": "^2.6.2",
"typescript": "5.3.3",
"webpack": "^5.89.0",
"webpack": "^5.90.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-clean": "^1.2.5",
"webpack-cli": "^5.1.4",
Expand Down
Loading

0 comments on commit 61e97b5

Please sign in to comment.