Browse Source
Merge pull request #26026 from abpframework/maliming/pin-select2-4013
Pin `select2` to 4.0.13
rel-10.7
Ma Liming
18 hours ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
npm/packs/select2/package.json
|
|
@ -11,7 +11,7 @@ |
|
|
}, |
|
|
}, |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"@abp/core": "~10.7.0-rc.3", |
|
|
"@abp/core": "~10.7.0-rc.3", |
|
|
"select2": "^4.0.13" |
|
|
"select2": "4.0.13" |
|
|
}, |
|
|
}, |
|
|
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", |
|
|
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", |
|
|
"homepage": "https://abp.io", |
|
|
"homepage": "https://abp.io", |
|
|
|