mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.21.4 to 7.21.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.21.5/packages/babel-preset-env) I did this manually: ``` $ yarn upgrade "@babel/preset-env" yarn upgrade v1.22.19 [1/4] Resolving packages... [2/4] Fetching packages... [3/4] Linking dependencies... warning " > stimulus_reflex@3.5.0-rc2" has unmet peer dependency "@hotwired/stimulus@>= 3.0". [4/4] Rebuilding all packages... success Saved lockfile. success Saved 35 new dependencies. info Direct dependencies └─ @babel/preset-env@7.21.5 info All dependencies ├─ @babel/code-frame@7.21.4 ├─ @babel/helper-builder-binary-assignment-operator-visitor@7.21.5 ├─ @babel/helper-function-name@7.21.0 ├─ @babel/helper-module-imports@7.21.4 ├─ @babel/helper-replace-supers@7.21.5 ├─ @babel/helper-string-parser@7.21.5 ├─ @babel/helper-wrap-function@7.20.5 ├─ @babel/highlight@7.18.6 ├─ @babel/parser@7.21.5 ├─ @babel/plugin-transform-arrow-functions@7.21.5 ├─ @babel/plugin-transform-computed-properties@7.21.5 ├─ @babel/plugin-transform-for-of@7.21.5 ├─ @babel/plugin-transform-modules-commonjs@7.21.5 ├─ @babel/plugin-transform-regenerator@7.21.5 ├─ @babel/plugin-transform-unicode-escapes@7.21.5 ├─ @babel/preset-env@7.21.5 ├─ @babel/regjsgen@0.8.0 ├─ @babel/template@7.20.7 ├─ @babel/traverse@7.21.5 ├─ @jridgewell/resolve-uri@3.1.0 ├─ color-convert@1.9.3 ├─ escape-string-regexp@1.0.5 ├─ is-core-module@2.12.0 ├─ js-tokens@4.0.0 ├─ jsesc@2.5.2 ├─ ms@2.1.2 ├─ regenerate-unicode-properties@10.1.0 ├─ regenerator-runtime@0.13.11 ├─ regexpu-core@5.3.2 ├─ regjsparser@0.9.1 ├─ to-fast-properties@2.0.0 ├─ unicode-canonical-property-names-ecmascript@2.0.0 ├─ unicode-match-property-ecmascript@2.0.0 ├─ unicode-match-property-value-ecmascript@2.1.0 └─ unicode-property-aliases-ecmascript@2.1.0 Done in 16.54s. ```
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"name": "openfoodnetwork",
|
|
"version": "1.0.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openfoodfoundation/openfoodnetwork"
|
|
},
|
|
"license": "AGPL-3.0",
|
|
"scripts": {
|
|
"prepare": "husky install",
|
|
"pretty-quick": "pretty-quick"
|
|
},
|
|
"jest": {
|
|
"testRegex": [
|
|
"spec/javascripts/.*_test\\.js"
|
|
],
|
|
"transformIgnorePatterns": [
|
|
"/node_modules/(?!(stimulus)/)"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.21.5",
|
|
"@babel/plugin-transform-runtime": "^7.21.4",
|
|
"@babel/preset-env": "^7.21.5",
|
|
"@floating-ui/dom": "^1.2.7",
|
|
"@hotwired/turbo": "^7.3.0",
|
|
"@rails/webpacker": "5.4.4",
|
|
"babel-loader": "^8.2.3",
|
|
"cable_ready": "5.0.0",
|
|
"debounced": "^0.0.5",
|
|
"flatpickr": "^4.6.9",
|
|
"foundation-sites": "^5.5.2",
|
|
"jquery-ui": "1.13.2",
|
|
"js-big-decimal": "^1.4.1",
|
|
"moment": "^2.29.1",
|
|
"mrujs": "^0.10.1",
|
|
"select2": "^4.0.13",
|
|
"shortcut-buttons-flatpickr": "^0.4.0",
|
|
"stimulus": "^3.0.1",
|
|
"stimulus-flatpickr": "^1.4.0",
|
|
"stimulus_reflex": "3.5.0-rc2",
|
|
"tom-select": "^2.0.0",
|
|
"webpack": "~4"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^8.0.0",
|
|
"jasmine-core": "~4.6.0",
|
|
"jest": "^27.4.7",
|
|
"karma": "~6.4.2",
|
|
"karma-chrome-launcher": "~3.2.0",
|
|
"karma-coffee-preprocessor": "~1.0.1",
|
|
"karma-jasmine": "~0.3.8",
|
|
"prettier": "2.8.8",
|
|
"pretty-quick": "^3.1.3",
|
|
"webpack-dev-server": "~3"
|
|
}
|
|
}
|