Browse Source

Update_NPM_Package_Versions

pull/11344/head 5.0.2
Volosoft Agent 4 years ago
parent
commit
6f5567cff8
  1. 2
      npm/lerna.json
  2. 24
      npm/ng-packs/package.json
  3. 4
      npm/ng-packs/packages/account-core/package.json
  4. 4
      npm/ng-packs/packages/account/package.json
  5. 4
      npm/ng-packs/packages/components/package.json
  6. 2
      npm/ng-packs/packages/core/package.json
  7. 2
      npm/ng-packs/packages/feature-management/package.json
  8. 4
      npm/ng-packs/packages/identity/package.json
  9. 2
      npm/ng-packs/packages/permission-management/package.json
  10. 4
      npm/ng-packs/packages/setting-management/package.json
  11. 4
      npm/ng-packs/packages/tenant-management/package.json
  12. 4
      npm/ng-packs/packages/theme-basic/package.json
  13. 2
      npm/ng-packs/packages/theme-shared/package.json
  14. 245
      npm/ng-packs/yarn.lock
  15. 4
      npm/packs/anchor-js/package.json
  16. 4
      npm/packs/aspnetcore.components.server.basictheme/package.json
  17. 6
      npm/packs/aspnetcore.components.server.theming/package.json
  18. 4
      npm/packs/aspnetcore.mvc.ui.theme.basic/package.json
  19. 30
      npm/packs/aspnetcore.mvc.ui.theme.shared/package.json
  20. 2
      npm/packs/aspnetcore.mvc.ui/package-lock.json
  21. 2
      npm/packs/aspnetcore.mvc.ui/package.json
  22. 10
      npm/packs/blogging/package.json
  23. 2
      npm/packs/bootstrap-datepicker/package.json
  24. 4
      npm/packs/bootstrap/package.json
  25. 2
      npm/packs/chart.js/package.json
  26. 4
      npm/packs/clipboard/package.json
  27. 10
      npm/packs/cms-kit.admin/package.json
  28. 6
      npm/packs/cms-kit.public/package.json
  29. 6
      npm/packs/cms-kit/package.json
  30. 4
      npm/packs/codemirror/package.json
  31. 4
      npm/packs/core/package.json
  32. 4
      npm/packs/cropperjs/package.json
  33. 4
      npm/packs/datatables.net-bs4/package.json
  34. 4
      npm/packs/datatables.net-bs5/package.json
  35. 4
      npm/packs/datatables.net/package.json
  36. 12
      npm/packs/docs/package.json
  37. 2
      npm/packs/flag-icon-css/package.json
  38. 4
      npm/packs/font-awesome/package.json
  39. 4
      npm/packs/highlight.js/package.json
  40. 4
      npm/packs/jquery-form/package.json
  41. 4
      npm/packs/jquery-validation-unobtrusive/package.json
  42. 4
      npm/packs/jquery-validation/package.json
  43. 4
      npm/packs/jquery/package.json
  44. 4
      npm/packs/jstree/package.json
  45. 4
      npm/packs/lodash/package.json
  46. 4
      npm/packs/luxon/package.json
  47. 4
      npm/packs/malihu-custom-scrollbar-plugin/package.json
  48. 4
      npm/packs/markdown-it/package.json
  49. 4
      npm/packs/owl.carousel/package.json
  50. 4
      npm/packs/popper.js/package.json
  51. 6
      npm/packs/prismjs/package.json
  52. 4
      npm/packs/select2/package.json
  53. 4
      npm/packs/signalr/package.json
  54. 2
      npm/packs/slugify/package.json
  55. 4
      npm/packs/star-rating-svg/package.json
  56. 4
      npm/packs/sweetalert2/package.json
  57. 4
      npm/packs/timeago/package.json
  58. 4
      npm/packs/toastr/package.json
  59. 10
      npm/packs/tui-editor/package.json
  60. 4
      npm/packs/uppy/package.json
  61. 2
      npm/packs/utils/package.json
  62. 4
      npm/packs/vee-validate/package.json
  63. 6
      npm/packs/virtual-file-explorer/package.json
  64. 2
      npm/packs/vue/package.json

2
npm/lerna.json

@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"packages": [
"packs/*"
],

24
npm/ng-packs/package.json

