Skip to content

Commit

Permalink
⬆️ Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
heavywatal committed Jul 4, 2022
1 parent d028bea commit 98c8c5b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion driftr.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"dist": "tar -czf $npm_package_name-$npm_package_version.tar.gz --transform=\"s,,$npm_package_name/,\" $npm_package_config_distfiles"
},
"dependencies": {
"d3": "^7.2.0"
"d3": "^7.6.1"
},
"devDependencies": {
"eslint": "^8.4.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint": "^8.19.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
"eslint-plugin-promise": "^6.0.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
}
}

0 comments on commit 98c8c5b

Please sign in to comment.