Skip to content

Commit

Permalink
chore(deps-dev): update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
netil committed Sep 24, 2021
1 parent 1ce7333 commit 50e6a2c
Show file tree
Hide file tree
Showing 2 changed files with 383 additions and 336 deletions.
38 changes: 19 additions & 19 deletions package.json
Expand Up @@ -87,7 +87,7 @@
"d3-dsv": "^3.0.1",
"d3-ease": "^3.0.1",
"d3-interpolate": "^3.0.1",
"d3-scale": "^4.0.0",
"d3-scale": "^4.0.1",
"d3-selection": "^3.0.0",
"d3-shape": "^3.0.1",
"d3-time-format": "^4.0.0",
Expand All @@ -96,7 +96,7 @@
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/eslint-parser": "^7.15.4",
"@babel/eslint-parser": "^7.15.7",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/plugin-transform-runtime": "^7.15.0",
Expand All @@ -106,21 +106,21 @@
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-typescript": "^8.2.5",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.1",
"@semantic-release/npm": "^7.1.3",
"@semantic-release/release-notes-generator": "^9.0.3",
"@types/chai": "^4.2.21",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/commit-analyzer": "^9.0.1",
"@semantic-release/exec": "^6.0.1",
"@semantic-release/git": "^10.0.0",
"@semantic-release/npm": "^8.0.0",
"@semantic-release/release-notes-generator": "^10.0.2",
"@types/chai": "^4.2.22",
"@types/d3": "^7.0.0",
"@types/mocha": "^9.0.0",
"@types/sinon": "^10.0.2",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@types/sinon": "^10.0.3",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"babel-helper-modules": "^6.0.0",
"babel-loader": "^8.2.2",
"babel-plugin-add-module-exports": "^1.0.4",
Expand All @@ -136,10 +136,10 @@
"chai": "^4.3.4",
"clean-webpack-plugin": "^4.0.0",
"cloc": "^2.8.0",
"core-js": "^3.17.3",
"core-js": "^3.18.0",
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"css-loader": "^6.2.0",
"css-loader": "^6.3.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"d3-color": "^3.0.1",
"d3-delaunay": "^6.0.2",
Expand Down Expand Up @@ -173,18 +173,18 @@
"mocha": "^9.1.1",
"node-sass": "^6.0.1",
"regenerator-runtime": "^0.13.7",
"rollup": "^2.56.3",
"rollup": "^2.57.0",
"rollup-plugin-delete": "^2.0.0",
"sass-loader": "^12.1.0",
"semantic-release": "^17.4.7",
"semantic-release": "^18.0.0",
"simulant": "^0.2.2",
"sinon": "^11.1.2",
"string-replace-loader": "^3.0.3",
"style-loader": "^3.2.1",
"style-loader": "^3.3.0",
"terser-webpack-plugin": "^5.2.4",
"tslib": "^2.3.1",
"typescript": "^4.4.3",
"webpack": "^5.52.1",
"webpack": "^5.53.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-clean": "^1.2.5",
"webpack-cli": "^4.8.0",
Expand Down

0 comments on commit 50e6a2c

Please sign in to comment.