@ -37,7 +37,7 @@
},
"private": true,
"devDependencies": {
"@abp/utils": "~5.0.1",
"@abp/utils": "~5.0.2",
"@angular-devkit/build-angular": "12.2.13",
"@angular-devkit/build-ng-packagr": "^0.1002.0",
"@angular-devkit/schematics-cli": "~12.2.0",
@ -56,17 +56,17 @@
"@angular/platform-browser": "12.2.13",
"@angular/platform-browser-dynamic": "12.2.13",
"@angular/router": "12.2.13",
"@abp/ng.account": "~5.0.1",
"@abp/ng.account.core": "~5.0.1",
"@abp/ng.core": "~5.0.1",
"@abp/ng.feature-management": "~5.0.1",
"@abp/ng.identity": "~5.0.1",
"@abp/ng.permission-management": "~5.0.1",
"@abp/ng.schematics": "~5.0.1",
"@abp/ng.setting-management": "~5.0.1",
"@abp/ng.tenant-management": "~5.0.1",
"@abp/ng.theme.basic": "~5.0.1",
"@abp/ng.theme.shared": "~5.0.1",
"@abp/ng.account": "~5.1.1",
"@abp/ng.account.core": "~5.1.1",
"@abp/ng.core": "~5.1.1",
"@abp/ng.feature-management": "~5.1.1",
"@abp/ng.identity": "~5.1.1",
"@abp/ng.permission-management": "~5.1.1",
"@abp/ng.schematics": "~5.1.1",
"@abp/ng.setting-management": "~5.1.1",
"@abp/ng.tenant-management": "~5.1.1",
"@abp/ng.theme.basic": "~5.1.1",
"@abp/ng.theme.shared": "~5.1.1",
"@fortawesome/fontawesome-free": "^5.15.4",
"@ng-bootstrap/ng-bootstrap": "11.0.0-beta.2",
"@ngneat/spectator": "^8.0.3",

4
npm/ng-packs/packages/account-core/package.json

@ -7,8 +7,8 @@
"url": "https://github.com/abpframework/abp.git"
},
"peerDependencies": {
"@abp/ng.core": "~5.0.1",
"@abp/ng.theme.shared": "~5.0.1",
"@abp/ng.core": "~5.1.1",
"@abp/ng.theme.shared": "~5.1.1",
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0"
},

4
npm/ng-packs/packages/account/package.json

