Files
openfoodnetwork/package.json
dependabot[bot] da816a4569 Bump jest from 27.3.0 to 27.3.1
Bumps [jest](https://github.com/facebook/jest) from 27.3.0 to 27.3.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v27.3.0...v27.3.1)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-19 14:16:46 +00:00

42 lines
1006 B
JSON

{
"name": "openfoodnetwork",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/openfoodfoundation/openfoodnetwork"
},
"scripts": {
"storybook": "start-storybook"
},
"jest": {
"testRegex": [
"spec/javascripts/.*_test\\.js"
]
},
"devDependencies": {
"@storybook/addon-controls": "^6.3.12",
"@storybook/addon-docs": "^6.3.12",
"@storybook/server": "^6.3.12",
"jasmine-core": "~2.4.1",
"jest": "^27.3.1",
"karma": "~6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coffee-preprocessor": "~1.0.1",
"karma-jasmine": "~0.3.8",
"webpack-dev-server": "~3"
},
"license": "AGPL-3.0",
"dependencies": {
"@hotwired/turbo": "^7.0.1",
"@rails/webpacker": "5.4.3",
"cable_ready": "^5.0.0-pre2",
"flatpickr": "^4.6.9",
"moment": "^2.29.1",
"mrujs": "^0.5.9",
"shortcut-buttons-flatpickr": "^0.3.1",
"stimulus": "^2.0.0",
"webpack": "~4",
"webpack-cli": "~3"
}
}