Browse Source

Merge pull request #20148 from abpframework/sumeyye-fixCommentInJson

MVC - Build Error Depending on a Change on Angular Side
pull/20155/head
Alper Ebiçoğlu 2 years ago
committed by GitHub
parent
commit
7f72d2e303
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      npm/packs/sweetalert2/package.json

2
npm/packs/sweetalert2/package.json

@ -12,7 +12,7 @@
"dependencies": { "dependencies": {
"@abp/core": "~8.2.0", "@abp/core": "~8.2.0",
"sweetalert2": "^11.3.6", "sweetalert2": "^11.3.6",
"_comment": "Keep the version of sweetalert2 as the current one." "comment": "Keep the version of sweetalert2 as the current one."
}, },
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io", "homepage": "https://abp.io",

Loading…
Cancel
Save