@ -7,8 +7,8 @@
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.account.core": "~5.0.1",
"@abp/ng.theme.shared": "~5.0.1",
"@abp/ng.account.core": "~5.1.1",
"@abp/ng.theme.shared": "~5.1.1",
"tslib": "^2.0.0"
},
"publishConfig": {

4
npm/ng-packs/packages/components/package.json

@ -7,8 +7,8 @@
"url": "https://github.com/abpframework/abp.git"
},
"peerDependencies": {
"@abp/ng.core": ">=5.0.1",
"@abp/ng.theme.shared": ">=5.0.1",
"@abp/ng.core": ">=5.1.1",
"@abp/ng.theme.shared": ">=5.1.1",
"@ng-bootstrap/ng-bootstrap": ">=10.0.0"
},
"dependencies": {

2
npm/ng-packs/packages/core/package.json

@ -7,7 +7,7 @@
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/utils": "~5.0.1",
"@abp/utils": "~5.0.2",
"angular-oauth2-oidc": "^12.1.0",
"just-clone": "^3.2.1",
"just-compare": "^1.4.0",

2
npm/ng-packs/packages/feature-management/package.json

@ -7,7 +7,7 @@
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.theme.shared": "~5.0.1",
"@abp/ng.theme.shared": "~5.1.1",
"tslib": "^2.0.0"
},
"publishConfig": {

4
npm/ng-packs/packages/identity/package.json

@ -7,8 +7,8 @@
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.permission-management": "~5.0.1",
"@abp/ng.theme.shared": "~5.0.1",
"@abp/ng.permission-management": "~5.1.1",
"@abp/ng.theme.shared": "~5.1.1",
"tslib": "^2.0.0"
},
"publishConfig": {

2
npm/ng-packs/packages/permission-management/package.json

@ -7,7 +7,7 @@
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.theme.shared": "~5.0.1",
"@abp/ng.theme.shared": "~5.1.1",
"tslib": "^2.0.0"
},
"publishConfig": {

4
npm/ng-packs/packages/setting-management/package.json

@ -7,8 +7,8 @@
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.components": "~5.0.1",
"@abp/ng.theme.shared": "~5.0.1",
"@abp/ng.components": "~5.1.1",
"@abp/ng.theme.shared": "~5.1.1",
"tslib": "^2.0.0"
},
"publishConfig": {

4
npm/ng-packs/packages/tenant-management/package.json

@ -7,8 +7,8 @@
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.feature-management": "~5.0.1",
"@abp/ng.theme.shared": "~5.0.1",
"@abp/ng.feature-management": "~5.1.1",
"@abp/ng.theme.shared": "~5.1.1",
"tslib": "^2.0.0"
},
"publishConfig": {

4
npm/ng-packs/packages/theme-basic/package.json

@ -7,8 +7,8 @@
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.account.core": "~5.0.1",
"@abp/ng.theme.shared": "~5.0.1",
"@abp/ng.account.core": "~5.1.1",
"@abp/ng.theme.shared": "~5.1.1",
"tslib": "^2.0.0"
},
"publishConfig": {

2
npm/ng-packs/packages/theme-shared/package.json

@ -7,7 +7,7 @@
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.core": "~5.0.1",
"@abp/ng.core": "~5.1.1",
"@fortawesome/fontawesome-free": "^5.15.4",
"@ng-bootstrap/ng-bootstrap": "11.0.0-beta.2",
"@ngx-validate/core": "^0.1.1",

245
npm/ng-packs/yarn.lock

@ -2,10 +2,132 @@
# yarn lockfile v1
"@abp/utils@~5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.0.1.tgz#57934383004a21172bf7e08130813c08946894fb"
integrity sha512-WLCWe7iJ8krxsz8Z7E+8GDaGZuG/6PZDdqPcMIh95opi0kvcLxb+mjPXXpiXdtFzW7O09a+NaNOxorsEFxjoKw==
"@abp/ng.account.core@~5.1.1":
version "5.1.1"
resolved "https://registry.yarnpkg.com/@abp/ng.account.core/-/ng.account.core-5.1.1.tgz#ccea75daaa72dadc14abbfb664174b317cabaabb"
integrity sha512-v2/D2D8mJNjwkAiSFzkdZPI6NU/AmDf2L+tiMQrE7r8mQISKaLZLcydUOsbBP/mSx2Osz+jEhHyTbuGgf6OCyQ==
dependencies:
tslib "^2.0.0"
"@abp/ng.account@~5.1.1":
version "5.1.1"
resolved "https://registry.yarnpkg.com/@abp/ng.account/-/ng.account-5.1.1.tgz#f680149421c2218f1f61c394c03ec894ecf480d8"
integrity sha512-ASqPBhEb5V9L6gKwkTPgL1+tjJXsfWtbY+XdsoE1xiMHM1YrKCfuOZe/8nWNmd9Z1JHgvRAZoGfxZN1zEkoFdA==
dependencies:
"@abp/ng.account.core" "~5.1.1"
"@abp/ng.theme.shared" "~5.1.1"
tslib "^2.0.0"
"@abp/ng.components@~5.1.1":
version "5.1.1"
resolved "https://registry.yarnpkg.com/@abp/ng.components/-/ng.components-5.1.1.tgz#1a55fe753e2156e6f80dfce9ea69c32383fbbd20"
integrity sha512-S+TkSQ+dJYf5UfnjGeLS4ismfdPD3rfUEVZuy51bf0ZAZF6t2R9vS2NRVJBYuOHXNmAk59e+HKpXC45fHlwV8Q==
dependencies:
chart.js "^3.5.1"
ng-zorro-antd "^13.0.0"
tslib "^2.0.0"
"@abp/ng.core@~5.1.1":
version "5.1.1"
resolved "https://registry.yarnpkg.com/@abp/ng.core/-/ng.core-5.1.1.tgz#85e981d072fa6b133614913e18578e0270961570"
integrity sha512-KcifChExU+TAtJBt52Ruvn6Dz8aqZG+JUhCJ3bzrPPO3R+SK0nuwI1YEZbUfljRaLSIC/tioc03JHb37XHBqOw==
dependencies:
"@abp/utils" "~5.1.10"
angular-oauth2-oidc "^13.0.1"
just-clone "^3.2.1"
just-compare "^1.4.0"
ts-toolbelt "6.15.4"
tslib "^2.0.0"
"@abp/ng.feature-management@~5.1.1":
version "5.1.1"
resolved "https://registry.yarnpkg.com/@abp/ng.feature-management/-/ng.feature-management-5.1.1.tgz#9bd971b937c5264bc4d170ef2d21307934eed2db"
integrity sha512-15Lt2RgrLTQIaIKA4kjIgkQSkAFQBddO2tyMdGKFZ6YO2l8i/RBIpclg+/QYQM5ElOh/UWVkd5lhntVyhAIc4w==
dependencies:
"@abp/ng.theme.shared" "~5.1.1"
tslib "^2.0.0"
"@abp/ng.identity@~5.1.1":
version "5.1.1"
resolved "https://registry.yarnpkg.com/@abp/ng.identity/-/ng.identity-5.1.1.tgz#7973b20900cc32da0900c76f8775535cb391a0b8"
integrity sha512-on2y9HRjFm411QDFcsDn53YBcxGyhN2PGq6Tq58px9HIHsiH4gzSTIDOGoMXn/PK0DNvOxwgQUi3XRaKjRFMYw==
dependencies:
"@abp/ng.permission-management" "~5.1.1"
"@abp/ng.theme.shared" "~5.1.1"
tslib "^2.0.0"
"@abp/ng.permission-management@~5.1.1":
version "5.1.1"
resolved "https://registry.yarnpkg.com/@abp/ng.permission-management/-/ng.permission-management-5.1.1.tgz#217f928c6ec0b13a4189e8c22230f9f293fe1929"
integrity sha512-wwK30mRSbhcJjELd5yFBjaTpTzInDcuMB5RcJIrO5s6NHzKskmcR5ELJ4h+dXpGgmJz9OBWLzt/oPRjnVybCfA==
dependencies:
"@abp/ng.theme.shared" "~5.1.1"
tslib "^2.0.0"
"@abp/ng.schematics@~5.1.1":
version "5.1.1"
resolved "https://registry.yarnpkg.com/@abp/ng.schematics/-/ng.schematics-5.1.1.tgz#2c6af7d8b585212e09a66664ae860e8473d9b792"
integrity sha512-bE9maeRPgYjgPEyAYIBTovvd+7a14FeXIAlDLFfJJNULZgZYxSKx/LhXOyDHd1LNX/Els0B7SNfRFC97dY/+0w==
dependencies:
"@angular-devkit/core" "~11.0.2"
"@angular-devkit/schematics" "~11.0.2"
got "^11.5.2"
jsonc-parser "^2.3.0"
should-quote "^1.0.0"
typescript "~3.9.2"
"@abp/ng.setting-management@~5.1.1":
version "5.1.1"
resolved "https://registry.yarnpkg.com/@abp/ng.setting-management/-/ng.setting-management-5.1.1.tgz#a41b861d80afa7bc3cfcb21875f76ecbb4b22f42"
integrity sha512-p3kgpcpVegqFDUsL5kvU6R1JHIDbV753tZK21vJIF7OIwmf2s44KtQsW9fnW/NWijubUDMOXk0KPk3XwqRBZyg==
dependencies:
"@abp/ng.components" "~5.1.1"
"@abp/ng.theme.shared" "~5.1.1"
tslib "^2.0.0"
"@abp/ng.tenant-management@~5.1.1":
version "5.1.1"
resolved "https://registry.yarnpkg.com/@abp/ng.tenant-management/-/ng.tenant-management-5.1.1.tgz#44937fae7e5556de41b3fb0a26e790d352623dc4"
integrity sha512-5PumF8craAHHDbVYhUXRaEPDvnNPb014ZvfdgyNZoTE3w8OwI+kqtL+4STdBYg5azd88Xy/L/D5H5tkdNoQ0SA==
dependencies:
"@abp/ng.feature-management" "~5.1.1"
"@abp/ng.theme.shared" "~5.1.1"
tslib "^2.0.0"
"@abp/ng.theme.basic@~5.1.1":
version "5.1.1"
resolved "https://registry.yarnpkg.com/@abp/ng.theme.basic/-/ng.theme.basic-5.1.1.tgz#a61d998663a88ece774c12245ebe656448c02d63"
integrity sha512-iYf+oP2crI5UyYRnLYPc7m0e3IZZSPrG7uS73oQySipX6sVAf7B6MMSVRMG89jDVTkjIXtsClhL9K9AcumWDzA==
dependencies:
"@abp/ng.account.core" "~5.1.1"
"@abp/ng.theme.shared" "~5.1.1"
tslib "^2.0.0"
"@abp/ng.theme.shared@~5.1.1":
version "5.1.1"
resolved "https://registry.yarnpkg.com/@abp/ng.theme.shared/-/ng.theme.shared-5.1.1.tgz#27b620b6171e149db4ed0e20128718915922c0fe"
integrity sha512-E3vdKc4XZvgUzFnkWUmDDU4rimK2LBivy8aYz6TFy0eMY84lUACDZgFA214DweLXjL22wsMjyiwGHqHXAzIcZA==
dependencies:
"@abp/ng.core" "~5.1.1"
"@fortawesome/fontawesome-free" "^5.15.4"
"@ng-bootstrap/ng-bootstrap" "~12.0.0-beta.4"
"@ngx-validate/core" "^0.1.1"
"@popperjs/core" "~2.11.2"
"@swimlane/ngx-datatable" "^19.0.0"
bootstrap "^5.1.1"
tslib "^2.0.0"
"@abp/utils@~5.0.2":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.0.2.tgz#73a55b52a084c8727959f7a15c6490423f60b1df"
integrity sha512-+OFlyx0qvWJCzLOoogwFDAUUUCirvw49ElF4Nsn/YJKTbWgq8gFda9UvCZOhrTLJOlhf8boUxgOe2Jdivvd2jA==
dependencies:
just-compare "^1.3.0"
"@abp/utils@~5.1.10":
version "5.1.10"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.1.10.tgz#4512d09d374503c33872b7f68d8d3bc9c00f7ad9"
integrity sha512-M6cTrx9vneyo4xNcHhMdtabajRWORs720zqaAnaIRfQP5YW60bEZZcUW0GgDTjLJ7Bb0A08A6yt4+OHoJTmpgQ==
dependencies:
just-compare "^1.3.0"
@ -146,6 +268,17 @@
rxjs "6.6.2"
source-map "0.7.3"
"@angular-devkit/core@11.0.7", "@angular-devkit/core@~11.0.2":
version "11.0.7"
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-11.0.7.tgz#05b82be7e11ddc2a7836c777297ee45eee20ff55"
integrity sha512-1GKnIT++YSUHpzzRx9QC0+8yOw4wy+ZpiJVDlroPSeK4FGrTCJqJKenkfRjVFRFOSrzTiJds+IU6kI4+bFbw9g==
dependencies:
ajv "6.12.6"
fast-json-stable-stringify "2.1.0"
magic-string "0.25.7"
rxjs "6.6.3"
source-map "0.7.3"
"@angular-devkit/core@12.2.13":
version "12.2.13"
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-12.2.13.tgz#db3929d1bfce71010b37fb7c4e6c33ef80a4f35f"
@ -179,6 +312,15 @@
ora "5.4.1"
rxjs "6.6.7"
"@angular-devkit/schematics@~11.0.2":
version "11.0.7"
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-11.0.7.tgz#7cd2398c98d82f8e5bdc3bb5c70e92d6b1d12a12"
integrity sha512-mKkXWmSTlZYjQO4i7xUX+bG1E9h9Ke3GgGQQouA+kth06IPO+VcywLQNsui4qcyLDUjyo8CaX+44aoSXoX3Tgg==
dependencies:
"@angular-devkit/core" "11.0.7"
ora "5.1.0"
rxjs "6.6.3"
"@angular-eslint/eslint-plugin-template@~12.3.0":
version "12.3.1"
resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-12.3.1.tgz#33260cd5356df5db7e27719443eabcf6c214e32e"
@ -218,6 +360,15 @@
optionalDependencies:
parse5 "^5.0.0"
"@angular/cdk@^13.0.1":
version "13.1.2"
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-13.1.2.tgz#aaa1b577d1b8101d3d59f4da9a1ea51b7f7a5191"
integrity sha512-xORyqvfM0MueJpxHxVi3CR/X/f1RPKr45vt7NV6/x91OTnh2ukwxg++dAGuA6M5gUAHcVAcaBrfju4GQlU9hmg==
dependencies:
tslib "^2.3.0"
optionalDependencies:
parse5 "^5.0.0"
"@angular/cli@12.2.13":
version "12.2.13"
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-12.2.13.tgz#ca586c14a6f83bb4390875be0a0fa709b9a2ae29"
@ -341,6 +492,14 @@
"@ant-design/colors" "^5.0.0"
tslib "^2.0.0"
"@ant-design/icons-angular@^13.0.1":
version "13.0.2"
resolved "https://registry.yarnpkg.com/@ant-design/icons-angular/-/icons-angular-13.0.2.tgz#9bb74ea93b566fc54c28061afd325ddd6da6ce38"
integrity sha512-5ub/tVR9Y1xAMeYzrfavL+Cma6SjpMYaKOn7Aa02P9vDEHIAwJHsgB2NbO+hlwyHmGX5MeCCVymrVf9US3W2iQ==
dependencies:
"@ant-design/colors" "^5.0.0"
tslib "^2.0.0"
"@assemblyscript/loader@^0.10.1":
version "0.10.1"
resolved "https://registry.yarnpkg.com/@assemblyscript/loader/-/loader-0.10.1.tgz#70e45678f06c72fa2e350e8553ec4a4d72b92e06"
@ -2380,7 +2539,7 @@
npmlog "^4.1.2"
write-file-atomic "^3.0.3"
"@ng-bootstrap/ng-bootstrap@11.0.0-beta.2":
"@ng-bootstrap/ng-bootstrap@11.0.0-beta.2", "@ng-bootstrap/ng-bootstrap@~12.0.0-beta.4":
version "11.0.0-beta.2"
resolved "https://registry.yarnpkg.com/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-11.0.0-beta.2.tgz#4d0c1f23a050e2e07ea22cc0c017e0b3685cdbf9"
integrity sha512-H6Kdzw4DBsUIrlvoxEJHCValSTHq0XcsiTVNbb99PjgD6ZhkBjINenT0W62A91k0nQEQBZCjhGGv+aNU/XxQNg==
@ -2811,6 +2970,11 @@
dependencies:
esquery "^1.0.1"
"@popperjs/core@~2.11.2":
version "2.11.2"
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.2.tgz#830beaec4b4091a9e9398ac50f865ddea52186b9"
integrity sha512-92FRmppjjqz29VMJ2dn+xdyXZBrMlE42AV6Kq6BwjWV7CNUW1hs2FtxSNLQE+gJhaZ6AAmYuO9y8dshhcBl7vA==
"@rollup/plugin-commonjs@^20.0.0":
version "20.0.0"
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-20.0.0.tgz#3246872dcbcb18a54aaa6277a8c7d7f1b155b745"
@ -3581,6 +3745,16 @@ ajv@6.12.4:
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"
ajv@6.12.6, ajv@^6.1.0, ajv@^6.10.0, ajv@^6.12.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
version "6.12.6"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
dependencies:
fast-deep-equal "^3.1.1"
fast-json-stable-stringify "^2.0.0"
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"
ajv@8.6.2:
version "8.6.2"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.2.tgz#2fb45e0e5fcbc0813326c1c3da535d1881bb0571"
@ -3591,16 +3765,6 @@ ajv@8.6.2:
require-from-string "^2.0.2"
uri-js "^4.2.2"
ajv@^6.1.0, ajv@^6.10.0, ajv@^6.12.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
version "6.12.6"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
dependencies:
fast-deep-equal "^3.1.1"
fast-json-stable-stringify "^2.0.0"
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"
ajv@^8.0.0, ajv@^8.0.1:
version "8.8.2"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.8.2.tgz#01b4fef2007a28bf75f0b7fc009f62679de4abbb"
@ -3624,6 +3788,14 @@ angular-oauth2-oidc@^12.1.0:
fast-sha256 "^1.3.0"
tslib "^2.0.0"
angular-oauth2-oidc@^13.0.1:
version "13.0.1"
resolved "https://registry.yarnpkg.com/angular-oauth2-oidc/-/angular-oauth2-oidc-13.0.1.tgz#81a001b19452d19b1972035d742b777d75ef34fa"
integrity sha512-aL1VIv9Jqoqq31lbpUXIeNpM3GeN/ldb3KOlq0cV92amGpZs9J4YA+2rlJ5V9zb6NFNbvd7XfTntMbnNuS0+CQ==
dependencies:
fast-sha256 "^1.3.0"
tslib "^2.0.0"
ansi-colors@4.1.1, ansi-colors@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
@ -4551,7 +4723,7 @@ cli-cursor@^3.1.0:
dependencies:
restore-cursor "^3.1.0"
cli-spinners@^2.5.0:
cli-spinners@^2.4.0, cli-spinners@^2.5.0:
version "2.6.1"
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.6.1.tgz#adc954ebe281c37a6319bfa401e6dd2488ffb70d"
integrity sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==
@ -5324,6 +5496,11 @@ date-fns@^2.10.0:
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.27.0.tgz#e1ff3c3ddbbab8a2eaadbb6106be2929a5a2d92b"
integrity sha512-sj+J0Mo2p2X1e306MHq282WS4/A8Pz/95GIFcsPNMPMZVI3EUrAdSv90al1k+p74WGLCruMXk23bfEDZa71X9Q==
date-fns@^2.16.1:
version "2.28.0"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.28.0.tgz#9570d656f5fc13143e50c975a3b6bbeb46cd08b2"
integrity sha512-8d35hViGYx/QH0icHYCeLmsLmMUheMmTyV9Fcm6gvNwdw31yXXH+O85sOBJ+OLnLQMKZowvpKb6FgMIQjcpvQw==
dateformat@^3.0.0:
version "3.0.3"
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
@ -9637,6 +9814,16 @@ ng-zorro-antd@^12.0.1:
date-fns "^2.10.0"
tslib "^2.2.0"
ng-zorro-antd@^13.0.0:
version "13.0.0"
resolved "https://registry.yarnpkg.com/ng-zorro-antd/-/ng-zorro-antd-13.0.0.tgz#a117f346b0272f9e8579830c4f5122ac47b3701f"
integrity sha512-NuCixRJTM/t7Jp6Fe4kL4pIHoqumZdjR/kH0O1ZK7Dk4MvfZ2XcZ05akiGGB8JZlJ+eVPplVKvNydTqyIisr4Q==
dependencies:
"@angular/cdk" "^13.0.1"
"@ant-design/icons-angular" "^13.0.1"
date-fns "^2.16.1"
tslib "^2.3.0"
nice-napi@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/nice-napi/-/nice-napi-1.0.2.tgz#dc0ab5a1eac20ce548802fc5686eaa6bc654927b"
@ -10096,6 +10283,20 @@ optionator@^0.9.1:
type-check "^0.4.0"
word-wrap "^1.2.3"
ora@5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/ora/-/ora-5.1.0.tgz#b188cf8cd2d4d9b13fd25383bc3e5cba352c94f8"
integrity sha512-9tXIMPvjZ7hPTbk8DFq1f7Kow/HU/pQYB60JbNq+QnGwcyhWVZaQ4hM9zQDEsPxw/muLpgiHSaumUZxCAmod/w==
dependencies:
chalk "^4.1.0"
cli-cursor "^3.1.0"
cli-spinners "^2.4.0"
is-interactive "^1.0.0"
log-symbols "^4.0.0"
mute-stream "0.0.8"
strip-ansi "^6.0.0"
wcwidth "^1.0.1"
ora@5.4.1, ora@^5.1.0, ora@^5.3.0:
version "5.4.1"
resolved "https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz#1b2678426af4ac4a509008e5e4ac9e9959db9e18"
@ -11838,6 +12039,13 @@ rxjs@6.6.2:
dependencies:
tslib "^1.9.0"
rxjs@6.6.3:
version "6.6.3"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.3.tgz#8ca84635c4daa900c0d3967a6ee7ac60271ee552"
integrity sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==
dependencies:
tslib "^1.9.0"
rxjs@6.6.7, rxjs@^6.5.0, rxjs@^6.5.4, rxjs@^6.6.0, rxjs@~6.6.0:
version "6.6.7"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
@ -13227,6 +13435,11 @@ typescript@4.3.5:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
typescript@~3.9.2:
version "3.9.10"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
uglify-js@^3.1.4:
version "3.14.3"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.14.3.tgz#c0f25dfea1e8e5323eccf59610be08b6043c15cf"

4
npm/packs/anchor-js/package.json

@ -1,11 +1,11 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/anchor-js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~5.0.1",
"@abp/core": "~5.0.2",
"anchor-js": "^4.2.2"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/aspnetcore.components.server.basictheme/package.json

@ -1,11 +1,11 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/aspnetcore.components.server.basictheme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.components.server.theming": "~5.0.1"
"@abp/aspnetcore.components.server.theming": "~5.0.2"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"
}

