Files
codeocean/package.json
dependabot[bot] 727f85841d Bump i18n-js from 3.9.2 to 4.0.0
Bumps [i18n-js](https://github.com/fnando/i18n-js) from 3.9.2 to 4.0.0.
- [Release notes](https://github.com/fnando/i18n-js/releases)
- [Changelog](https://github.com/fnando/i18n-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fnando/i18n-js/compare/v3.9.2...v4.0.0)

---
updated-dependencies:
- dependency-name: i18n-js
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-09 10:11:36 +02:00

33 lines
805 B
JSON

{
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@rails/webpacker": "^5.4.3",
"@sentry/browser": "^6.11.0",
"bootstrap": "^4.6.2",
"bootswatch": "^4.6.0",
"chosen-js": "^1.8.7",
"d3": "^7.6.1",
"d3-tip": "^0.9.1",
"highlight.js": "^11.5.1",
"i18n-js": "^4.0.2",
"jquery": "^3.6.0",
"jquery-ui": "^1.13.1",
"jquery-ujs": "^1.2.3",
"jstree": "^3.3.12",
"opensans-webkit": "^1.1.0",
"popper.js": "^1.16.1",
"rails-erb-loader": "^5.5.2",
"sortablejs": "^1.15.0",
"underscore": "^1.13.4",
"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"
}
}