mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-31 21:37:16 +00:00
Bumps the webpack group with 2 updates in the / directory: [webpack](https://github.com/webpack/webpack) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server). Updates `webpack` from 4.46.0 to 5.102.1 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.46.0...v5.102.1) Updates `webpack-dev-server` from 3.11.3 to 5.2.2 - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.11.3...v5.2.2) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.102.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: webpack - dependency-name: webpack-dev-server dependency-version: 5.2.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: webpack ... Signed-off-by: dependabot[bot] <support@github.com>
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "openfoodnetwork",
|
|
"version": "1.0.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openfoodfoundation/openfoodnetwork"
|
|
},
|
|
"license": "AGPL-3.0",
|
|
"dependencies": {
|
|
"@floating-ui/dom": "^1.7.4",
|
|
"@hotwired/stimulus": "^3.2",
|
|
"@hotwired/turbo": "^8.0.20",
|
|
"@rails/webpacker": "5.4.4",
|
|
"@stimulus-components/rails-nested-form": "^5.0.0",
|
|
"cable_ready": "5.0.6",
|
|
"flatpickr": "^4.6.9",
|
|
"foundation-sites": "^5.5.3",
|
|
"hotkeys-js": "^3.13.15",
|
|
"jquery-ui": "1.14.1",
|
|
"js-big-decimal": "^2.2.0",
|
|
"leaflet": "1.9.4",
|
|
"leaflet-geosearch": "4.2.2",
|
|
"leaflet-providers": "3.0.0",
|
|
"moment": "^2.30.1",
|
|
"mrujs": "^1.0.2",
|
|
"select2": "^4.0.13",
|
|
"shortcut-buttons-flatpickr": "^0.4.0",
|
|
"stimulus": "^3.2.2",
|
|
"stimulus-autocomplete": "^3.1.0",
|
|
"stimulus-flatpickr": "^1.4.0",
|
|
"stimulus_reflex": "3.5.5",
|
|
"tom-select": "^2.4.3",
|
|
"trix": "^2.1.15",
|
|
"turbo_power": "^0.7.1",
|
|
"webpack": "~5"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/dom": "<11.0.0",
|
|
"jasmine-core": "~5.12.1",
|
|
"jest": "^30.2.0",
|
|
"jest-environment-jsdom": "^30.2.0",
|
|
"karma": "~6.4.4",
|
|
"karma-chrome-launcher": "~3.2.0",
|
|
"karma-coffee-preprocessor": "~1.0.1",
|
|
"karma-jasmine": "~0.3.8",
|
|
"prettier": "3.2.4",
|
|
"webpack-dev-server": "~5"
|
|
}
|
|
}
|