Files
codeocean/package.json
dependabot[bot] 794a5603fe Bump highlight.js from 11.0.1 to 11.1.0
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.0.1 to 11.1.0.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](https://github.com/highlightjs/highlight.js/compare/11.0.1...11.1.0)

---
updated-dependencies:
- dependency-name: highlight.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-09 03:02:41 +00:00

32 lines
779 B
JSON

{
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@rails/webpacker": "^5.4.0",
"@sentry/browser": "^6.3.6",
"bootstrap": "^4.6.0",
"bootswatch": "^4.6.0",
"chosen-js": "^1.8.7",
"d3": "^7.0.0",
"d3-tip": "^0.9.1",
"highlight.js": "^11.1.0",
"jquery": "^3.6.0",
"jquery-ui": "^1.12.1",
"jquery-ujs": "^1.2.3",
"jstree": "^3.3.11",
"opensans-webkit": "^1.1.0",
"popper.js": "^1.16.1",
"rails-erb-loader": "^5.5.2",
"sortablejs": "^1.14.0",
"underscore": "^1.13.1",
"vis": "^4.21.0",
"webpack-merge": "^5.8.0"
},
"devDependencies": {
"webpack-dev-server": "^3.11.2"
},
"scripts": {
"webpack": "./bin/webpack",
"webpack-dev-server": "./bin/webpack-dev-server"
}
}