6
npm/packs/aspnetcore.components.server.theming/package.json

@ -1,12 +1,12 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/aspnetcore.components.server.theming",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/bootstrap": "~5.0.1",
"@abp/font-awesome": "~5.0.1"
"@abp/bootstrap": "~5.0.2",
"@abp/font-awesome": "~5.0.2"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"
}

4
npm/packs/aspnetcore.mvc.ui.theme.basic/package.json

@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/aspnetcore.mvc.ui.theme.basic",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "~5.0.1"
"@abp/aspnetcore.mvc.ui.theme.shared": "~5.0.2"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"
}

30
npm/packs/aspnetcore.mvc.ui.theme.shared/package.json

@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/aspnetcore.mvc.ui.theme.shared",
"repository": {
"type": "git",
@ -10,20 +10,20 @@
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui": "~5.0.1",
"@abp/bootstrap": "~5.0.1",
"@abp/bootstrap-datepicker": "~5.0.1",
"@abp/datatables.net-bs5": "~5.0.1",
"@abp/font-awesome": "~5.0.1",
"@abp/jquery-form": "~5.0.1",
"@abp/jquery-validation-unobtrusive": "~5.0.1",
"@abp/lodash": "~5.0.1",
"@abp/luxon": "~5.0.1",
"@abp/malihu-custom-scrollbar-plugin": "~5.0.1",
"@abp/select2": "~5.0.1",
"@abp/sweetalert2": "~5.0.1",
"@abp/timeago": "~5.0.1",
"@abp/toastr": "~5.0.1"
"@abp/aspnetcore.mvc.ui": "~5.0.2",
"@abp/bootstrap": "~5.0.2",
"@abp/bootstrap-datepicker": "~5.0.2",
"@abp/datatables.net-bs5": "~5.0.2",
"@abp/font-awesome": "~5.0.2",
"@abp/jquery-form": "~5.0.2",
"@abp/jquery-validation-unobtrusive": "~5.0.2",
"@abp/lodash": "~5.0.2",
"@abp/luxon": "~5.0.2",
"@abp/malihu-custom-scrollbar-plugin": "~5.0.2",
"@abp/select2": "~5.0.2",
"@abp/sweetalert2": "~5.0.2",
"@abp/timeago": "~5.0.2",
"@abp/toastr": "~5.0.2"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"
}

