Skip to content

Commit

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

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"win32"
],
"dependencies": {
"@snyk/protect": "^1.1292.2",
"@snyk/protect": "^1.1293.1",
"@webcomponents/webcomponentsjs": "2.8.0",
"@yaireo/tagify": ">=4.12.0 <4.28.0",
"@yaireo/tagify": ">=4.12.0 <4.32.0",
"blueimp-file-upload": "^10.31.0",
"cropperjs": "^1.6.1",
"foundation-sites": "5.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.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"chai": "^5.1.1",
"chai-http": "^5.0.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"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.77.8",
"sass": "^1.79.4",
"stylelint": "^16.2.1",
"stylelint-config-recommended": "^14.0.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-scss": "^6.5.0",
"stylelint-scss": "^6.7.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
Expand Down

0 comments on commit 9fdf63b

Please sign in to comment.