Skip to content

Commit

Permalink
fix: downgrade jquery-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Valimp committed Oct 11, 2024
1 parent cb1e910 commit 58ff4ad
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 24 deletions.
32 changes: 17 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
"win32"
],
"dependencies": {
"@snyk/protect": "^1.1293.1",
"@snyk/protect": "^1.1292.2",
"@webcomponents/webcomponentsjs": "2.8.0",
"@yaireo/tagify": ">=4.12.0 <4.32.0",
"@yaireo/tagify": ">=4.12.0 <4.28.0",
"blueimp-file-upload": "^10.31.0",
"cropperjs": "^1.6.1",
"foundation-sites": "5.5.3",
"highcharts": "^9.2.2",
"jquery-cropper": "^1.0.1",
"jquery-form": "^4.3.0",
"jquery-ui": "1.14.0",
"jquery-ui": "1.13.3",
"jsvectormap": "^1.6.0",
"leaflet": "^1.7.1",
"leaflet.markercluster": "1.5.3",
Expand All @@ -66,12 +66,12 @@
"@types/gulp-sourcemaps": "^0.0.38",
"@types/gulp-svgmin": "^1.2.4",
"@types/gulp-terser": "^1.2.6",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"chai": "^5.1.1",
"chai-http": "^5.0.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.1",
"eslint": "^8.57.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
Expand All @@ -81,11 +81,11 @@
"gulp-svgmin": "^4.1.0",
"gulp-terser": "^2.1.0",
"mocha": "^10.3.0",
"sass": "^1.79.4",
"sass": "^1.77.8",
"stylelint": "^16.2.1",
"stylelint-config-recommended": "^14.0.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-scss": "^6.7.0",
"stylelint-scss": "^6.5.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
Expand All @@ -94,4 +94,4 @@
"url": "https://opencollective.com/openfoodfacts-server"
},
"snyk": true
}
}

0 comments on commit 58ff4ad

Please sign in to comment.