2
npm/packs/aspnetcore.mvc.ui/package-lock.json

@ -1,6 +1,6 @@
{
"name": "@abp/aspnetcore.mvc.ui",
"version": "5.0.1",
"version": "5.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

2
npm/packs/aspnetcore.mvc.ui/package.json

@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/aspnetcore.mvc.ui",
"repository": {
"type": "git",

10
npm/packs/blogging/package.json

@ -1,14 +1,14 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/blogging",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "~5.0.1",
"@abp/owl.carousel": "~5.0.1",
"@abp/prismjs": "~5.0.1",
"@abp/tui-editor": "~5.0.1"
"@abp/aspnetcore.mvc.ui.theme.shared": "~5.0.2",
"@abp/owl.carousel": "~5.0.2",
"@abp/prismjs": "~5.0.2",
"@abp/tui-editor": "~5.0.2"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"
}

2
npm/packs/bootstrap-datepicker/package.json

@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/bootstrap-datepicker",
"repository": {
"type": "git",

4
npm/packs/bootstrap/package.json

@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/bootstrap",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/core": "~5.0.1",
"@abp/core": "~5.0.2",
"bootstrap": "^5.1.0",
"bootstrap-v4-rtl": "4.6.0-1"
},

2
npm/packs/chart.js/package.json

@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/chart.js",
"publishConfig": {
"access": "public"

4
npm/packs/clipboard/package.json

@ -1,11 +1,11 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/clipboard",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~5.0.1",
"@abp/core": "~5.0.2",
"clipboard": "^2.0.6"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

10
npm/packs/cms-kit.admin/package.json

@ -1,14 +1,14 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/cms-kit.admin",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jstree": "~5.0.1",
"@abp/slugify": "~5.0.1",
"@abp/tui-editor": "~5.0.1",
"@abp/uppy": "~5.0.1"
"@abp/jstree": "~5.0.2",
"@abp/slugify": "~5.0.2",
"@abp/tui-editor": "~5.0.2",
"@abp/uppy": "~5.0.2"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"
}

6
npm/packs/cms-kit.public/package.json

@ -1,12 +1,12 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/cms-kit.public",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/highlight.js": "~5.0.1",
"@abp/star-rating-svg": "~5.0.1"
"@abp/highlight.js": "~5.0.2",
"@abp/star-rating-svg": "~5.0.2"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"
}

