Files
codeocean/package.json
dependabot[bot] c6004a8e82 Bump d3 from 5.16.0 to 6.3.1
Bumps [d3](https://github.com/d3/d3) from 5.16.0 to 6.3.1.
- [Release notes](https://github.com/d3/d3/releases)
- [Changelog](https://github.com/d3/d3/blob/master/CHANGES.md)
- [Commits](https://github.com/d3/d3/compare/v5.16.0...v6.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-14 09:19:26 +00:00

31 lines
746 B
JSON

{
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@rails/webpacker": "^5.2.1",
"@sentry/browser": "^5.29.0",
"bootstrap": "^4.5.3",
"bootswatch": "^4.5.3",
"chosen-js": "^1.8.7",
"d3": "^6.3.1",
"d3-tip": "^0.9.1",
"highlight.js": "^10.4.1",
"jquery": "^3.5.1",
"jquery-ui": "^1.12.1",
"jquery-ujs": "^1.2.2",
"jstree": "^3.3.10",
"opensans-webkit": "^1.1.0",
"popper.js": "^1.16.1",
"sortablejs": "^1.12.0",
"underscore": "^1.12.0",
"vis": "^4.21.0",
"webpack-merge": "^5.7.0"
},
"devDependencies": {
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"webpack": "./bin/webpack",
"webpack-dev-server": "./bin/webpack-dev-server"
}
}