6
npm/packs/cms-kit/package.json

@ -1,12 +1,12 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/cms-kit",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/cms-kit.admin": "~5.0.1",
"@abp/cms-kit.public": "~5.0.1"
"@abp/cms-kit.admin": "~5.0.2",
"@abp/cms-kit.public": "~5.0.2"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"
}

4
npm/packs/codemirror/package.json

@ -1,11 +1,11 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/codemirror",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~5.0.1",
"@abp/core": "~5.0.2",
"codemirror": "^5.54.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/core/package.json

@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/core",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/utils": "~5.0.1"
"@abp/utils": "~5.0.2"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"
}

4
npm/packs/cropperjs/package.json

@ -1,11 +1,11 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/cropperjs",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~5.0.1",
"@abp/core": "~5.0.2",
"cropperjs": "^1.5.7"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/datatables.net-bs4/package.json

@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/datatables.net-bs4",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/datatables.net": "~5.0.1",
"@abp/datatables.net": "~5.0.2",
"datatables.net-bs4": "^1.10.21"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/datatables.net-bs5/package.json

@ -1,11 +1,11 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/datatables.net-bs5",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/datatables.net": "~5.0.1",
"@abp/datatables.net": "~5.0.2",
"datatables.net-bs5": "^1.10.25"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/datatables.net/package.json

@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/datatables.net",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/jquery": "~5.0.1",
"@abp/jquery": "~5.0.2",
"datatables.net": "^1.10.21"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

12
npm/packs/docs/package.json

@ -1,15 +1,15 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/docs",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/anchor-js": "~5.0.1",
"@abp/clipboard": "~5.0.1",
"@abp/malihu-custom-scrollbar-plugin": "~5.0.1",
"@abp/popper.js": "~5.0.1",
"@abp/prismjs": "~5.0.1"
"@abp/anchor-js": "~5.0.2",
"@abp/clipboard": "~5.0.2",
"@abp/malihu-custom-scrollbar-plugin": "~5.0.2",
"@abp/popper.js": "~5.0.2",
"@abp/prismjs": "~5.0.2"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"
}

2
npm/packs/flag-icon-css/package.json

@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/flag-icon-css",
"publishConfig": {
"access": "public"

4
npm/packs/font-awesome/package.json

@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/font-awesome",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/core": "~5.0.1",
"@abp/core": "~5.0.2",
"@fortawesome/fontawesome-free": "^5.13.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/highlight.js/package.json

@ -1,11 +1,11 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/highlight.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~5.0.1"
"@abp/core": "~5.0.2"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"
}

4
npm/packs/jquery-form/package.json

@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/jquery-form",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/jquery": "~5.0.1",
"@abp/jquery": "~5.0.2",
"jquery-form": "^4.3.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/jquery-validation-unobtrusive/package.json

@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/jquery-validation-unobtrusive",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/jquery-validation": "~5.0.1",
"@abp/jquery-validation": "~5.0.2",
"jquery-validation-unobtrusive": "^3.2.11"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/jquery-validation/package.json

@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/jquery-validation",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/jquery": "~5.0.1",
"@abp/jquery": "~5.0.2",
"jquery-validation": "^1.19.2"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/jquery/package.json

@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/jquery",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/core": "~5.0.1",
"@abp/core": "~5.0.2",
"jquery": "~3.6.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/jstree/package.json

@ -1,11 +1,11 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/jstree",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery": "~5.0.1",
"@abp/jquery": "~5.0.2",
"jstree": "^3.3.9"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/lodash/package.json

@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/lodash",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/core": "~5.0.1",
"@abp/core": "~5.0.2",
"lodash": "^4.17.15"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/luxon/package.json

@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/luxon",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/core": "~5.0.1",
"@abp/core": "~5.0.2",
"luxon": "^1.24.1"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/malihu-custom-scrollbar-plugin/package.json

@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/malihu-custom-scrollbar-plugin",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/core": "~5.0.1",
"@abp/core": "~5.0.2",
"malihu-custom-scrollbar-plugin": "^3.1.5"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/markdown-it/package.json

@ -1,11 +1,11 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/markdown-it",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~5.0.1",
"@abp/core": "~5.0.2",
"markdown-it": "^11.0.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/owl.carousel/package.json

@ -1,11 +1,11 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/owl.carousel",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~5.0.1",
"@abp/core": "~5.0.2",
"owl.carousel": "^2.3.4"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/popper.js/package.json

@ -1,11 +1,11 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/popper.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~5.0.1",
"@abp/core": "~5.0.2",
"@popperjs/core": "^2.9.3"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

6
npm/packs/prismjs/package.json

@ -1,12 +1,12 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/prismjs",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/clipboard": "~5.0.1",
"@abp/core": "~5.0.1",
"@abp/clipboard": "~5.0.2",
"@abp/core": "~5.0.2",
"prismjs": "^1.20.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/select2/package.json

@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/select2",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/core": "~5.0.1",
"@abp/core": "~5.0.2",
"select2": "^4.0.13"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/signalr/package.json

@ -1,11 +1,11 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/signalr",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~5.0.1",
"@abp/core": "~5.0.2",
"@microsoft/signalr": "~3.1.5"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

2
npm/packs/slugify/package.json

@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/slugify",
"publishConfig": {
"access": "public"

4
npm/packs/star-rating-svg/package.json

@ -1,11 +1,11 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/star-rating-svg",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery": "~5.0.1",
"@abp/jquery": "~5.0.2",
"star-rating-svg": "^3.5.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/sweetalert2/package.json

@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/sweetalert2",
"publishConfig": {
"access": "public"
@ -10,7 +10,7 @@
"directory": "npm/packs/sweetalert2"
},
"dependencies": {
"@abp/core": "~5.0.1",
"@abp/core": "~5.0.2",
"sweetalert2": "^11.0.18"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/timeago/package.json

@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/timeago",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/jquery": "~5.0.1",
"@abp/jquery": "~5.0.2",
"timeago": "^1.6.7"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/toastr/package.json

@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/toastr",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/jquery": "~5.0.1",
"@abp/jquery": "~5.0.2",
"toastr": "^2.1.4"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

10
npm/packs/tui-editor/package.json

@ -1,14 +1,14 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/tui-editor",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/codemirror": "~5.0.1",
"@abp/highlight.js": "~5.0.1",
"@abp/jquery": "~5.0.1",
"@abp/markdown-it": "~5.0.1",
"@abp/codemirror": "~5.0.2",
"@abp/highlight.js": "~5.0.2",
"@abp/jquery": "~5.0.2",
"@abp/markdown-it": "~5.0.2",
"@toast-ui/editor": "^2.5.1"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/uppy/package.json

@ -1,11 +1,11 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/uppy",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~5.0.1",
"@abp/core": "~5.0.2",
"uppy": "^1.16.1"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

2
npm/packs/utils/package.json

@ -1,6 +1,6 @@
{
"name": "@abp/utils",
"version": "5.0.1",
"version": "5.0.2",
"scripts": {
"prepublish": "yarn install --ignore-scripts && node prepublish.js",
"ng": "ng",

4
npm/packs/vee-validate/package.json

@ -1,11 +1,11 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/vee-validate",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/vue": "~5.0.1",
"@abp/vue": "~5.0.2",
"vee-validate": "~3.4.4"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

6
npm/packs/virtual-file-explorer/package.json

@ -1,12 +1,12 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/virtual-file-explorer",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/clipboard": "~5.0.1",
"@abp/prismjs": "~5.0.1"
"@abp/clipboard": "~5.0.2",
"@abp/prismjs": "~5.0.2"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"
}

2
npm/packs/vue/package.json

@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"name": "@abp/vue",
"publishConfig": {
"access": "public"

Loading…
Cancel
Save