Browse Source

npm packages 3.0.2

pull/4612/head 3.0.2
erolarkat 6 years ago
parent
commit
4e222d1abf
  1. 2
      npm/lerna.json
  2. 4
      npm/packs/anchor-js/package.json
  3. 4
      npm/packs/aspnetcore.mvc.ui.theme.basic/package.json
  4. 30
      npm/packs/aspnetcore.mvc.ui.theme.shared/package.json
  5. 2
      npm/packs/aspnetcore.mvc.ui/package.json
  6. 10
      npm/packs/blogging/package.json
  7. 2
      npm/packs/bootstrap-datepicker/package.json
  8. 4
      npm/packs/bootstrap/package.json
  9. 2
      npm/packs/chart.js/package.json
  10. 4
      npm/packs/clipboard/package.json
  11. 4
      npm/packs/codemirror/package.json
  12. 2
      npm/packs/core/package.json
  13. 4
      npm/packs/datatables.net-bs4/package.json
  14. 4
      npm/packs/datatables.net/package.json
  15. 12
      npm/packs/docs/package.json
  16. 2
      npm/packs/flag-icon-css/package.json
  17. 4
      npm/packs/font-awesome/package.json
  18. 4
      npm/packs/highlight.js/package.json
  19. 4
      npm/packs/jquery-form/package.json
  20. 4
      npm/packs/jquery-validation-unobtrusive/package.json
  21. 4
      npm/packs/jquery-validation/package.json
  22. 4
      npm/packs/jquery/package.json
  23. 4
      npm/packs/jstree/package.json
  24. 4
      npm/packs/lodash/package.json
  25. 2
      npm/packs/luxon/package.json
  26. 4
      npm/packs/malihu-custom-scrollbar-plugin/package.json
  27. 4
      npm/packs/markdown-it/package.json
  28. 4
      npm/packs/owl.carousel/package.json
  29. 4
      npm/packs/popper.js/package.json
  30. 6
      npm/packs/prismjs/package.json
  31. 4
      npm/packs/select2/package.json
  32. 4
      npm/packs/signalr/package.json
  33. 4
      npm/packs/sweetalert/package.json
  34. 4
      npm/packs/timeago/package.json
  35. 4
      npm/packs/toastr/package.json
  36. 10
      npm/packs/tui-editor/package.json
  37. 4
      npm/packs/uppy/package.json
  38. 2
      npm/packs/utils/package.json
  39. 6
      npm/packs/virtual-file-explorer/package.json
  40. 10
      templates/app/angular/package.json
  41. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/package.json
  42. 222
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/yarn.lock
  43. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/package.json
  44. 222
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/yarn.lock
  45. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/package.json
  46. 222
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/yarn.lock
  47. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/package.json
  48. 222
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/yarn.lock
  49. 10
      templates/module/angular/package.json
  50. 4
      templates/module/angular/projects/my-project-name/package.json
  51. 2
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/package.json
  52. 222
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/yarn.lock
  53. 2
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/package.json
  54. 222
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/yarn.lock
  55. 2
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/package.json
  56. 222
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/yarn.lock

2
npm/lerna.json

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

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

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

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

@ -1,11 +1,11 @@
{
"version": "3.0.1",
"version": "3.0.2",
"name": "@abp/aspnetcore.mvc.ui.theme.basic",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "~3.0.1"
"@abp/aspnetcore.mvc.ui.theme.shared": "~3.0.2"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"
}

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

@ -1,24 +1,24 @@
{
"version": "3.0.1",
"version": "3.0.2",
"name": "@abp/aspnetcore.mvc.ui.theme.shared",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui": "~3.0.1",
"@abp/bootstrap": "~3.0.1",
"@abp/bootstrap-datepicker": "~3.0.1",
"@abp/datatables.net-bs4": "~3.0.1",
"@abp/font-awesome": "~3.0.1",
"@abp/jquery-form": "~3.0.1",
"@abp/jquery-validation-unobtrusive": "~3.0.1",
"@abp/lodash": "~3.0.1",
"@abp/luxon": "~3.0.1",
"@abp/malihu-custom-scrollbar-plugin": "~3.0.1",
"@abp/select2": "~3.0.1",
"@abp/sweetalert": "~3.0.1",
"@abp/timeago": "~3.0.1",
"@abp/toastr": "~3.0.1"
"@abp/aspnetcore.mvc.ui": "~3.0.2",
"@abp/bootstrap": "~3.0.2",
"@abp/bootstrap-datepicker": "~3.0.2",
"@abp/datatables.net-bs4": "~3.0.2",
"@abp/font-awesome": "~3.0.2",
"@abp/jquery-form": "~3.0.2",
"@abp/jquery-validation-unobtrusive": "~3.0.2",
"@abp/lodash": "~3.0.2",
"@abp/luxon": "~3.0.2",
"@abp/malihu-custom-scrollbar-plugin": "~3.0.2",
"@abp/select2": "~3.0.2",
"@abp/sweetalert": "~3.0.2",
"@abp/timeago": "~3.0.2",
"@abp/toastr": "~3.0.2"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"
}

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

@ -1,5 +1,5 @@
{
"version": "3.0.1",
"version": "3.0.2",
"name": "@abp/aspnetcore.mvc.ui",
"publishConfig": {
"access": "public"

10
npm/packs/blogging/package.json

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

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

@ -1,5 +1,5 @@
{
"version": "3.0.1",
"version": "3.0.2",
"name": "@abp/bootstrap-datepicker",
"publishConfig": {
"access": "public"

4
npm/packs/bootstrap/package.json

@ -1,11 +1,11 @@
{
"version": "3.0.1",
"version": "3.0.2",
"name": "@abp/bootstrap",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~3.0.1",
"@abp/core": "~3.0.2",
"bootstrap": "^4.5.0",
"bootstrap-v4-rtl": "4.4.1-2"
},

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

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

4
npm/packs/clipboard/package.json

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

4
npm/packs/codemirror/package.json

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

2
npm/packs/core/package.json

@ -1,5 +1,5 @@
{
"version": "3.0.1",
"version": "3.0.2",
"name": "@abp/core",
"publishConfig": {
"access": "public"

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

@ -1,11 +1,11 @@
{
"version": "3.0.1",
"version": "3.0.2",
"name": "@abp/datatables.net-bs4",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/datatables.net": "~3.0.1",
"@abp/datatables.net": "~3.0.2",
"datatables.net-bs4": "^1.10.21"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

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

@ -1,11 +1,11 @@
{
"version": "3.0.1",
"version": "3.0.2",
"name": "@abp/datatables.net",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery": "~3.0.1",
"@abp/jquery": "~3.0.2",
"datatables.net": "^1.10.21"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

12
npm/packs/docs/package.json

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

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

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

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

@ -1,11 +1,11 @@
{
"version": "3.0.1",
"version": "3.0.2",
"name": "@abp/font-awesome",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~3.0.1",
"@abp/core": "~3.0.2",
"@fortawesome/fontawesome-free": "^5.13.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

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

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

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

@ -1,11 +1,11 @@
{
"version": "3.0.1",
"version": "3.0.2",
"name": "@abp/jquery-form",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery": "~3.0.1",
"@abp/jquery": "~3.0.2",
"jquery-form": "^4.3.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

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

@ -1,11 +1,11 @@
{
"version": "3.0.1",
"version": "3.0.2",
"name": "@abp/jquery-validation-unobtrusive",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery-validation": "~3.0.1",
"@abp/jquery-validation": "~3.0.2",
"jquery-validation-unobtrusive": "^3.2.11"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

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

@ -1,11 +1,11 @@
{
"version": "3.0.1",
"version": "3.0.2",
"name": "@abp/jquery-validation",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery": "~3.0.1",
"@abp/jquery": "~3.0.2",
"jquery-validation": "^1.19.2"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/jquery/package.json

@ -1,11 +1,11 @@
{
"version": "3.0.1",
"version": "3.0.2",
"name": "@abp/jquery",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~3.0.1",
"@abp/core": "~3.0.2",
"jquery": "~3.5.1"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/jstree/package.json

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

4
npm/packs/lodash/package.json

@ -1,11 +1,11 @@
{
"version": "3.0.1",
"version": "3.0.2",
"name": "@abp/lodash",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~3.0.1",
"@abp/core": "~3.0.2",
"lodash": "^4.17.15"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

2
npm/packs/luxon/package.json

@ -1,5 +1,5 @@
{
"version": "3.0.1",
"version": "3.0.2",
"name": "@abp/luxon",
"publishConfig": {
"access": "public"

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

@ -1,11 +1,11 @@
{
"version": "3.0.1",
"version": "3.0.2",
"name": "@abp/malihu-custom-scrollbar-plugin",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~3.0.1",
"@abp/core": "~3.0.2",
"malihu-custom-scrollbar-plugin": "^3.1.5"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

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

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

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

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

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

@ -1,11 +1,11 @@
{
"version": "3.0.1",
"version": "3.0.2",
"name": "@abp/popper.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~3.0.1",
"@abp/core": "~3.0.2",
"popper.js": "^1.16.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

6
npm/packs/prismjs/package.json

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

4
npm/packs/select2/package.json

@ -1,11 +1,11 @@
{
"version": "3.0.1",
"version": "3.0.2",
"name": "@abp/select2",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~3.0.1",
"@abp/core": "~3.0.2",
"select2": "^4.0.13"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/signalr/package.json

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

4
npm/packs/sweetalert/package.json

@ -1,11 +1,11 @@
{
"version": "3.0.1",
"version": "3.0.2",
"name": "@abp/sweetalert",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~3.0.1",
"@abp/core": "~3.0.2",
"sweetalert": "^2.1.2"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/timeago/package.json

@ -1,11 +1,11 @@
{
"version": "3.0.1",
"version": "3.0.2",
"name": "@abp/timeago",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery": "~3.0.1",
"@abp/jquery": "~3.0.2",
"timeago": "^1.6.7"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/toastr/package.json

@ -1,11 +1,11 @@
{
"version": "3.0.1",
"version": "3.0.2",
"name": "@abp/toastr",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery": "~3.0.1",
"@abp/jquery": "~3.0.2",
"toastr": "^2.1.4"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

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

@ -1,14 +1,14 @@
{
"version": "3.0.1",
"version": "3.0.2",
"name": "@abp/tui-editor",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/codemirror": "~3.0.1",
"@abp/highlight.js": "~3.0.1",
"@abp/jquery": "~3.0.1",
"@abp/markdown-it": "~3.0.1",
"@abp/codemirror": "~3.0.2",
"@abp/highlight.js": "~3.0.2",
"@abp/jquery": "~3.0.2",
"@abp/markdown-it": "~3.0.2",
"tui-editor": "^1.4.10"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/uppy/package.json

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

2
npm/packs/utils/package.json

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

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

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

10
templates/app/angular/package.json

@ -12,11 +12,11 @@
},
"private": true,
"dependencies": {
"@abp/ng.account": "~3.0.1",
"@abp/ng.identity": "~3.0.1",
"@abp/ng.setting-management": "~3.0.1",
"@abp/ng.tenant-management": "~3.0.1",
"@abp/ng.theme.basic": "~3.0.1",
"@abp/ng.account": "~3.0.2",
"@abp/ng.identity": "~3.0.2",
"@abp/ng.setting-management": "~3.0.2",
"@abp/ng.tenant-management": "~3.0.2",
"@abp/ng.theme.basic": "~3.0.2",
"@angular/animations": "~10.0.1",
"@angular/common": "~10.0.1",
"@angular/compiler": "~10.0.1",

2
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/package.json

@ -3,6 +3,6 @@
"name": "my-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "^3.0.1"
"@abp/aspnetcore.mvc.ui.theme.basic": "^3.0.2"
}
}

222
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/yarn.lock

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-3.0.1.tgz#21674211c5ffe3c32ab2eac3a45b92fe5aeac7e5"
integrity sha512-ejMfcqz0pdtPmW11NvnvRCSlWftrIaXK5SwIteIlm/vZ1ABAYOjH4Z4ucJCbv4VioyQRFKLqLwyCT3JdHdA5iQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-3.0.2.tgz#f971fc6afabf66cf73470e08ee8ed9ad5ac36d70"
integrity sha512-54/4SqG1Kqcj7hl4/DI5TE6ksnecKp/JNeIl/SE/Kpha23J9xothiyFVE+fE7ymZFPIy+HouGN+MIg+TDdqYTQ==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~3.0.1"
"@abp/aspnetcore.mvc.ui.theme.shared" "~3.0.2"
"@abp/aspnetcore.mvc.ui.theme.shared@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-3.0.1.tgz#dcfacf80bd276ac05f57a804c4e260c8281b30fd"
integrity sha512-TtkQDlThicD4fsMhp+dWB27HvY4Qg+1sIgU4zn/XOcUzeWoivmsFHv3oJV9uL+M8/78R537gcQRmEfRZReqjQA==
dependencies:
"@abp/aspnetcore.mvc.ui" "~3.0.1"
"@abp/bootstrap" "~3.0.1"
"@abp/bootstrap-datepicker" "~3.0.1"
"@abp/datatables.net-bs4" "~3.0.1"
"@abp/font-awesome" "~3.0.1"
"@abp/jquery-form" "~3.0.1"
"@abp/jquery-validation-unobtrusive" "~3.0.1"
"@abp/lodash" "~3.0.1"
"@abp/luxon" "~3.0.1"
"@abp/malihu-custom-scrollbar-plugin" "~3.0.1"
"@abp/select2" "~3.0.1"
"@abp/sweetalert" "~3.0.1"
"@abp/timeago" "~3.0.1"
"@abp/toastr" "~3.0.1"
"@abp/aspnetcore.mvc.ui@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-3.0.1.tgz#692c43132204c5a90f789ac4c2ee645ea3a81a1b"
integrity sha512-TcbPD7F0cMU32EkRxheyXD8iZVREiIpfRyh74TZApkPT9N4HhizvOqymOM1qPkcDjyWm4Ggdk+P8u+hwCMDijg==
"@abp/aspnetcore.mvc.ui.theme.shared@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-3.0.2.tgz#b0d6c38dc97d0bd4a010a7cc5c035ecd31c2ac87"
integrity sha512-KoltFRaJYZ6X8UB9actvkNF6TvsoftPDthyVMw/D+nstNwueWo4loYyiH7ukhZ3EpEYz7ROxDB04jQ9FaByPpw==
dependencies:
"@abp/aspnetcore.mvc.ui" "~3.0.2"
"@abp/bootstrap" "~3.0.2"
"@abp/bootstrap-datepicker" "~3.0.2"
"@abp/datatables.net-bs4" "~3.0.2"
"@abp/font-awesome" "~3.0.2"
"@abp/jquery-form" "~3.0.2"
"@abp/jquery-validation-unobtrusive" "~3.0.2"
"@abp/lodash" "~3.0.2"
"@abp/luxon" "~3.0.2"
"@abp/malihu-custom-scrollbar-plugin" "~3.0.2"
"@abp/select2" "~3.0.2"
"@abp/sweetalert" "~3.0.2"
"@abp/timeago" "~3.0.2"
"@abp/toastr" "~3.0.2"
"@abp/aspnetcore.mvc.ui@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-3.0.2.tgz#2a7a481488681f41ed756b434a18a3a03181d366"
integrity sha512-TfJhqNSC66crMyJSRWswTP6bli2WYOZsBmkMH7ziei/uSp7KMUUM16n47qPGEye/jx7E4P3NYG0WH7wCyhgS6A==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,138 +41,138 @@
path "^0.12.7"
rimraf "^3.0.2"
"@abp/bootstrap-datepicker@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-3.0.1.tgz#595a88102f7173136b418634c1a276e67bab09ca"
integrity sha512-Pee5Q0lzYkm7qhVfDT/nZTRisZnwvS+FUwqGOkmq/WDgB9LwjgIww8EyzQEWanLfkrsROALTg529rJPfWdXPNQ==
"@abp/bootstrap-datepicker@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-3.0.2.tgz#4c4bc2d667d82f299df753a741de0de3333db244"
integrity sha512-vlsKrW0XraHnVJlkv5zm4xVO/+LX9Fz9x6x2B5nHS2DnMnusENaCyvynWwIrm95/lQyXbkUQ1rjnNpI8/5p5TQ==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-3.0.1.tgz#d478f5bf773e7e25065918adc93eae37f773e4b6"
integrity sha512-TYNRM+nE8OaVYeUgtGtO41RSqJkBXMv7XRiYDG4FZf4vnSCR/E0pc8Hp7WUki6rO83WVWJeBAntmh3U48G+pOA==
"@abp/bootstrap@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-3.0.2.tgz#129b119594cf1ff211736b4295c254bcd7d2174f"
integrity sha512-cbJSsaxVEkP+pvVH+2GaYDn/u2u2sPF8oOQb89ZYOy46d+gVph8ZMuJ4f6pefei8Ps2h+q1JPbb8UPkzyI53Ig==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
bootstrap "^4.5.0"
bootstrap-v4-rtl "4.4.1-2"
"@abp/core@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-3.0.1.tgz#ac3f55d8fe4100a1c318b4e8d48e77376206f521"
integrity sha512-2pBiSoJGP0nRIb1avJ4lMNQUqoPmR3DCNrvmBkYMHgiv8BS2Qc9qxf8iW3NQ3tymxDH8QO/TGaej24tpbhZQUQ==
"@abp/core@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-3.0.2.tgz#88f4c8484a743f50c8980c1bb26cb79f453b9e3f"
integrity sha512-qMwY3YCpzTRmAkPH1u5ViduWjZdRgS9uu7chV+E+Iq7wknJ/JPtE/TrAUYbz/QhA7LFXoA74ZjbOeBW48x/cQA==
dependencies:
"@abp/utils" "~2.9.0"
"@abp/datatables.net-bs4@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-3.0.1.tgz#9a7617f2fe42bf876613fe8b5012a7901444586d"
integrity sha512-DyqK8+H7Vo+AuLJsZ6tdh/yN5JfQxUqCAk2gPbv6OqJp1tw6EbbSzPW7wVyRfy3dEHDTENBivkJQH2+G3ba2aQ==
"@abp/datatables.net-bs4@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-3.0.2.tgz#f16291b21352a07fe509daeec5b18da56c366157"
integrity sha512-jXM1B2hcNQzAhnMvCyeBc1UWeNWKTtChLk5QYQuQFbxifIT9WPT1Rs9+Q4QlV1VgTq2xzkOnZmXFjCmeQvMWgg==
dependencies:
"@abp/datatables.net" "~3.0.1"
"@abp/datatables.net" "~3.0.2"
datatables.net-bs4 "^1.10.21"
"@abp/datatables.net@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-3.0.1.tgz#4556bba2f9a337ec4580416e31963ea0c9e10e29"
integrity sha512-5MBTxVdrui65dq7hKgSsxmcg1xm+IJk0MMpXKlw7DdfqmxXcpOcVFSmVV5xg9vYrc8iK1i5+5hOfQDZeEzRzPw==
"@abp/datatables.net@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-3.0.2.tgz#13b0812f448e4cde29518fd38855d4eb285e8d52"
integrity sha512-KKJ11FxJmMuY+/5MqECnyUfVGrap0M4RYfVzt4wunfNA8xOufSMdsak1AbZU9/f6ygc4BTvVQV+ikmDpeaNHiQ==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
datatables.net "^1.10.21"
"@abp/font-awesome@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-3.0.1.tgz#81c79a917d6f77894033b2eacbff033f9da467c5"
integrity sha512-DSgsiQ29OQwS8hgZ+0Xxbqax01vVEcXJvIisrurdkSuW728GHV/PZpWUl/CnHsJxTnUWO//eLRogXkNYsTqoRQ==
"@abp/font-awesome@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-3.0.2.tgz#85abed5014e1324925142ee3e81f23f9fbffd264"
integrity sha512-z4sw7LPQ2meajQbfCNu1I7lLho6K5cDCU1RZzHfTvry3FWRNrG5I5amvqEgC7/IAzz8WcRk/6O93rJFDuXKiHg==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
"@fortawesome/fontawesome-free" "^5.13.0"
"@abp/jquery-form@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-3.0.1.tgz#932934267b518ab012412808d60e262e9c4eaf95"
integrity sha512-ked53XkkWPHIrOpQpR6LgkpdW2EG/4FZKhVqpf9KgVyExbqEtc4+8NV9dplXfFJOA4HpfHEnOHttqqq3dmnbsg==
"@abp/jquery-form@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-3.0.2.tgz#6c1a3e1ae19add336bdf0c0d7ec8ff041303002d"
integrity sha512-UhjfO2h4ZnaYEncZ3ez8AnLzhg6D0oHy1GFjs3se+0u7rFR2iJ7YN3VlEeHweZokAzlVwoSrNXOKYRkhL8V75g==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-3.0.1.tgz#de911356a66b426e1a783a60e50aea4ab8000342"
integrity sha512-ANpqIehI9YPRRJCj4cTcLRBsKjVZsmOBjZBF1K4Dfa0n2DEVtPqPrmHzkpLvxxbdw6P9JFCdOvGZeSYxqPfbgQ==
"@abp/jquery-validation-unobtrusive@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-3.0.2.tgz#50dc6b9b0366b83790ec9d342eb9bd397037102b"
integrity sha512-xx2A0E5I7KFPU1wRK7edvwYk+gcjMFRnnhJYwg1CELAmzeaYORDo6gwXqywcyIIEpFSIKcqIMih4A/mFObq85w==
dependencies:
"@abp/jquery-validation" "~3.0.1"
"@abp/jquery-validation" "~3.0.2"
jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-3.0.1.tgz#21292bb4a750c9dff7bf451cf6aaceb9d3720b05"
integrity sha512-QIleJ4Hcj7doNnD3qTN1WySJIbMmb3K/FLrin/n1rISoJfrF3da0Snjz7hMv+BQVQK/5OJAJ08rcw6EmaGNwMA==
"@abp/jquery-validation@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-3.0.2.tgz#9477215ae684b394ab6c5a0deeac7a3615c2ff18"
integrity sha512-gJQrjScSJeAEMtR348QdsjtdMFut2GCrt070VaNrm0PpM7lhEue6Qq+M6/HJt44puRyyJxoxg6NJvnFm2RKbVQ==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
jquery-validation "^1.19.2"
"@abp/jquery@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-3.0.1.tgz#2530d960c0bab43430df81df705063fba0a78520"
integrity sha512-M2MGyGlm4QzE17TGavjCNsZKHuRrfYg8zBz6eur5Z2Qepf8+pXTE4B59kPoNIzRT+MBpquR+N/VdH+vW1Jp8kQ==
"@abp/jquery@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-3.0.2.tgz#d0e2bc7cecb4e6b4841b34779c81996b8f58e208"
integrity sha512-Xx/Qavk0khWu8H6vFi8IvrDu3LtWQCXo+NXi6qF2hPFgC2i9iWu9NQLAO5Wp9rZ+ZcAoLiQfSLYe2ZA9gNufcg==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
jquery "~3.5.1"
"@abp/lodash@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-3.0.1.tgz#01c1c1717f0bb98d3077d0e531cb3e2c60576b80"
integrity sha512-GKUVvj5Z7kUfd2Gc9nKroduJEH9ZOKlkpIFt23KpbTGv2bT0NrmA7xJuOxK3h+5dKTAovQSR6rtVA13hDBFRGw==
"@abp/lodash@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-3.0.2.tgz#922fcf503952df0ec9944529d2c5cda1c274eaa5"
integrity sha512-RxboDnNPz8VZQiOW6gu51sbZ7lkXJ7snUyYn1luKk6IVZUoQf3l+LmJ1rLYiyprMniwIcjHfUNYJOu3sk02lig==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
lodash "^4.17.15"
"@abp/luxon@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-3.0.1.tgz#5b8e15896f0c5b33f5da05c9db51cfd17bd366a8"
integrity sha512-6mo0wR3mblAgZGSqJJH2oAjmg8/2vdCWaZBsR1iJGsyafFn+D0XWBOxqB+tASnqGNuyIRJAOKB1gs17l7OvzQg==
"@abp/luxon@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-3.0.2.tgz#5c57ac2bd834804e725bc3ceb4014cbf2ac7afac"
integrity sha512-ysQ4/MWFWxXdu+QFSBSAufrTCyFF5yZC8ByMYk9ezvkRzzUl+Q4mO1cKV7IXDD+saQeAljKEehvyXS9hpGqf0A==
dependencies:
luxon "^1.24.1"
"@abp/malihu-custom-scrollbar-plugin@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-3.0.1.tgz#9a0ae71fbe78ff70698f4cb6724ad8d98ce6ff1a"
integrity sha512-0KsHUZC5TygzoorXdX1I8rJPntAEV4wHSD2pfZhdguTkb1/rAkggDH47drqkiUze6meBRp9OVCpHT8UZD8ZpGw==
"@abp/malihu-custom-scrollbar-plugin@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-3.0.2.tgz#809c20a750b82872fa8e3a57d67c4e50ccb12ce5"
integrity sha512-7GkH4HhxnSciZa/hLR78AB1KYKoic0skU0A/MEYl3E/LWoQ5KpvRDsbhQw90ZKnfXOV+shb7P1sxNlz3bdI/hQ==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-3.0.1.tgz#3015f9103c94c56f6646d30ba785629931cf3cad"
integrity sha512-PDmGw+0gannJxAc+ERMR/KM51gZ3ykAkAlvqw25UFAfN3kAGcqu0Ue9bmQ8m4EMyDLA3g6/ZFge3mkBuX2ogRQ==
"@abp/select2@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-3.0.2.tgz#8f970c99c1203a43c0651c0a5c27f6b056442386"
integrity sha512-YgIbaZWoaUzoz8TJQOi7ltPjLHtP0x7unPVnzs94hEPsIHaIBuITZNws93UpF5OJ0peVYCcdPpJXBjGW79kK1A==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
select2 "^4.0.13"
"@abp/sweetalert@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-3.0.1.tgz#4cd04d224b2d556eb354b5a229afa8265798aa0b"
integrity sha512-pGgJiqr+zTovbREIBGlRk2q33/obvbWJxev8VQTFugQEckUHvIUVrXyzVhOLdlMJnWN1ZN4S+l1E1uNhe4+MPA==
"@abp/sweetalert@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-3.0.2.tgz#c3f1fb7c56ba965ea0717ab80e4cae83b01c7bc2"
integrity sha512-HDNFt9PfFZDYMQ72m4l9M56WlDsG9k9Y51LnXp6hQIbQcw/e2wBi7CGfd6qsspQhoiyjhelz2/EDpBsubE5J7w==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
sweetalert "^2.1.2"
"@abp/timeago@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-3.0.1.tgz#6e30e8d2c2e52766e110f74f5ecfce6673964efe"
integrity sha512-7HfxjfJ7vQQcoI6oulB2gjyNuA3vVMPSep0qSmSAZuIYhm/Im/h87qG1i16dxLea4MVaFjnRqKwaNCVvlrxSNA==
"@abp/timeago@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-3.0.2.tgz#f7aa843c8a934982af4e58a9e3a4bc4860ba2d84"
integrity sha512-PCTBRKqbHq3Qu8WPHIvNz2M+LY4tlR5URmJjvxuK+ckJzPI8bd7XsonJ1naf2BYyC1THlmRH1jA45yaTP8/juw==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
timeago "^1.6.7"
"@abp/toastr@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-3.0.1.tgz#b3c9eefc09ac94cb3e672e3cd04ade24d8d2b7ce"
integrity sha512-FqM0bjXDusAyJEemTwRd45NiAXx7R6RA583sjBBigLB8xAXx898Yiy2zQT+2vDGhAc0WuX1gcYnNVfR1KexjVQ==
"@abp/toastr@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-3.0.2.tgz#97e74c2bb5c86b400c831ad7c8543a7caea8c6c1"
integrity sha512-UqQX/1PZ0scm5Agparb8raM/L6yiVVuksfS7WKpeq3YtAp1Wd2og+7PxnAxeUlWchzHXgfsuBioPjLMvVTK0VQ==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
toastr "^2.1.4"
"@abp/utils@~2.9.0":

2
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/package.json

@ -3,6 +3,6 @@
"name": "my-app-identityserver",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "^3.0.1"
"@abp/aspnetcore.mvc.ui.theme.basic": "^3.0.2"
}
}

222
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/yarn.lock

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-3.0.1.tgz#21674211c5ffe3c32ab2eac3a45b92fe5aeac7e5"
integrity sha512-ejMfcqz0pdtPmW11NvnvRCSlWftrIaXK5SwIteIlm/vZ1ABAYOjH4Z4ucJCbv4VioyQRFKLqLwyCT3JdHdA5iQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-3.0.2.tgz#f971fc6afabf66cf73470e08ee8ed9ad5ac36d70"
integrity sha512-54/4SqG1Kqcj7hl4/DI5TE6ksnecKp/JNeIl/SE/Kpha23J9xothiyFVE+fE7ymZFPIy+HouGN+MIg+TDdqYTQ==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~3.0.1"
"@abp/aspnetcore.mvc.ui.theme.shared" "~3.0.2"
"@abp/aspnetcore.mvc.ui.theme.shared@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-3.0.1.tgz#dcfacf80bd276ac05f57a804c4e260c8281b30fd"
integrity sha512-TtkQDlThicD4fsMhp+dWB27HvY4Qg+1sIgU4zn/XOcUzeWoivmsFHv3oJV9uL+M8/78R537gcQRmEfRZReqjQA==
dependencies:
"@abp/aspnetcore.mvc.ui" "~3.0.1"
"@abp/bootstrap" "~3.0.1"
"@abp/bootstrap-datepicker" "~3.0.1"
"@abp/datatables.net-bs4" "~3.0.1"
"@abp/font-awesome" "~3.0.1"
"@abp/jquery-form" "~3.0.1"
"@abp/jquery-validation-unobtrusive" "~3.0.1"
"@abp/lodash" "~3.0.1"
"@abp/luxon" "~3.0.1"
"@abp/malihu-custom-scrollbar-plugin" "~3.0.1"
"@abp/select2" "~3.0.1"
"@abp/sweetalert" "~3.0.1"
"@abp/timeago" "~3.0.1"
"@abp/toastr" "~3.0.1"
"@abp/aspnetcore.mvc.ui@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-3.0.1.tgz#692c43132204c5a90f789ac4c2ee645ea3a81a1b"
integrity sha512-TcbPD7F0cMU32EkRxheyXD8iZVREiIpfRyh74TZApkPT9N4HhizvOqymOM1qPkcDjyWm4Ggdk+P8u+hwCMDijg==
"@abp/aspnetcore.mvc.ui.theme.shared@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-3.0.2.tgz#b0d6c38dc97d0bd4a010a7cc5c035ecd31c2ac87"
integrity sha512-KoltFRaJYZ6X8UB9actvkNF6TvsoftPDthyVMw/D+nstNwueWo4loYyiH7ukhZ3EpEYz7ROxDB04jQ9FaByPpw==
dependencies:
"@abp/aspnetcore.mvc.ui" "~3.0.2"
"@abp/bootstrap" "~3.0.2"
"@abp/bootstrap-datepicker" "~3.0.2"
"@abp/datatables.net-bs4" "~3.0.2"
"@abp/font-awesome" "~3.0.2"
"@abp/jquery-form" "~3.0.2"
"@abp/jquery-validation-unobtrusive" "~3.0.2"
"@abp/lodash" "~3.0.2"
"@abp/luxon" "~3.0.2"
"@abp/malihu-custom-scrollbar-plugin" "~3.0.2"
"@abp/select2" "~3.0.2"
"@abp/sweetalert" "~3.0.2"
"@abp/timeago" "~3.0.2"
"@abp/toastr" "~3.0.2"
"@abp/aspnetcore.mvc.ui@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-3.0.2.tgz#2a7a481488681f41ed756b434a18a3a03181d366"
integrity sha512-TfJhqNSC66crMyJSRWswTP6bli2WYOZsBmkMH7ziei/uSp7KMUUM16n47qPGEye/jx7E4P3NYG0WH7wCyhgS6A==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,138 +41,138 @@
path "^0.12.7"
rimraf "^3.0.2"
"@abp/bootstrap-datepicker@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-3.0.1.tgz#595a88102f7173136b418634c1a276e67bab09ca"
integrity sha512-Pee5Q0lzYkm7qhVfDT/nZTRisZnwvS+FUwqGOkmq/WDgB9LwjgIww8EyzQEWanLfkrsROALTg529rJPfWdXPNQ==
"@abp/bootstrap-datepicker@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-3.0.2.tgz#4c4bc2d667d82f299df753a741de0de3333db244"
integrity sha512-vlsKrW0XraHnVJlkv5zm4xVO/+LX9Fz9x6x2B5nHS2DnMnusENaCyvynWwIrm95/lQyXbkUQ1rjnNpI8/5p5TQ==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-3.0.1.tgz#d478f5bf773e7e25065918adc93eae37f773e4b6"
integrity sha512-TYNRM+nE8OaVYeUgtGtO41RSqJkBXMv7XRiYDG4FZf4vnSCR/E0pc8Hp7WUki6rO83WVWJeBAntmh3U48G+pOA==
"@abp/bootstrap@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-3.0.2.tgz#129b119594cf1ff211736b4295c254bcd7d2174f"
integrity sha512-cbJSsaxVEkP+pvVH+2GaYDn/u2u2sPF8oOQb89ZYOy46d+gVph8ZMuJ4f6pefei8Ps2h+q1JPbb8UPkzyI53Ig==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
bootstrap "^4.5.0"
bootstrap-v4-rtl "4.4.1-2"
"@abp/core@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-3.0.1.tgz#ac3f55d8fe4100a1c318b4e8d48e77376206f521"
integrity sha512-2pBiSoJGP0nRIb1avJ4lMNQUqoPmR3DCNrvmBkYMHgiv8BS2Qc9qxf8iW3NQ3tymxDH8QO/TGaej24tpbhZQUQ==
"@abp/core@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-3.0.2.tgz#88f4c8484a743f50c8980c1bb26cb79f453b9e3f"
integrity sha512-qMwY3YCpzTRmAkPH1u5ViduWjZdRgS9uu7chV+E+Iq7wknJ/JPtE/TrAUYbz/QhA7LFXoA74ZjbOeBW48x/cQA==
dependencies:
"@abp/utils" "~2.9.0"
"@abp/datatables.net-bs4@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-3.0.1.tgz#9a7617f2fe42bf876613fe8b5012a7901444586d"
integrity sha512-DyqK8+H7Vo+AuLJsZ6tdh/yN5JfQxUqCAk2gPbv6OqJp1tw6EbbSzPW7wVyRfy3dEHDTENBivkJQH2+G3ba2aQ==
"@abp/datatables.net-bs4@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-3.0.2.tgz#f16291b21352a07fe509daeec5b18da56c366157"
integrity sha512-jXM1B2hcNQzAhnMvCyeBc1UWeNWKTtChLk5QYQuQFbxifIT9WPT1Rs9+Q4QlV1VgTq2xzkOnZmXFjCmeQvMWgg==
dependencies:
"@abp/datatables.net" "~3.0.1"
"@abp/datatables.net" "~3.0.2"
datatables.net-bs4 "^1.10.21"
"@abp/datatables.net@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-3.0.1.tgz#4556bba2f9a337ec4580416e31963ea0c9e10e29"
integrity sha512-5MBTxVdrui65dq7hKgSsxmcg1xm+IJk0MMpXKlw7DdfqmxXcpOcVFSmVV5xg9vYrc8iK1i5+5hOfQDZeEzRzPw==
"@abp/datatables.net@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-3.0.2.tgz#13b0812f448e4cde29518fd38855d4eb285e8d52"
integrity sha512-KKJ11FxJmMuY+/5MqECnyUfVGrap0M4RYfVzt4wunfNA8xOufSMdsak1AbZU9/f6ygc4BTvVQV+ikmDpeaNHiQ==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
datatables.net "^1.10.21"
"@abp/font-awesome@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-3.0.1.tgz#81c79a917d6f77894033b2eacbff033f9da467c5"
integrity sha512-DSgsiQ29OQwS8hgZ+0Xxbqax01vVEcXJvIisrurdkSuW728GHV/PZpWUl/CnHsJxTnUWO//eLRogXkNYsTqoRQ==
"@abp/font-awesome@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-3.0.2.tgz#85abed5014e1324925142ee3e81f23f9fbffd264"
integrity sha512-z4sw7LPQ2meajQbfCNu1I7lLho6K5cDCU1RZzHfTvry3FWRNrG5I5amvqEgC7/IAzz8WcRk/6O93rJFDuXKiHg==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
"@fortawesome/fontawesome-free" "^5.13.0"
"@abp/jquery-form@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-3.0.1.tgz#932934267b518ab012412808d60e262e9c4eaf95"
integrity sha512-ked53XkkWPHIrOpQpR6LgkpdW2EG/4FZKhVqpf9KgVyExbqEtc4+8NV9dplXfFJOA4HpfHEnOHttqqq3dmnbsg==
"@abp/jquery-form@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-3.0.2.tgz#6c1a3e1ae19add336bdf0c0d7ec8ff041303002d"
integrity sha512-UhjfO2h4ZnaYEncZ3ez8AnLzhg6D0oHy1GFjs3se+0u7rFR2iJ7YN3VlEeHweZokAzlVwoSrNXOKYRkhL8V75g==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-3.0.1.tgz#de911356a66b426e1a783a60e50aea4ab8000342"
integrity sha512-ANpqIehI9YPRRJCj4cTcLRBsKjVZsmOBjZBF1K4Dfa0n2DEVtPqPrmHzkpLvxxbdw6P9JFCdOvGZeSYxqPfbgQ==
"@abp/jquery-validation-unobtrusive@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-3.0.2.tgz#50dc6b9b0366b83790ec9d342eb9bd397037102b"
integrity sha512-xx2A0E5I7KFPU1wRK7edvwYk+gcjMFRnnhJYwg1CELAmzeaYORDo6gwXqywcyIIEpFSIKcqIMih4A/mFObq85w==
dependencies:
"@abp/jquery-validation" "~3.0.1"
"@abp/jquery-validation" "~3.0.2"
jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-3.0.1.tgz#21292bb4a750c9dff7bf451cf6aaceb9d3720b05"
integrity sha512-QIleJ4Hcj7doNnD3qTN1WySJIbMmb3K/FLrin/n1rISoJfrF3da0Snjz7hMv+BQVQK/5OJAJ08rcw6EmaGNwMA==
"@abp/jquery-validation@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-3.0.2.tgz#9477215ae684b394ab6c5a0deeac7a3615c2ff18"
integrity sha512-gJQrjScSJeAEMtR348QdsjtdMFut2GCrt070VaNrm0PpM7lhEue6Qq+M6/HJt44puRyyJxoxg6NJvnFm2RKbVQ==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
jquery-validation "^1.19.2"
"@abp/jquery@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-3.0.1.tgz#2530d960c0bab43430df81df705063fba0a78520"
integrity sha512-M2MGyGlm4QzE17TGavjCNsZKHuRrfYg8zBz6eur5Z2Qepf8+pXTE4B59kPoNIzRT+MBpquR+N/VdH+vW1Jp8kQ==
"@abp/jquery@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-3.0.2.tgz#d0e2bc7cecb4e6b4841b34779c81996b8f58e208"
integrity sha512-Xx/Qavk0khWu8H6vFi8IvrDu3LtWQCXo+NXi6qF2hPFgC2i9iWu9NQLAO5Wp9rZ+ZcAoLiQfSLYe2ZA9gNufcg==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
jquery "~3.5.1"
"@abp/lodash@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-3.0.1.tgz#01c1c1717f0bb98d3077d0e531cb3e2c60576b80"
integrity sha512-GKUVvj5Z7kUfd2Gc9nKroduJEH9ZOKlkpIFt23KpbTGv2bT0NrmA7xJuOxK3h+5dKTAovQSR6rtVA13hDBFRGw==
"@abp/lodash@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-3.0.2.tgz#922fcf503952df0ec9944529d2c5cda1c274eaa5"
integrity sha512-RxboDnNPz8VZQiOW6gu51sbZ7lkXJ7snUyYn1luKk6IVZUoQf3l+LmJ1rLYiyprMniwIcjHfUNYJOu3sk02lig==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
lodash "^4.17.15"
"@abp/luxon@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-3.0.1.tgz#5b8e15896f0c5b33f5da05c9db51cfd17bd366a8"
integrity sha512-6mo0wR3mblAgZGSqJJH2oAjmg8/2vdCWaZBsR1iJGsyafFn+D0XWBOxqB+tASnqGNuyIRJAOKB1gs17l7OvzQg==
"@abp/luxon@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-3.0.2.tgz#5c57ac2bd834804e725bc3ceb4014cbf2ac7afac"
integrity sha512-ysQ4/MWFWxXdu+QFSBSAufrTCyFF5yZC8ByMYk9ezvkRzzUl+Q4mO1cKV7IXDD+saQeAljKEehvyXS9hpGqf0A==
dependencies:
luxon "^1.24.1"
"@abp/malihu-custom-scrollbar-plugin@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-3.0.1.tgz#9a0ae71fbe78ff70698f4cb6724ad8d98ce6ff1a"
integrity sha512-0KsHUZC5TygzoorXdX1I8rJPntAEV4wHSD2pfZhdguTkb1/rAkggDH47drqkiUze6meBRp9OVCpHT8UZD8ZpGw==
"@abp/malihu-custom-scrollbar-plugin@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-3.0.2.tgz#809c20a750b82872fa8e3a57d67c4e50ccb12ce5"
integrity sha512-7GkH4HhxnSciZa/hLR78AB1KYKoic0skU0A/MEYl3E/LWoQ5KpvRDsbhQw90ZKnfXOV+shb7P1sxNlz3bdI/hQ==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-3.0.1.tgz#3015f9103c94c56f6646d30ba785629931cf3cad"
integrity sha512-PDmGw+0gannJxAc+ERMR/KM51gZ3ykAkAlvqw25UFAfN3kAGcqu0Ue9bmQ8m4EMyDLA3g6/ZFge3mkBuX2ogRQ==
"@abp/select2@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-3.0.2.tgz#8f970c99c1203a43c0651c0a5c27f6b056442386"
integrity sha512-YgIbaZWoaUzoz8TJQOi7ltPjLHtP0x7unPVnzs94hEPsIHaIBuITZNws93UpF5OJ0peVYCcdPpJXBjGW79kK1A==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
select2 "^4.0.13"
"@abp/sweetalert@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-3.0.1.tgz#4cd04d224b2d556eb354b5a229afa8265798aa0b"
integrity sha512-pGgJiqr+zTovbREIBGlRk2q33/obvbWJxev8VQTFugQEckUHvIUVrXyzVhOLdlMJnWN1ZN4S+l1E1uNhe4+MPA==
"@abp/sweetalert@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-3.0.2.tgz#c3f1fb7c56ba965ea0717ab80e4cae83b01c7bc2"
integrity sha512-HDNFt9PfFZDYMQ72m4l9M56WlDsG9k9Y51LnXp6hQIbQcw/e2wBi7CGfd6qsspQhoiyjhelz2/EDpBsubE5J7w==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
sweetalert "^2.1.2"
"@abp/timeago@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-3.0.1.tgz#6e30e8d2c2e52766e110f74f5ecfce6673964efe"
integrity sha512-7HfxjfJ7vQQcoI6oulB2gjyNuA3vVMPSep0qSmSAZuIYhm/Im/h87qG1i16dxLea4MVaFjnRqKwaNCVvlrxSNA==
"@abp/timeago@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-3.0.2.tgz#f7aa843c8a934982af4e58a9e3a4bc4860ba2d84"
integrity sha512-PCTBRKqbHq3Qu8WPHIvNz2M+LY4tlR5URmJjvxuK+ckJzPI8bd7XsonJ1naf2BYyC1THlmRH1jA45yaTP8/juw==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
timeago "^1.6.7"
"@abp/toastr@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-3.0.1.tgz#b3c9eefc09ac94cb3e672e3cd04ade24d8d2b7ce"
integrity sha512-FqM0bjXDusAyJEemTwRd45NiAXx7R6RA583sjBBigLB8xAXx898Yiy2zQT+2vDGhAc0WuX1gcYnNVfR1KexjVQ==
"@abp/toastr@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-3.0.2.tgz#97e74c2bb5c86b400c831ad7c8543a7caea8c6c1"
integrity sha512-UqQX/1PZ0scm5Agparb8raM/L6yiVVuksfS7WKpeq3YtAp1Wd2og+7PxnAxeUlWchzHXgfsuBioPjLMvVTK0VQ==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
toastr "^2.1.4"
"@abp/utils@~2.9.0":

2
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/package.json

@ -3,6 +3,6 @@
"name": "my-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "^3.0.1"
"@abp/aspnetcore.mvc.ui.theme.basic": "^3.0.2"
}
}

222
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/yarn.lock

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-3.0.1.tgz#21674211c5ffe3c32ab2eac3a45b92fe5aeac7e5"
integrity sha512-ejMfcqz0pdtPmW11NvnvRCSlWftrIaXK5SwIteIlm/vZ1ABAYOjH4Z4ucJCbv4VioyQRFKLqLwyCT3JdHdA5iQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-3.0.2.tgz#f971fc6afabf66cf73470e08ee8ed9ad5ac36d70"
integrity sha512-54/4SqG1Kqcj7hl4/DI5TE6ksnecKp/JNeIl/SE/Kpha23J9xothiyFVE+fE7ymZFPIy+HouGN+MIg+TDdqYTQ==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~3.0.1"
"@abp/aspnetcore.mvc.ui.theme.shared" "~3.0.2"
"@abp/aspnetcore.mvc.ui.theme.shared@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-3.0.1.tgz#dcfacf80bd276ac05f57a804c4e260c8281b30fd"
integrity sha512-TtkQDlThicD4fsMhp+dWB27HvY4Qg+1sIgU4zn/XOcUzeWoivmsFHv3oJV9uL+M8/78R537gcQRmEfRZReqjQA==
dependencies:
"@abp/aspnetcore.mvc.ui" "~3.0.1"
"@abp/bootstrap" "~3.0.1"
"@abp/bootstrap-datepicker" "~3.0.1"
"@abp/datatables.net-bs4" "~3.0.1"
"@abp/font-awesome" "~3.0.1"
"@abp/jquery-form" "~3.0.1"
"@abp/jquery-validation-unobtrusive" "~3.0.1"
"@abp/lodash" "~3.0.1"
"@abp/luxon" "~3.0.1"
"@abp/malihu-custom-scrollbar-plugin" "~3.0.1"
"@abp/select2" "~3.0.1"
"@abp/sweetalert" "~3.0.1"
"@abp/timeago" "~3.0.1"
"@abp/toastr" "~3.0.1"
"@abp/aspnetcore.mvc.ui@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-3.0.1.tgz#692c43132204c5a90f789ac4c2ee645ea3a81a1b"
integrity sha512-TcbPD7F0cMU32EkRxheyXD8iZVREiIpfRyh74TZApkPT9N4HhizvOqymOM1qPkcDjyWm4Ggdk+P8u+hwCMDijg==
"@abp/aspnetcore.mvc.ui.theme.shared@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-3.0.2.tgz#b0d6c38dc97d0bd4a010a7cc5c035ecd31c2ac87"
integrity sha512-KoltFRaJYZ6X8UB9actvkNF6TvsoftPDthyVMw/D+nstNwueWo4loYyiH7ukhZ3EpEYz7ROxDB04jQ9FaByPpw==
dependencies:
"@abp/aspnetcore.mvc.ui" "~3.0.2"
"@abp/bootstrap" "~3.0.2"
"@abp/bootstrap-datepicker" "~3.0.2"
"@abp/datatables.net-bs4" "~3.0.2"
"@abp/font-awesome" "~3.0.2"
"@abp/jquery-form" "~3.0.2"
"@abp/jquery-validation-unobtrusive" "~3.0.2"
"@abp/lodash" "~3.0.2"
"@abp/luxon" "~3.0.2"
"@abp/malihu-custom-scrollbar-plugin" "~3.0.2"
"@abp/select2" "~3.0.2"
"@abp/sweetalert" "~3.0.2"
"@abp/timeago" "~3.0.2"
"@abp/toastr" "~3.0.2"
"@abp/aspnetcore.mvc.ui@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-3.0.2.tgz#2a7a481488681f41ed756b434a18a3a03181d366"
integrity sha512-TfJhqNSC66crMyJSRWswTP6bli2WYOZsBmkMH7ziei/uSp7KMUUM16n47qPGEye/jx7E4P3NYG0WH7wCyhgS6A==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,138 +41,138 @@
path "^0.12.7"
rimraf "^3.0.2"
"@abp/bootstrap-datepicker@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-3.0.1.tgz#595a88102f7173136b418634c1a276e67bab09ca"
integrity sha512-Pee5Q0lzYkm7qhVfDT/nZTRisZnwvS+FUwqGOkmq/WDgB9LwjgIww8EyzQEWanLfkrsROALTg529rJPfWdXPNQ==
"@abp/bootstrap-datepicker@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-3.0.2.tgz#4c4bc2d667d82f299df753a741de0de3333db244"
integrity sha512-vlsKrW0XraHnVJlkv5zm4xVO/+LX9Fz9x6x2B5nHS2DnMnusENaCyvynWwIrm95/lQyXbkUQ1rjnNpI8/5p5TQ==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-3.0.1.tgz#d478f5bf773e7e25065918adc93eae37f773e4b6"
integrity sha512-TYNRM+nE8OaVYeUgtGtO41RSqJkBXMv7XRiYDG4FZf4vnSCR/E0pc8Hp7WUki6rO83WVWJeBAntmh3U48G+pOA==
"@abp/bootstrap@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-3.0.2.tgz#129b119594cf1ff211736b4295c254bcd7d2174f"
integrity sha512-cbJSsaxVEkP+pvVH+2GaYDn/u2u2sPF8oOQb89ZYOy46d+gVph8ZMuJ4f6pefei8Ps2h+q1JPbb8UPkzyI53Ig==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
bootstrap "^4.5.0"
bootstrap-v4-rtl "4.4.1-2"
"@abp/core@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-3.0.1.tgz#ac3f55d8fe4100a1c318b4e8d48e77376206f521"
integrity sha512-2pBiSoJGP0nRIb1avJ4lMNQUqoPmR3DCNrvmBkYMHgiv8BS2Qc9qxf8iW3NQ3tymxDH8QO/TGaej24tpbhZQUQ==
"@abp/core@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-3.0.2.tgz#88f4c8484a743f50c8980c1bb26cb79f453b9e3f"
integrity sha512-qMwY3YCpzTRmAkPH1u5ViduWjZdRgS9uu7chV+E+Iq7wknJ/JPtE/TrAUYbz/QhA7LFXoA74ZjbOeBW48x/cQA==
dependencies:
"@abp/utils" "~2.9.0"
"@abp/datatables.net-bs4@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-3.0.1.tgz#9a7617f2fe42bf876613fe8b5012a7901444586d"
integrity sha512-DyqK8+H7Vo+AuLJsZ6tdh/yN5JfQxUqCAk2gPbv6OqJp1tw6EbbSzPW7wVyRfy3dEHDTENBivkJQH2+G3ba2aQ==
"@abp/datatables.net-bs4@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-3.0.2.tgz#f16291b21352a07fe509daeec5b18da56c366157"
integrity sha512-jXM1B2hcNQzAhnMvCyeBc1UWeNWKTtChLk5QYQuQFbxifIT9WPT1Rs9+Q4QlV1VgTq2xzkOnZmXFjCmeQvMWgg==
dependencies:
"@abp/datatables.net" "~3.0.1"
"@abp/datatables.net" "~3.0.2"
datatables.net-bs4 "^1.10.21"
"@abp/datatables.net@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-3.0.1.tgz#4556bba2f9a337ec4580416e31963ea0c9e10e29"
integrity sha512-5MBTxVdrui65dq7hKgSsxmcg1xm+IJk0MMpXKlw7DdfqmxXcpOcVFSmVV5xg9vYrc8iK1i5+5hOfQDZeEzRzPw==
"@abp/datatables.net@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-3.0.2.tgz#13b0812f448e4cde29518fd38855d4eb285e8d52"
integrity sha512-KKJ11FxJmMuY+/5MqECnyUfVGrap0M4RYfVzt4wunfNA8xOufSMdsak1AbZU9/f6ygc4BTvVQV+ikmDpeaNHiQ==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
datatables.net "^1.10.21"
"@abp/font-awesome@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-3.0.1.tgz#81c79a917d6f77894033b2eacbff033f9da467c5"
integrity sha512-DSgsiQ29OQwS8hgZ+0Xxbqax01vVEcXJvIisrurdkSuW728GHV/PZpWUl/CnHsJxTnUWO//eLRogXkNYsTqoRQ==
"@abp/font-awesome@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-3.0.2.tgz#85abed5014e1324925142ee3e81f23f9fbffd264"
integrity sha512-z4sw7LPQ2meajQbfCNu1I7lLho6K5cDCU1RZzHfTvry3FWRNrG5I5amvqEgC7/IAzz8WcRk/6O93rJFDuXKiHg==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
"@fortawesome/fontawesome-free" "^5.13.0"
"@abp/jquery-form@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-3.0.1.tgz#932934267b518ab012412808d60e262e9c4eaf95"
integrity sha512-ked53XkkWPHIrOpQpR6LgkpdW2EG/4FZKhVqpf9KgVyExbqEtc4+8NV9dplXfFJOA4HpfHEnOHttqqq3dmnbsg==
"@abp/jquery-form@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-3.0.2.tgz#6c1a3e1ae19add336bdf0c0d7ec8ff041303002d"
integrity sha512-UhjfO2h4ZnaYEncZ3ez8AnLzhg6D0oHy1GFjs3se+0u7rFR2iJ7YN3VlEeHweZokAzlVwoSrNXOKYRkhL8V75g==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-3.0.1.tgz#de911356a66b426e1a783a60e50aea4ab8000342"
integrity sha512-ANpqIehI9YPRRJCj4cTcLRBsKjVZsmOBjZBF1K4Dfa0n2DEVtPqPrmHzkpLvxxbdw6P9JFCdOvGZeSYxqPfbgQ==
"@abp/jquery-validation-unobtrusive@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-3.0.2.tgz#50dc6b9b0366b83790ec9d342eb9bd397037102b"
integrity sha512-xx2A0E5I7KFPU1wRK7edvwYk+gcjMFRnnhJYwg1CELAmzeaYORDo6gwXqywcyIIEpFSIKcqIMih4A/mFObq85w==
dependencies:
"@abp/jquery-validation" "~3.0.1"
"@abp/jquery-validation" "~3.0.2"
jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-3.0.1.tgz#21292bb4a750c9dff7bf451cf6aaceb9d3720b05"
integrity sha512-QIleJ4Hcj7doNnD3qTN1WySJIbMmb3K/FLrin/n1rISoJfrF3da0Snjz7hMv+BQVQK/5OJAJ08rcw6EmaGNwMA==
"@abp/jquery-validation@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-3.0.2.tgz#9477215ae684b394ab6c5a0deeac7a3615c2ff18"
integrity sha512-gJQrjScSJeAEMtR348QdsjtdMFut2GCrt070VaNrm0PpM7lhEue6Qq+M6/HJt44puRyyJxoxg6NJvnFm2RKbVQ==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
jquery-validation "^1.19.2"
"@abp/jquery@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-3.0.1.tgz#2530d960c0bab43430df81df705063fba0a78520"
integrity sha512-M2MGyGlm4QzE17TGavjCNsZKHuRrfYg8zBz6eur5Z2Qepf8+pXTE4B59kPoNIzRT+MBpquR+N/VdH+vW1Jp8kQ==
"@abp/jquery@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-3.0.2.tgz#d0e2bc7cecb4e6b4841b34779c81996b8f58e208"
integrity sha512-Xx/Qavk0khWu8H6vFi8IvrDu3LtWQCXo+NXi6qF2hPFgC2i9iWu9NQLAO5Wp9rZ+ZcAoLiQfSLYe2ZA9gNufcg==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
jquery "~3.5.1"
"@abp/lodash@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-3.0.1.tgz#01c1c1717f0bb98d3077d0e531cb3e2c60576b80"
integrity sha512-GKUVvj5Z7kUfd2Gc9nKroduJEH9ZOKlkpIFt23KpbTGv2bT0NrmA7xJuOxK3h+5dKTAovQSR6rtVA13hDBFRGw==
"@abp/lodash@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-3.0.2.tgz#922fcf503952df0ec9944529d2c5cda1c274eaa5"
integrity sha512-RxboDnNPz8VZQiOW6gu51sbZ7lkXJ7snUyYn1luKk6IVZUoQf3l+LmJ1rLYiyprMniwIcjHfUNYJOu3sk02lig==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
lodash "^4.17.15"
"@abp/luxon@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-3.0.1.tgz#5b8e15896f0c5b33f5da05c9db51cfd17bd366a8"
integrity sha512-6mo0wR3mblAgZGSqJJH2oAjmg8/2vdCWaZBsR1iJGsyafFn+D0XWBOxqB+tASnqGNuyIRJAOKB1gs17l7OvzQg==
"@abp/luxon@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-3.0.2.tgz#5c57ac2bd834804e725bc3ceb4014cbf2ac7afac"
integrity sha512-ysQ4/MWFWxXdu+QFSBSAufrTCyFF5yZC8ByMYk9ezvkRzzUl+Q4mO1cKV7IXDD+saQeAljKEehvyXS9hpGqf0A==
dependencies:
luxon "^1.24.1"
"@abp/malihu-custom-scrollbar-plugin@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-3.0.1.tgz#9a0ae71fbe78ff70698f4cb6724ad8d98ce6ff1a"
integrity sha512-0KsHUZC5TygzoorXdX1I8rJPntAEV4wHSD2pfZhdguTkb1/rAkggDH47drqkiUze6meBRp9OVCpHT8UZD8ZpGw==
"@abp/malihu-custom-scrollbar-plugin@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-3.0.2.tgz#809c20a750b82872fa8e3a57d67c4e50ccb12ce5"
integrity sha512-7GkH4HhxnSciZa/hLR78AB1KYKoic0skU0A/MEYl3E/LWoQ5KpvRDsbhQw90ZKnfXOV+shb7P1sxNlz3bdI/hQ==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-3.0.1.tgz#3015f9103c94c56f6646d30ba785629931cf3cad"
integrity sha512-PDmGw+0gannJxAc+ERMR/KM51gZ3ykAkAlvqw25UFAfN3kAGcqu0Ue9bmQ8m4EMyDLA3g6/ZFge3mkBuX2ogRQ==
"@abp/select2@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-3.0.2.tgz#8f970c99c1203a43c0651c0a5c27f6b056442386"
integrity sha512-YgIbaZWoaUzoz8TJQOi7ltPjLHtP0x7unPVnzs94hEPsIHaIBuITZNws93UpF5OJ0peVYCcdPpJXBjGW79kK1A==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
select2 "^4.0.13"
"@abp/sweetalert@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-3.0.1.tgz#4cd04d224b2d556eb354b5a229afa8265798aa0b"
integrity sha512-pGgJiqr+zTovbREIBGlRk2q33/obvbWJxev8VQTFugQEckUHvIUVrXyzVhOLdlMJnWN1ZN4S+l1E1uNhe4+MPA==
"@abp/sweetalert@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-3.0.2.tgz#c3f1fb7c56ba965ea0717ab80e4cae83b01c7bc2"
integrity sha512-HDNFt9PfFZDYMQ72m4l9M56WlDsG9k9Y51LnXp6hQIbQcw/e2wBi7CGfd6qsspQhoiyjhelz2/EDpBsubE5J7w==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
sweetalert "^2.1.2"
"@abp/timeago@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-3.0.1.tgz#6e30e8d2c2e52766e110f74f5ecfce6673964efe"
integrity sha512-7HfxjfJ7vQQcoI6oulB2gjyNuA3vVMPSep0qSmSAZuIYhm/Im/h87qG1i16dxLea4MVaFjnRqKwaNCVvlrxSNA==
"@abp/timeago@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-3.0.2.tgz#f7aa843c8a934982af4e58a9e3a4bc4860ba2d84"
integrity sha512-PCTBRKqbHq3Qu8WPHIvNz2M+LY4tlR5URmJjvxuK+ckJzPI8bd7XsonJ1naf2BYyC1THlmRH1jA45yaTP8/juw==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
timeago "^1.6.7"
"@abp/toastr@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-3.0.1.tgz#b3c9eefc09ac94cb3e672e3cd04ade24d8d2b7ce"
integrity sha512-FqM0bjXDusAyJEemTwRd45NiAXx7R6RA583sjBBigLB8xAXx898Yiy2zQT+2vDGhAc0WuX1gcYnNVfR1KexjVQ==
"@abp/toastr@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-3.0.2.tgz#97e74c2bb5c86b400c831ad7c8543a7caea8c6c1"
integrity sha512-UqQX/1PZ0scm5Agparb8raM/L6yiVVuksfS7WKpeq3YtAp1Wd2og+7PxnAxeUlWchzHXgfsuBioPjLMvVTK0VQ==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
toastr "^2.1.4"
"@abp/utils@~2.9.0":

2
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/package.json

@ -3,6 +3,6 @@
"name": "my-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "^3.0.1"
"@abp/aspnetcore.mvc.ui.theme.basic": "^3.0.2"
}
}

222
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/yarn.lock

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-3.0.1.tgz#21674211c5ffe3c32ab2eac3a45b92fe5aeac7e5"
integrity sha512-ejMfcqz0pdtPmW11NvnvRCSlWftrIaXK5SwIteIlm/vZ1ABAYOjH4Z4ucJCbv4VioyQRFKLqLwyCT3JdHdA5iQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-3.0.2.tgz#f971fc6afabf66cf73470e08ee8ed9ad5ac36d70"
integrity sha512-54/4SqG1Kqcj7hl4/DI5TE6ksnecKp/JNeIl/SE/Kpha23J9xothiyFVE+fE7ymZFPIy+HouGN+MIg+TDdqYTQ==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~3.0.1"
"@abp/aspnetcore.mvc.ui.theme.shared" "~3.0.2"
"@abp/aspnetcore.mvc.ui.theme.shared@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-3.0.1.tgz#dcfacf80bd276ac05f57a804c4e260c8281b30fd"
integrity sha512-TtkQDlThicD4fsMhp+dWB27HvY4Qg+1sIgU4zn/XOcUzeWoivmsFHv3oJV9uL+M8/78R537gcQRmEfRZReqjQA==
dependencies:
"@abp/aspnetcore.mvc.ui" "~3.0.1"
"@abp/bootstrap" "~3.0.1"
"@abp/bootstrap-datepicker" "~3.0.1"
"@abp/datatables.net-bs4" "~3.0.1"
"@abp/font-awesome" "~3.0.1"
"@abp/jquery-form" "~3.0.1"
"@abp/jquery-validation-unobtrusive" "~3.0.1"
"@abp/lodash" "~3.0.1"
"@abp/luxon" "~3.0.1"
"@abp/malihu-custom-scrollbar-plugin" "~3.0.1"
"@abp/select2" "~3.0.1"
"@abp/sweetalert" "~3.0.1"
"@abp/timeago" "~3.0.1"
"@abp/toastr" "~3.0.1"
"@abp/aspnetcore.mvc.ui@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-3.0.1.tgz#692c43132204c5a90f789ac4c2ee645ea3a81a1b"
integrity sha512-TcbPD7F0cMU32EkRxheyXD8iZVREiIpfRyh74TZApkPT9N4HhizvOqymOM1qPkcDjyWm4Ggdk+P8u+hwCMDijg==
"@abp/aspnetcore.mvc.ui.theme.shared@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-3.0.2.tgz#b0d6c38dc97d0bd4a010a7cc5c035ecd31c2ac87"
integrity sha512-KoltFRaJYZ6X8UB9actvkNF6TvsoftPDthyVMw/D+nstNwueWo4loYyiH7ukhZ3EpEYz7ROxDB04jQ9FaByPpw==
dependencies:
"@abp/aspnetcore.mvc.ui" "~3.0.2"
"@abp/bootstrap" "~3.0.2"
"@abp/bootstrap-datepicker" "~3.0.2"
"@abp/datatables.net-bs4" "~3.0.2"
"@abp/font-awesome" "~3.0.2"
"@abp/jquery-form" "~3.0.2"
"@abp/jquery-validation-unobtrusive" "~3.0.2"
"@abp/lodash" "~3.0.2"
"@abp/luxon" "~3.0.2"
"@abp/malihu-custom-scrollbar-plugin" "~3.0.2"
"@abp/select2" "~3.0.2"
"@abp/sweetalert" "~3.0.2"
"@abp/timeago" "~3.0.2"
"@abp/toastr" "~3.0.2"
"@abp/aspnetcore.mvc.ui@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-3.0.2.tgz#2a7a481488681f41ed756b434a18a3a03181d366"
integrity sha512-TfJhqNSC66crMyJSRWswTP6bli2WYOZsBmkMH7ziei/uSp7KMUUM16n47qPGEye/jx7E4P3NYG0WH7wCyhgS6A==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,138 +41,138 @@
path "^0.12.7"
rimraf "^3.0.2"
"@abp/bootstrap-datepicker@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-3.0.1.tgz#595a88102f7173136b418634c1a276e67bab09ca"
integrity sha512-Pee5Q0lzYkm7qhVfDT/nZTRisZnwvS+FUwqGOkmq/WDgB9LwjgIww8EyzQEWanLfkrsROALTg529rJPfWdXPNQ==
"@abp/bootstrap-datepicker@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-3.0.2.tgz#4c4bc2d667d82f299df753a741de0de3333db244"
integrity sha512-vlsKrW0XraHnVJlkv5zm4xVO/+LX9Fz9x6x2B5nHS2DnMnusENaCyvynWwIrm95/lQyXbkUQ1rjnNpI8/5p5TQ==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-3.0.1.tgz#d478f5bf773e7e25065918adc93eae37f773e4b6"
integrity sha512-TYNRM+nE8OaVYeUgtGtO41RSqJkBXMv7XRiYDG4FZf4vnSCR/E0pc8Hp7WUki6rO83WVWJeBAntmh3U48G+pOA==
"@abp/bootstrap@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-3.0.2.tgz#129b119594cf1ff211736b4295c254bcd7d2174f"
integrity sha512-cbJSsaxVEkP+pvVH+2GaYDn/u2u2sPF8oOQb89ZYOy46d+gVph8ZMuJ4f6pefei8Ps2h+q1JPbb8UPkzyI53Ig==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
bootstrap "^4.5.0"
bootstrap-v4-rtl "4.4.1-2"
"@abp/core@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-3.0.1.tgz#ac3f55d8fe4100a1c318b4e8d48e77376206f521"
integrity sha512-2pBiSoJGP0nRIb1avJ4lMNQUqoPmR3DCNrvmBkYMHgiv8BS2Qc9qxf8iW3NQ3tymxDH8QO/TGaej24tpbhZQUQ==
"@abp/core@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-3.0.2.tgz#88f4c8484a743f50c8980c1bb26cb79f453b9e3f"
integrity sha512-qMwY3YCpzTRmAkPH1u5ViduWjZdRgS9uu7chV+E+Iq7wknJ/JPtE/TrAUYbz/QhA7LFXoA74ZjbOeBW48x/cQA==
dependencies:
"@abp/utils" "~2.9.0"
"@abp/datatables.net-bs4@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-3.0.1.tgz#9a7617f2fe42bf876613fe8b5012a7901444586d"
integrity sha512-DyqK8+H7Vo+AuLJsZ6tdh/yN5JfQxUqCAk2gPbv6OqJp1tw6EbbSzPW7wVyRfy3dEHDTENBivkJQH2+G3ba2aQ==
"@abp/datatables.net-bs4@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-3.0.2.tgz#f16291b21352a07fe509daeec5b18da56c366157"
integrity sha512-jXM1B2hcNQzAhnMvCyeBc1UWeNWKTtChLk5QYQuQFbxifIT9WPT1Rs9+Q4QlV1VgTq2xzkOnZmXFjCmeQvMWgg==
dependencies:
"@abp/datatables.net" "~3.0.1"
"@abp/datatables.net" "~3.0.2"
datatables.net-bs4 "^1.10.21"
"@abp/datatables.net@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-3.0.1.tgz#4556bba2f9a337ec4580416e31963ea0c9e10e29"
integrity sha512-5MBTxVdrui65dq7hKgSsxmcg1xm+IJk0MMpXKlw7DdfqmxXcpOcVFSmVV5xg9vYrc8iK1i5+5hOfQDZeEzRzPw==
"@abp/datatables.net@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-3.0.2.tgz#13b0812f448e4cde29518fd38855d4eb285e8d52"
integrity sha512-KKJ11FxJmMuY+/5MqECnyUfVGrap0M4RYfVzt4wunfNA8xOufSMdsak1AbZU9/f6ygc4BTvVQV+ikmDpeaNHiQ==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
datatables.net "^1.10.21"
"@abp/font-awesome@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-3.0.1.tgz#81c79a917d6f77894033b2eacbff033f9da467c5"
integrity sha512-DSgsiQ29OQwS8hgZ+0Xxbqax01vVEcXJvIisrurdkSuW728GHV/PZpWUl/CnHsJxTnUWO//eLRogXkNYsTqoRQ==
"@abp/font-awesome@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-3.0.2.tgz#85abed5014e1324925142ee3e81f23f9fbffd264"
integrity sha512-z4sw7LPQ2meajQbfCNu1I7lLho6K5cDCU1RZzHfTvry3FWRNrG5I5amvqEgC7/IAzz8WcRk/6O93rJFDuXKiHg==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
"@fortawesome/fontawesome-free" "^5.13.0"
"@abp/jquery-form@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-3.0.1.tgz#932934267b518ab012412808d60e262e9c4eaf95"
integrity sha512-ked53XkkWPHIrOpQpR6LgkpdW2EG/4FZKhVqpf9KgVyExbqEtc4+8NV9dplXfFJOA4HpfHEnOHttqqq3dmnbsg==
"@abp/jquery-form@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-3.0.2.tgz#6c1a3e1ae19add336bdf0c0d7ec8ff041303002d"
integrity sha512-UhjfO2h4ZnaYEncZ3ez8AnLzhg6D0oHy1GFjs3se+0u7rFR2iJ7YN3VlEeHweZokAzlVwoSrNXOKYRkhL8V75g==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-3.0.1.tgz#de911356a66b426e1a783a60e50aea4ab8000342"
integrity sha512-ANpqIehI9YPRRJCj4cTcLRBsKjVZsmOBjZBF1K4Dfa0n2DEVtPqPrmHzkpLvxxbdw6P9JFCdOvGZeSYxqPfbgQ==
"@abp/jquery-validation-unobtrusive@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-3.0.2.tgz#50dc6b9b0366b83790ec9d342eb9bd397037102b"
integrity sha512-xx2A0E5I7KFPU1wRK7edvwYk+gcjMFRnnhJYwg1CELAmzeaYORDo6gwXqywcyIIEpFSIKcqIMih4A/mFObq85w==
dependencies:
"@abp/jquery-validation" "~3.0.1"
"@abp/jquery-validation" "~3.0.2"
jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-3.0.1.tgz#21292bb4a750c9dff7bf451cf6aaceb9d3720b05"
integrity sha512-QIleJ4Hcj7doNnD3qTN1WySJIbMmb3K/FLrin/n1rISoJfrF3da0Snjz7hMv+BQVQK/5OJAJ08rcw6EmaGNwMA==
"@abp/jquery-validation@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-3.0.2.tgz#9477215ae684b394ab6c5a0deeac7a3615c2ff18"
integrity sha512-gJQrjScSJeAEMtR348QdsjtdMFut2GCrt070VaNrm0PpM7lhEue6Qq+M6/HJt44puRyyJxoxg6NJvnFm2RKbVQ==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
jquery-validation "^1.19.2"
"@abp/jquery@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-3.0.1.tgz#2530d960c0bab43430df81df705063fba0a78520"
integrity sha512-M2MGyGlm4QzE17TGavjCNsZKHuRrfYg8zBz6eur5Z2Qepf8+pXTE4B59kPoNIzRT+MBpquR+N/VdH+vW1Jp8kQ==
"@abp/jquery@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-3.0.2.tgz#d0e2bc7cecb4e6b4841b34779c81996b8f58e208"
integrity sha512-Xx/Qavk0khWu8H6vFi8IvrDu3LtWQCXo+NXi6qF2hPFgC2i9iWu9NQLAO5Wp9rZ+ZcAoLiQfSLYe2ZA9gNufcg==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
jquery "~3.5.1"
"@abp/lodash@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-3.0.1.tgz#01c1c1717f0bb98d3077d0e531cb3e2c60576b80"
integrity sha512-GKUVvj5Z7kUfd2Gc9nKroduJEH9ZOKlkpIFt23KpbTGv2bT0NrmA7xJuOxK3h+5dKTAovQSR6rtVA13hDBFRGw==
"@abp/lodash@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-3.0.2.tgz#922fcf503952df0ec9944529d2c5cda1c274eaa5"
integrity sha512-RxboDnNPz8VZQiOW6gu51sbZ7lkXJ7snUyYn1luKk6IVZUoQf3l+LmJ1rLYiyprMniwIcjHfUNYJOu3sk02lig==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
lodash "^4.17.15"
"@abp/luxon@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-3.0.1.tgz#5b8e15896f0c5b33f5da05c9db51cfd17bd366a8"
integrity sha512-6mo0wR3mblAgZGSqJJH2oAjmg8/2vdCWaZBsR1iJGsyafFn+D0XWBOxqB+tASnqGNuyIRJAOKB1gs17l7OvzQg==
"@abp/luxon@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-3.0.2.tgz#5c57ac2bd834804e725bc3ceb4014cbf2ac7afac"
integrity sha512-ysQ4/MWFWxXdu+QFSBSAufrTCyFF5yZC8ByMYk9ezvkRzzUl+Q4mO1cKV7IXDD+saQeAljKEehvyXS9hpGqf0A==
dependencies:
luxon "^1.24.1"
"@abp/malihu-custom-scrollbar-plugin@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-3.0.1.tgz#9a0ae71fbe78ff70698f4cb6724ad8d98ce6ff1a"
integrity sha512-0KsHUZC5TygzoorXdX1I8rJPntAEV4wHSD2pfZhdguTkb1/rAkggDH47drqkiUze6meBRp9OVCpHT8UZD8ZpGw==
"@abp/malihu-custom-scrollbar-plugin@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-3.0.2.tgz#809c20a750b82872fa8e3a57d67c4e50ccb12ce5"
integrity sha512-7GkH4HhxnSciZa/hLR78AB1KYKoic0skU0A/MEYl3E/LWoQ5KpvRDsbhQw90ZKnfXOV+shb7P1sxNlz3bdI/hQ==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-3.0.1.tgz#3015f9103c94c56f6646d30ba785629931cf3cad"
integrity sha512-PDmGw+0gannJxAc+ERMR/KM51gZ3ykAkAlvqw25UFAfN3kAGcqu0Ue9bmQ8m4EMyDLA3g6/ZFge3mkBuX2ogRQ==
"@abp/select2@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-3.0.2.tgz#8f970c99c1203a43c0651c0a5c27f6b056442386"
integrity sha512-YgIbaZWoaUzoz8TJQOi7ltPjLHtP0x7unPVnzs94hEPsIHaIBuITZNws93UpF5OJ0peVYCcdPpJXBjGW79kK1A==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
select2 "^4.0.13"
"@abp/sweetalert@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-3.0.1.tgz#4cd04d224b2d556eb354b5a229afa8265798aa0b"
integrity sha512-pGgJiqr+zTovbREIBGlRk2q33/obvbWJxev8VQTFugQEckUHvIUVrXyzVhOLdlMJnWN1ZN4S+l1E1uNhe4+MPA==
"@abp/sweetalert@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-3.0.2.tgz#c3f1fb7c56ba965ea0717ab80e4cae83b01c7bc2"
integrity sha512-HDNFt9PfFZDYMQ72m4l9M56WlDsG9k9Y51LnXp6hQIbQcw/e2wBi7CGfd6qsspQhoiyjhelz2/EDpBsubE5J7w==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
sweetalert "^2.1.2"
"@abp/timeago@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-3.0.1.tgz#6e30e8d2c2e52766e110f74f5ecfce6673964efe"
integrity sha512-7HfxjfJ7vQQcoI6oulB2gjyNuA3vVMPSep0qSmSAZuIYhm/Im/h87qG1i16dxLea4MVaFjnRqKwaNCVvlrxSNA==
"@abp/timeago@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-3.0.2.tgz#f7aa843c8a934982af4e58a9e3a4bc4860ba2d84"
integrity sha512-PCTBRKqbHq3Qu8WPHIvNz2M+LY4tlR5URmJjvxuK+ckJzPI8bd7XsonJ1naf2BYyC1THlmRH1jA45yaTP8/juw==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
timeago "^1.6.7"
"@abp/toastr@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-3.0.1.tgz#b3c9eefc09ac94cb3e672e3cd04ade24d8d2b7ce"
integrity sha512-FqM0bjXDusAyJEemTwRd45NiAXx7R6RA583sjBBigLB8xAXx898Yiy2zQT+2vDGhAc0WuX1gcYnNVfR1KexjVQ==
"@abp/toastr@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-3.0.2.tgz#97e74c2bb5c86b400c831ad7c8543a7caea8c6c1"
integrity sha512-UqQX/1PZ0scm5Agparb8raM/L6yiVVuksfS7WKpeq3YtAp1Wd2og+7PxnAxeUlWchzHXgfsuBioPjLMvVTK0VQ==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
toastr "^2.1.4"
"@abp/utils@~2.9.0":

10
templates/module/angular/package.json

@ -15,11 +15,11 @@
},
"private": true,
"dependencies": {
"@abp/ng.account": "~3.0.1",
"@abp/ng.identity": "~3.0.1",
"@abp/ng.setting-management": "~3.0.1",
"@abp/ng.tenant-management": "~3.0.1",
"@abp/ng.theme.basic": "~3.0.1",
"@abp/ng.account": "~3.0.2",
"@abp/ng.identity": "~3.0.2",
"@abp/ng.setting-management": "~3.0.2",
"@abp/ng.tenant-management": "~3.0.2",
"@abp/ng.theme.basic": "~3.0.2",
"@angular/animations": "~10.0.0",
"@angular/common": "~10.0.0",
"@angular/compiler": "~10.0.0",

4
templates/module/angular/projects/my-project-name/package.json

@ -4,8 +4,8 @@
"peerDependencies": {
"@angular/common": "^9.1.11",
"@angular/core": "^9.1.11",
"@abp/ng.core": ">=3.0.1",
"@abp/ng.theme.shared": ">=3.0.1"
"@abp/ng.core": ">=3.0.2",
"@abp/ng.theme.shared": ">=3.0.2"
},
"dependencies": {
"tslib": "^2.0.0"

2
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/package.json

@ -3,6 +3,6 @@
"name": "my-app-identityserver",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "^3.0.1"
"@abp/aspnetcore.mvc.ui.theme.basic": "^3.0.2"
}
}

222
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/yarn.lock

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-3.0.1.tgz#21674211c5ffe3c32ab2eac3a45b92fe5aeac7e5"
integrity sha512-ejMfcqz0pdtPmW11NvnvRCSlWftrIaXK5SwIteIlm/vZ1ABAYOjH4Z4ucJCbv4VioyQRFKLqLwyCT3JdHdA5iQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-3.0.2.tgz#f971fc6afabf66cf73470e08ee8ed9ad5ac36d70"
integrity sha512-54/4SqG1Kqcj7hl4/DI5TE6ksnecKp/JNeIl/SE/Kpha23J9xothiyFVE+fE7ymZFPIy+HouGN+MIg+TDdqYTQ==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~3.0.1"
"@abp/aspnetcore.mvc.ui.theme.shared" "~3.0.2"
"@abp/aspnetcore.mvc.ui.theme.shared@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-3.0.1.tgz#dcfacf80bd276ac05f57a804c4e260c8281b30fd"
integrity sha512-TtkQDlThicD4fsMhp+dWB27HvY4Qg+1sIgU4zn/XOcUzeWoivmsFHv3oJV9uL+M8/78R537gcQRmEfRZReqjQA==
dependencies:
"@abp/aspnetcore.mvc.ui" "~3.0.1"
"@abp/bootstrap" "~3.0.1"
"@abp/bootstrap-datepicker" "~3.0.1"
"@abp/datatables.net-bs4" "~3.0.1"
"@abp/font-awesome" "~3.0.1"
"@abp/jquery-form" "~3.0.1"
"@abp/jquery-validation-unobtrusive" "~3.0.1"
"@abp/lodash" "~3.0.1"
"@abp/luxon" "~3.0.1"
"@abp/malihu-custom-scrollbar-plugin" "~3.0.1"
"@abp/select2" "~3.0.1"
"@abp/sweetalert" "~3.0.1"
"@abp/timeago" "~3.0.1"
"@abp/toastr" "~3.0.1"
"@abp/aspnetcore.mvc.ui@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-3.0.1.tgz#692c43132204c5a90f789ac4c2ee645ea3a81a1b"
integrity sha512-TcbPD7F0cMU32EkRxheyXD8iZVREiIpfRyh74TZApkPT9N4HhizvOqymOM1qPkcDjyWm4Ggdk+P8u+hwCMDijg==
"@abp/aspnetcore.mvc.ui.theme.shared@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-3.0.2.tgz#b0d6c38dc97d0bd4a010a7cc5c035ecd31c2ac87"
integrity sha512-KoltFRaJYZ6X8UB9actvkNF6TvsoftPDthyVMw/D+nstNwueWo4loYyiH7ukhZ3EpEYz7ROxDB04jQ9FaByPpw==
dependencies:
"@abp/aspnetcore.mvc.ui" "~3.0.2"
"@abp/bootstrap" "~3.0.2"
"@abp/bootstrap-datepicker" "~3.0.2"
"@abp/datatables.net-bs4" "~3.0.2"
"@abp/font-awesome" "~3.0.2"
"@abp/jquery-form" "~3.0.2"
"@abp/jquery-validation-unobtrusive" "~3.0.2"
"@abp/lodash" "~3.0.2"
"@abp/luxon" "~3.0.2"
"@abp/malihu-custom-scrollbar-plugin" "~3.0.2"
"@abp/select2" "~3.0.2"
"@abp/sweetalert" "~3.0.2"
"@abp/timeago" "~3.0.2"
"@abp/toastr" "~3.0.2"
"@abp/aspnetcore.mvc.ui@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-3.0.2.tgz#2a7a481488681f41ed756b434a18a3a03181d366"
integrity sha512-TfJhqNSC66crMyJSRWswTP6bli2WYOZsBmkMH7ziei/uSp7KMUUM16n47qPGEye/jx7E4P3NYG0WH7wCyhgS6A==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,138 +41,138 @@
path "^0.12.7"
rimraf "^3.0.2"
"@abp/bootstrap-datepicker@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-3.0.1.tgz#595a88102f7173136b418634c1a276e67bab09ca"
integrity sha512-Pee5Q0lzYkm7qhVfDT/nZTRisZnwvS+FUwqGOkmq/WDgB9LwjgIww8EyzQEWanLfkrsROALTg529rJPfWdXPNQ==
"@abp/bootstrap-datepicker@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-3.0.2.tgz#4c4bc2d667d82f299df753a741de0de3333db244"
integrity sha512-vlsKrW0XraHnVJlkv5zm4xVO/+LX9Fz9x6x2B5nHS2DnMnusENaCyvynWwIrm95/lQyXbkUQ1rjnNpI8/5p5TQ==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-3.0.1.tgz#d478f5bf773e7e25065918adc93eae37f773e4b6"
integrity sha512-TYNRM+nE8OaVYeUgtGtO41RSqJkBXMv7XRiYDG4FZf4vnSCR/E0pc8Hp7WUki6rO83WVWJeBAntmh3U48G+pOA==
"@abp/bootstrap@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-3.0.2.tgz#129b119594cf1ff211736b4295c254bcd7d2174f"
integrity sha512-cbJSsaxVEkP+pvVH+2GaYDn/u2u2sPF8oOQb89ZYOy46d+gVph8ZMuJ4f6pefei8Ps2h+q1JPbb8UPkzyI53Ig==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
bootstrap "^4.5.0"
bootstrap-v4-rtl "4.4.1-2"
"@abp/core@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-3.0.1.tgz#ac3f55d8fe4100a1c318b4e8d48e77376206f521"
integrity sha512-2pBiSoJGP0nRIb1avJ4lMNQUqoPmR3DCNrvmBkYMHgiv8BS2Qc9qxf8iW3NQ3tymxDH8QO/TGaej24tpbhZQUQ==
"@abp/core@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-3.0.2.tgz#88f4c8484a743f50c8980c1bb26cb79f453b9e3f"
integrity sha512-qMwY3YCpzTRmAkPH1u5ViduWjZdRgS9uu7chV+E+Iq7wknJ/JPtE/TrAUYbz/QhA7LFXoA74ZjbOeBW48x/cQA==
dependencies:
"@abp/utils" "~2.9.0"
"@abp/datatables.net-bs4@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-3.0.1.tgz#9a7617f2fe42bf876613fe8b5012a7901444586d"
integrity sha512-DyqK8+H7Vo+AuLJsZ6tdh/yN5JfQxUqCAk2gPbv6OqJp1tw6EbbSzPW7wVyRfy3dEHDTENBivkJQH2+G3ba2aQ==
"@abp/datatables.net-bs4@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-3.0.2.tgz#f16291b21352a07fe509daeec5b18da56c366157"
integrity sha512-jXM1B2hcNQzAhnMvCyeBc1UWeNWKTtChLk5QYQuQFbxifIT9WPT1Rs9+Q4QlV1VgTq2xzkOnZmXFjCmeQvMWgg==
dependencies:
"@abp/datatables.net" "~3.0.1"
"@abp/datatables.net" "~3.0.2"
datatables.net-bs4 "^1.10.21"
"@abp/datatables.net@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-3.0.1.tgz#4556bba2f9a337ec4580416e31963ea0c9e10e29"
integrity sha512-5MBTxVdrui65dq7hKgSsxmcg1xm+IJk0MMpXKlw7DdfqmxXcpOcVFSmVV5xg9vYrc8iK1i5+5hOfQDZeEzRzPw==
"@abp/datatables.net@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-3.0.2.tgz#13b0812f448e4cde29518fd38855d4eb285e8d52"
integrity sha512-KKJ11FxJmMuY+/5MqECnyUfVGrap0M4RYfVzt4wunfNA8xOufSMdsak1AbZU9/f6ygc4BTvVQV+ikmDpeaNHiQ==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
datatables.net "^1.10.21"
"@abp/font-awesome@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-3.0.1.tgz#81c79a917d6f77894033b2eacbff033f9da467c5"
integrity sha512-DSgsiQ29OQwS8hgZ+0Xxbqax01vVEcXJvIisrurdkSuW728GHV/PZpWUl/CnHsJxTnUWO//eLRogXkNYsTqoRQ==
"@abp/font-awesome@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-3.0.2.tgz#85abed5014e1324925142ee3e81f23f9fbffd264"
integrity sha512-z4sw7LPQ2meajQbfCNu1I7lLho6K5cDCU1RZzHfTvry3FWRNrG5I5amvqEgC7/IAzz8WcRk/6O93rJFDuXKiHg==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
"@fortawesome/fontawesome-free" "^5.13.0"
"@abp/jquery-form@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-3.0.1.tgz#932934267b518ab012412808d60e262e9c4eaf95"
integrity sha512-ked53XkkWPHIrOpQpR6LgkpdW2EG/4FZKhVqpf9KgVyExbqEtc4+8NV9dplXfFJOA4HpfHEnOHttqqq3dmnbsg==
"@abp/jquery-form@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-3.0.2.tgz#6c1a3e1ae19add336bdf0c0d7ec8ff041303002d"
integrity sha512-UhjfO2h4ZnaYEncZ3ez8AnLzhg6D0oHy1GFjs3se+0u7rFR2iJ7YN3VlEeHweZokAzlVwoSrNXOKYRkhL8V75g==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-3.0.1.tgz#de911356a66b426e1a783a60e50aea4ab8000342"
integrity sha512-ANpqIehI9YPRRJCj4cTcLRBsKjVZsmOBjZBF1K4Dfa0n2DEVtPqPrmHzkpLvxxbdw6P9JFCdOvGZeSYxqPfbgQ==
"@abp/jquery-validation-unobtrusive@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-3.0.2.tgz#50dc6b9b0366b83790ec9d342eb9bd397037102b"
integrity sha512-xx2A0E5I7KFPU1wRK7edvwYk+gcjMFRnnhJYwg1CELAmzeaYORDo6gwXqywcyIIEpFSIKcqIMih4A/mFObq85w==
dependencies:
"@abp/jquery-validation" "~3.0.1"
"@abp/jquery-validation" "~3.0.2"
jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-3.0.1.tgz#21292bb4a750c9dff7bf451cf6aaceb9d3720b05"
integrity sha512-QIleJ4Hcj7doNnD3qTN1WySJIbMmb3K/FLrin/n1rISoJfrF3da0Snjz7hMv+BQVQK/5OJAJ08rcw6EmaGNwMA==
"@abp/jquery-validation@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-3.0.2.tgz#9477215ae684b394ab6c5a0deeac7a3615c2ff18"
integrity sha512-gJQrjScSJeAEMtR348QdsjtdMFut2GCrt070VaNrm0PpM7lhEue6Qq+M6/HJt44puRyyJxoxg6NJvnFm2RKbVQ==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
jquery-validation "^1.19.2"
"@abp/jquery@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-3.0.1.tgz#2530d960c0bab43430df81df705063fba0a78520"
integrity sha512-M2MGyGlm4QzE17TGavjCNsZKHuRrfYg8zBz6eur5Z2Qepf8+pXTE4B59kPoNIzRT+MBpquR+N/VdH+vW1Jp8kQ==
"@abp/jquery@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-3.0.2.tgz#d0e2bc7cecb4e6b4841b34779c81996b8f58e208"
integrity sha512-Xx/Qavk0khWu8H6vFi8IvrDu3LtWQCXo+NXi6qF2hPFgC2i9iWu9NQLAO5Wp9rZ+ZcAoLiQfSLYe2ZA9gNufcg==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
jquery "~3.5.1"
"@abp/lodash@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-3.0.1.tgz#01c1c1717f0bb98d3077d0e531cb3e2c60576b80"
integrity sha512-GKUVvj5Z7kUfd2Gc9nKroduJEH9ZOKlkpIFt23KpbTGv2bT0NrmA7xJuOxK3h+5dKTAovQSR6rtVA13hDBFRGw==
"@abp/lodash@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-3.0.2.tgz#922fcf503952df0ec9944529d2c5cda1c274eaa5"
integrity sha512-RxboDnNPz8VZQiOW6gu51sbZ7lkXJ7snUyYn1luKk6IVZUoQf3l+LmJ1rLYiyprMniwIcjHfUNYJOu3sk02lig==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
lodash "^4.17.15"
"@abp/luxon@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-3.0.1.tgz#5b8e15896f0c5b33f5da05c9db51cfd17bd366a8"
integrity sha512-6mo0wR3mblAgZGSqJJH2oAjmg8/2vdCWaZBsR1iJGsyafFn+D0XWBOxqB+tASnqGNuyIRJAOKB1gs17l7OvzQg==
"@abp/luxon@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-3.0.2.tgz#5c57ac2bd834804e725bc3ceb4014cbf2ac7afac"
integrity sha512-ysQ4/MWFWxXdu+QFSBSAufrTCyFF5yZC8ByMYk9ezvkRzzUl+Q4mO1cKV7IXDD+saQeAljKEehvyXS9hpGqf0A==
dependencies:
luxon "^1.24.1"
"@abp/malihu-custom-scrollbar-plugin@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-3.0.1.tgz#9a0ae71fbe78ff70698f4cb6724ad8d98ce6ff1a"
integrity sha512-0KsHUZC5TygzoorXdX1I8rJPntAEV4wHSD2pfZhdguTkb1/rAkggDH47drqkiUze6meBRp9OVCpHT8UZD8ZpGw==
"@abp/malihu-custom-scrollbar-plugin@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-3.0.2.tgz#809c20a750b82872fa8e3a57d67c4e50ccb12ce5"
integrity sha512-7GkH4HhxnSciZa/hLR78AB1KYKoic0skU0A/MEYl3E/LWoQ5KpvRDsbhQw90ZKnfXOV+shb7P1sxNlz3bdI/hQ==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-3.0.1.tgz#3015f9103c94c56f6646d30ba785629931cf3cad"
integrity sha512-PDmGw+0gannJxAc+ERMR/KM51gZ3ykAkAlvqw25UFAfN3kAGcqu0Ue9bmQ8m4EMyDLA3g6/ZFge3mkBuX2ogRQ==
"@abp/select2@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-3.0.2.tgz#8f970c99c1203a43c0651c0a5c27f6b056442386"
integrity sha512-YgIbaZWoaUzoz8TJQOi7ltPjLHtP0x7unPVnzs94hEPsIHaIBuITZNws93UpF5OJ0peVYCcdPpJXBjGW79kK1A==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
select2 "^4.0.13"
"@abp/sweetalert@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-3.0.1.tgz#4cd04d224b2d556eb354b5a229afa8265798aa0b"
integrity sha512-pGgJiqr+zTovbREIBGlRk2q33/obvbWJxev8VQTFugQEckUHvIUVrXyzVhOLdlMJnWN1ZN4S+l1E1uNhe4+MPA==
"@abp/sweetalert@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-3.0.2.tgz#c3f1fb7c56ba965ea0717ab80e4cae83b01c7bc2"
integrity sha512-HDNFt9PfFZDYMQ72m4l9M56WlDsG9k9Y51LnXp6hQIbQcw/e2wBi7CGfd6qsspQhoiyjhelz2/EDpBsubE5J7w==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
sweetalert "^2.1.2"
"@abp/timeago@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-3.0.1.tgz#6e30e8d2c2e52766e110f74f5ecfce6673964efe"
integrity sha512-7HfxjfJ7vQQcoI6oulB2gjyNuA3vVMPSep0qSmSAZuIYhm/Im/h87qG1i16dxLea4MVaFjnRqKwaNCVvlrxSNA==
"@abp/timeago@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-3.0.2.tgz#f7aa843c8a934982af4e58a9e3a4bc4860ba2d84"
integrity sha512-PCTBRKqbHq3Qu8WPHIvNz2M+LY4tlR5URmJjvxuK+ckJzPI8bd7XsonJ1naf2BYyC1THlmRH1jA45yaTP8/juw==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
timeago "^1.6.7"
"@abp/toastr@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-3.0.1.tgz#b3c9eefc09ac94cb3e672e3cd04ade24d8d2b7ce"
integrity sha512-FqM0bjXDusAyJEemTwRd45NiAXx7R6RA583sjBBigLB8xAXx898Yiy2zQT+2vDGhAc0WuX1gcYnNVfR1KexjVQ==
"@abp/toastr@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-3.0.2.tgz#97e74c2bb5c86b400c831ad7c8543a7caea8c6c1"
integrity sha512-UqQX/1PZ0scm5Agparb8raM/L6yiVVuksfS7WKpeq3YtAp1Wd2og+7PxnAxeUlWchzHXgfsuBioPjLMvVTK0VQ==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
toastr "^2.1.4"
"@abp/utils@~2.9.0":

2
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/package.json

@ -3,6 +3,6 @@
"name": "my-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "^3.0.1"
"@abp/aspnetcore.mvc.ui.theme.basic": "^3.0.2"
}
}

222
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/yarn.lock

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-3.0.1.tgz#21674211c5ffe3c32ab2eac3a45b92fe5aeac7e5"
integrity sha512-ejMfcqz0pdtPmW11NvnvRCSlWftrIaXK5SwIteIlm/vZ1ABAYOjH4Z4ucJCbv4VioyQRFKLqLwyCT3JdHdA5iQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-3.0.2.tgz#f971fc6afabf66cf73470e08ee8ed9ad5ac36d70"
integrity sha512-54/4SqG1Kqcj7hl4/DI5TE6ksnecKp/JNeIl/SE/Kpha23J9xothiyFVE+fE7ymZFPIy+HouGN+MIg+TDdqYTQ==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~3.0.1"
"@abp/aspnetcore.mvc.ui.theme.shared" "~3.0.2"
"@abp/aspnetcore.mvc.ui.theme.shared@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-3.0.1.tgz#dcfacf80bd276ac05f57a804c4e260c8281b30fd"
integrity sha512-TtkQDlThicD4fsMhp+dWB27HvY4Qg+1sIgU4zn/XOcUzeWoivmsFHv3oJV9uL+M8/78R537gcQRmEfRZReqjQA==
dependencies:
"@abp/aspnetcore.mvc.ui" "~3.0.1"
"@abp/bootstrap" "~3.0.1"
"@abp/bootstrap-datepicker" "~3.0.1"
"@abp/datatables.net-bs4" "~3.0.1"
"@abp/font-awesome" "~3.0.1"
"@abp/jquery-form" "~3.0.1"
"@abp/jquery-validation-unobtrusive" "~3.0.1"
"@abp/lodash" "~3.0.1"
"@abp/luxon" "~3.0.1"
"@abp/malihu-custom-scrollbar-plugin" "~3.0.1"
"@abp/select2" "~3.0.1"
"@abp/sweetalert" "~3.0.1"
"@abp/timeago" "~3.0.1"
"@abp/toastr" "~3.0.1"
"@abp/aspnetcore.mvc.ui@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-3.0.1.tgz#692c43132204c5a90f789ac4c2ee645ea3a81a1b"
integrity sha512-TcbPD7F0cMU32EkRxheyXD8iZVREiIpfRyh74TZApkPT9N4HhizvOqymOM1qPkcDjyWm4Ggdk+P8u+hwCMDijg==
"@abp/aspnetcore.mvc.ui.theme.shared@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-3.0.2.tgz#b0d6c38dc97d0bd4a010a7cc5c035ecd31c2ac87"
integrity sha512-KoltFRaJYZ6X8UB9actvkNF6TvsoftPDthyVMw/D+nstNwueWo4loYyiH7ukhZ3EpEYz7ROxDB04jQ9FaByPpw==
dependencies:
"@abp/aspnetcore.mvc.ui" "~3.0.2"
"@abp/bootstrap" "~3.0.2"
"@abp/bootstrap-datepicker" "~3.0.2"
"@abp/datatables.net-bs4" "~3.0.2"
"@abp/font-awesome" "~3.0.2"
"@abp/jquery-form" "~3.0.2"
"@abp/jquery-validation-unobtrusive" "~3.0.2"
"@abp/lodash" "~3.0.2"
"@abp/luxon" "~3.0.2"
"@abp/malihu-custom-scrollbar-plugin" "~3.0.2"
"@abp/select2" "~3.0.2"
"@abp/sweetalert" "~3.0.2"
"@abp/timeago" "~3.0.2"
"@abp/toastr" "~3.0.2"
"@abp/aspnetcore.mvc.ui@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-3.0.2.tgz#2a7a481488681f41ed756b434a18a3a03181d366"
integrity sha512-TfJhqNSC66crMyJSRWswTP6bli2WYOZsBmkMH7ziei/uSp7KMUUM16n47qPGEye/jx7E4P3NYG0WH7wCyhgS6A==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,138 +41,138 @@
path "^0.12.7"
rimraf "^3.0.2"
"@abp/bootstrap-datepicker@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-3.0.1.tgz#595a88102f7173136b418634c1a276e67bab09ca"
integrity sha512-Pee5Q0lzYkm7qhVfDT/nZTRisZnwvS+FUwqGOkmq/WDgB9LwjgIww8EyzQEWanLfkrsROALTg529rJPfWdXPNQ==
"@abp/bootstrap-datepicker@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-3.0.2.tgz#4c4bc2d667d82f299df753a741de0de3333db244"
integrity sha512-vlsKrW0XraHnVJlkv5zm4xVO/+LX9Fz9x6x2B5nHS2DnMnusENaCyvynWwIrm95/lQyXbkUQ1rjnNpI8/5p5TQ==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-3.0.1.tgz#d478f5bf773e7e25065918adc93eae37f773e4b6"
integrity sha512-TYNRM+nE8OaVYeUgtGtO41RSqJkBXMv7XRiYDG4FZf4vnSCR/E0pc8Hp7WUki6rO83WVWJeBAntmh3U48G+pOA==
"@abp/bootstrap@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-3.0.2.tgz#129b119594cf1ff211736b4295c254bcd7d2174f"
integrity sha512-cbJSsaxVEkP+pvVH+2GaYDn/u2u2sPF8oOQb89ZYOy46d+gVph8ZMuJ4f6pefei8Ps2h+q1JPbb8UPkzyI53Ig==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
bootstrap "^4.5.0"
bootstrap-v4-rtl "4.4.1-2"
"@abp/core@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-3.0.1.tgz#ac3f55d8fe4100a1c318b4e8d48e77376206f521"
integrity sha512-2pBiSoJGP0nRIb1avJ4lMNQUqoPmR3DCNrvmBkYMHgiv8BS2Qc9qxf8iW3NQ3tymxDH8QO/TGaej24tpbhZQUQ==
"@abp/core@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-3.0.2.tgz#88f4c8484a743f50c8980c1bb26cb79f453b9e3f"
integrity sha512-qMwY3YCpzTRmAkPH1u5ViduWjZdRgS9uu7chV+E+Iq7wknJ/JPtE/TrAUYbz/QhA7LFXoA74ZjbOeBW48x/cQA==
dependencies:
"@abp/utils" "~2.9.0"
"@abp/datatables.net-bs4@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-3.0.1.tgz#9a7617f2fe42bf876613fe8b5012a7901444586d"
integrity sha512-DyqK8+H7Vo+AuLJsZ6tdh/yN5JfQxUqCAk2gPbv6OqJp1tw6EbbSzPW7wVyRfy3dEHDTENBivkJQH2+G3ba2aQ==
"@abp/datatables.net-bs4@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-3.0.2.tgz#f16291b21352a07fe509daeec5b18da56c366157"
integrity sha512-jXM1B2hcNQzAhnMvCyeBc1UWeNWKTtChLk5QYQuQFbxifIT9WPT1Rs9+Q4QlV1VgTq2xzkOnZmXFjCmeQvMWgg==
dependencies:
"@abp/datatables.net" "~3.0.1"
"@abp/datatables.net" "~3.0.2"
datatables.net-bs4 "^1.10.21"
"@abp/datatables.net@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-3.0.1.tgz#4556bba2f9a337ec4580416e31963ea0c9e10e29"
integrity sha512-5MBTxVdrui65dq7hKgSsxmcg1xm+IJk0MMpXKlw7DdfqmxXcpOcVFSmVV5xg9vYrc8iK1i5+5hOfQDZeEzRzPw==
"@abp/datatables.net@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-3.0.2.tgz#13b0812f448e4cde29518fd38855d4eb285e8d52"
integrity sha512-KKJ11FxJmMuY+/5MqECnyUfVGrap0M4RYfVzt4wunfNA8xOufSMdsak1AbZU9/f6ygc4BTvVQV+ikmDpeaNHiQ==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
datatables.net "^1.10.21"
"@abp/font-awesome@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-3.0.1.tgz#81c79a917d6f77894033b2eacbff033f9da467c5"
integrity sha512-DSgsiQ29OQwS8hgZ+0Xxbqax01vVEcXJvIisrurdkSuW728GHV/PZpWUl/CnHsJxTnUWO//eLRogXkNYsTqoRQ==
"@abp/font-awesome@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-3.0.2.tgz#85abed5014e1324925142ee3e81f23f9fbffd264"
integrity sha512-z4sw7LPQ2meajQbfCNu1I7lLho6K5cDCU1RZzHfTvry3FWRNrG5I5amvqEgC7/IAzz8WcRk/6O93rJFDuXKiHg==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
"@fortawesome/fontawesome-free" "^5.13.0"
"@abp/jquery-form@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-3.0.1.tgz#932934267b518ab012412808d60e262e9c4eaf95"
integrity sha512-ked53XkkWPHIrOpQpR6LgkpdW2EG/4FZKhVqpf9KgVyExbqEtc4+8NV9dplXfFJOA4HpfHEnOHttqqq3dmnbsg==
"@abp/jquery-form@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-3.0.2.tgz#6c1a3e1ae19add336bdf0c0d7ec8ff041303002d"
integrity sha512-UhjfO2h4ZnaYEncZ3ez8AnLzhg6D0oHy1GFjs3se+0u7rFR2iJ7YN3VlEeHweZokAzlVwoSrNXOKYRkhL8V75g==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-3.0.1.tgz#de911356a66b426e1a783a60e50aea4ab8000342"
integrity sha512-ANpqIehI9YPRRJCj4cTcLRBsKjVZsmOBjZBF1K4Dfa0n2DEVtPqPrmHzkpLvxxbdw6P9JFCdOvGZeSYxqPfbgQ==
"@abp/jquery-validation-unobtrusive@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-3.0.2.tgz#50dc6b9b0366b83790ec9d342eb9bd397037102b"
integrity sha512-xx2A0E5I7KFPU1wRK7edvwYk+gcjMFRnnhJYwg1CELAmzeaYORDo6gwXqywcyIIEpFSIKcqIMih4A/mFObq85w==
dependencies:
"@abp/jquery-validation" "~3.0.1"
"@abp/jquery-validation" "~3.0.2"
jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-3.0.1.tgz#21292bb4a750c9dff7bf451cf6aaceb9d3720b05"
integrity sha512-QIleJ4Hcj7doNnD3qTN1WySJIbMmb3K/FLrin/n1rISoJfrF3da0Snjz7hMv+BQVQK/5OJAJ08rcw6EmaGNwMA==
"@abp/jquery-validation@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-3.0.2.tgz#9477215ae684b394ab6c5a0deeac7a3615c2ff18"
integrity sha512-gJQrjScSJeAEMtR348QdsjtdMFut2GCrt070VaNrm0PpM7lhEue6Qq+M6/HJt44puRyyJxoxg6NJvnFm2RKbVQ==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
jquery-validation "^1.19.2"
"@abp/jquery@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-3.0.1.tgz#2530d960c0bab43430df81df705063fba0a78520"
integrity sha512-M2MGyGlm4QzE17TGavjCNsZKHuRrfYg8zBz6eur5Z2Qepf8+pXTE4B59kPoNIzRT+MBpquR+N/VdH+vW1Jp8kQ==
"@abp/jquery@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-3.0.2.tgz#d0e2bc7cecb4e6b4841b34779c81996b8f58e208"
integrity sha512-Xx/Qavk0khWu8H6vFi8IvrDu3LtWQCXo+NXi6qF2hPFgC2i9iWu9NQLAO5Wp9rZ+ZcAoLiQfSLYe2ZA9gNufcg==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
jquery "~3.5.1"
"@abp/lodash@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-3.0.1.tgz#01c1c1717f0bb98d3077d0e531cb3e2c60576b80"
integrity sha512-GKUVvj5Z7kUfd2Gc9nKroduJEH9ZOKlkpIFt23KpbTGv2bT0NrmA7xJuOxK3h+5dKTAovQSR6rtVA13hDBFRGw==
"@abp/lodash@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-3.0.2.tgz#922fcf503952df0ec9944529d2c5cda1c274eaa5"
integrity sha512-RxboDnNPz8VZQiOW6gu51sbZ7lkXJ7snUyYn1luKk6IVZUoQf3l+LmJ1rLYiyprMniwIcjHfUNYJOu3sk02lig==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
lodash "^4.17.15"
"@abp/luxon@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-3.0.1.tgz#5b8e15896f0c5b33f5da05c9db51cfd17bd366a8"
integrity sha512-6mo0wR3mblAgZGSqJJH2oAjmg8/2vdCWaZBsR1iJGsyafFn+D0XWBOxqB+tASnqGNuyIRJAOKB1gs17l7OvzQg==
"@abp/luxon@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-3.0.2.tgz#5c57ac2bd834804e725bc3ceb4014cbf2ac7afac"
integrity sha512-ysQ4/MWFWxXdu+QFSBSAufrTCyFF5yZC8ByMYk9ezvkRzzUl+Q4mO1cKV7IXDD+saQeAljKEehvyXS9hpGqf0A==
dependencies:
luxon "^1.24.1"
"@abp/malihu-custom-scrollbar-plugin@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-3.0.1.tgz#9a0ae71fbe78ff70698f4cb6724ad8d98ce6ff1a"
integrity sha512-0KsHUZC5TygzoorXdX1I8rJPntAEV4wHSD2pfZhdguTkb1/rAkggDH47drqkiUze6meBRp9OVCpHT8UZD8ZpGw==
"@abp/malihu-custom-scrollbar-plugin@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-3.0.2.tgz#809c20a750b82872fa8e3a57d67c4e50ccb12ce5"
integrity sha512-7GkH4HhxnSciZa/hLR78AB1KYKoic0skU0A/MEYl3E/LWoQ5KpvRDsbhQw90ZKnfXOV+shb7P1sxNlz3bdI/hQ==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-3.0.1.tgz#3015f9103c94c56f6646d30ba785629931cf3cad"
integrity sha512-PDmGw+0gannJxAc+ERMR/KM51gZ3ykAkAlvqw25UFAfN3kAGcqu0Ue9bmQ8m4EMyDLA3g6/ZFge3mkBuX2ogRQ==
"@abp/select2@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-3.0.2.tgz#8f970c99c1203a43c0651c0a5c27f6b056442386"
integrity sha512-YgIbaZWoaUzoz8TJQOi7ltPjLHtP0x7unPVnzs94hEPsIHaIBuITZNws93UpF5OJ0peVYCcdPpJXBjGW79kK1A==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
select2 "^4.0.13"
"@abp/sweetalert@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-3.0.1.tgz#4cd04d224b2d556eb354b5a229afa8265798aa0b"
integrity sha512-pGgJiqr+zTovbREIBGlRk2q33/obvbWJxev8VQTFugQEckUHvIUVrXyzVhOLdlMJnWN1ZN4S+l1E1uNhe4+MPA==
"@abp/sweetalert@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-3.0.2.tgz#c3f1fb7c56ba965ea0717ab80e4cae83b01c7bc2"
integrity sha512-HDNFt9PfFZDYMQ72m4l9M56WlDsG9k9Y51LnXp6hQIbQcw/e2wBi7CGfd6qsspQhoiyjhelz2/EDpBsubE5J7w==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
sweetalert "^2.1.2"
"@abp/timeago@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-3.0.1.tgz#6e30e8d2c2e52766e110f74f5ecfce6673964efe"
integrity sha512-7HfxjfJ7vQQcoI6oulB2gjyNuA3vVMPSep0qSmSAZuIYhm/Im/h87qG1i16dxLea4MVaFjnRqKwaNCVvlrxSNA==
"@abp/timeago@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-3.0.2.tgz#f7aa843c8a934982af4e58a9e3a4bc4860ba2d84"
integrity sha512-PCTBRKqbHq3Qu8WPHIvNz2M+LY4tlR5URmJjvxuK+ckJzPI8bd7XsonJ1naf2BYyC1THlmRH1jA45yaTP8/juw==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
timeago "^1.6.7"
"@abp/toastr@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-3.0.1.tgz#b3c9eefc09ac94cb3e672e3cd04ade24d8d2b7ce"
integrity sha512-FqM0bjXDusAyJEemTwRd45NiAXx7R6RA583sjBBigLB8xAXx898Yiy2zQT+2vDGhAc0WuX1gcYnNVfR1KexjVQ==
"@abp/toastr@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-3.0.2.tgz#97e74c2bb5c86b400c831ad7c8543a7caea8c6c1"
integrity sha512-UqQX/1PZ0scm5Agparb8raM/L6yiVVuksfS7WKpeq3YtAp1Wd2og+7PxnAxeUlWchzHXgfsuBioPjLMvVTK0VQ==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
toastr "^2.1.4"
"@abp/utils@~2.9.0":

2
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/package.json

@ -3,6 +3,6 @@
"name": "my-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "^3.0.1"
"@abp/aspnetcore.mvc.ui.theme.basic": "^3.0.2"
}
}

222
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/yarn.lock

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-3.0.1.tgz#21674211c5ffe3c32ab2eac3a45b92fe5aeac7e5"
integrity sha512-ejMfcqz0pdtPmW11NvnvRCSlWftrIaXK5SwIteIlm/vZ1ABAYOjH4Z4ucJCbv4VioyQRFKLqLwyCT3JdHdA5iQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-3.0.2.tgz#f971fc6afabf66cf73470e08ee8ed9ad5ac36d70"
integrity sha512-54/4SqG1Kqcj7hl4/DI5TE6ksnecKp/JNeIl/SE/Kpha23J9xothiyFVE+fE7ymZFPIy+HouGN+MIg+TDdqYTQ==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~3.0.1"
"@abp/aspnetcore.mvc.ui.theme.shared" "~3.0.2"
"@abp/aspnetcore.mvc.ui.theme.shared@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-3.0.1.tgz#dcfacf80bd276ac05f57a804c4e260c8281b30fd"
integrity sha512-TtkQDlThicD4fsMhp+dWB27HvY4Qg+1sIgU4zn/XOcUzeWoivmsFHv3oJV9uL+M8/78R537gcQRmEfRZReqjQA==
dependencies:
"@abp/aspnetcore.mvc.ui" "~3.0.1"
"@abp/bootstrap" "~3.0.1"
"@abp/bootstrap-datepicker" "~3.0.1"
"@abp/datatables.net-bs4" "~3.0.1"
"@abp/font-awesome" "~3.0.1"
"@abp/jquery-form" "~3.0.1"
"@abp/jquery-validation-unobtrusive" "~3.0.1"
"@abp/lodash" "~3.0.1"
"@abp/luxon" "~3.0.1"
"@abp/malihu-custom-scrollbar-plugin" "~3.0.1"
"@abp/select2" "~3.0.1"
"@abp/sweetalert" "~3.0.1"
"@abp/timeago" "~3.0.1"
"@abp/toastr" "~3.0.1"
"@abp/aspnetcore.mvc.ui@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-3.0.1.tgz#692c43132204c5a90f789ac4c2ee645ea3a81a1b"
integrity sha512-TcbPD7F0cMU32EkRxheyXD8iZVREiIpfRyh74TZApkPT9N4HhizvOqymOM1qPkcDjyWm4Ggdk+P8u+hwCMDijg==
"@abp/aspnetcore.mvc.ui.theme.shared@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-3.0.2.tgz#b0d6c38dc97d0bd4a010a7cc5c035ecd31c2ac87"
integrity sha512-KoltFRaJYZ6X8UB9actvkNF6TvsoftPDthyVMw/D+nstNwueWo4loYyiH7ukhZ3EpEYz7ROxDB04jQ9FaByPpw==
dependencies:
"@abp/aspnetcore.mvc.ui" "~3.0.2"
"@abp/bootstrap" "~3.0.2"
"@abp/bootstrap-datepicker" "~3.0.2"
"@abp/datatables.net-bs4" "~3.0.2"
"@abp/font-awesome" "~3.0.2"
"@abp/jquery-form" "~3.0.2"
"@abp/jquery-validation-unobtrusive" "~3.0.2"
"@abp/lodash" "~3.0.2"
"@abp/luxon" "~3.0.2"
"@abp/malihu-custom-scrollbar-plugin" "~3.0.2"
"@abp/select2" "~3.0.2"
"@abp/sweetalert" "~3.0.2"
"@abp/timeago" "~3.0.2"
"@abp/toastr" "~3.0.2"
"@abp/aspnetcore.mvc.ui@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-3.0.2.tgz#2a7a481488681f41ed756b434a18a3a03181d366"
integrity sha512-TfJhqNSC66crMyJSRWswTP6bli2WYOZsBmkMH7ziei/uSp7KMUUM16n47qPGEye/jx7E4P3NYG0WH7wCyhgS6A==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,138 +41,138 @@
path "^0.12.7"
rimraf "^3.0.2"
"@abp/bootstrap-datepicker@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-3.0.1.tgz#595a88102f7173136b418634c1a276e67bab09ca"
integrity sha512-Pee5Q0lzYkm7qhVfDT/nZTRisZnwvS+FUwqGOkmq/WDgB9LwjgIww8EyzQEWanLfkrsROALTg529rJPfWdXPNQ==
"@abp/bootstrap-datepicker@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-3.0.2.tgz#4c4bc2d667d82f299df753a741de0de3333db244"
integrity sha512-vlsKrW0XraHnVJlkv5zm4xVO/+LX9Fz9x6x2B5nHS2DnMnusENaCyvynWwIrm95/lQyXbkUQ1rjnNpI8/5p5TQ==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-3.0.1.tgz#d478f5bf773e7e25065918adc93eae37f773e4b6"
integrity sha512-TYNRM+nE8OaVYeUgtGtO41RSqJkBXMv7XRiYDG4FZf4vnSCR/E0pc8Hp7WUki6rO83WVWJeBAntmh3U48G+pOA==
"@abp/bootstrap@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-3.0.2.tgz#129b119594cf1ff211736b4295c254bcd7d2174f"
integrity sha512-cbJSsaxVEkP+pvVH+2GaYDn/u2u2sPF8oOQb89ZYOy46d+gVph8ZMuJ4f6pefei8Ps2h+q1JPbb8UPkzyI53Ig==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
bootstrap "^4.5.0"
bootstrap-v4-rtl "4.4.1-2"
"@abp/core@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-3.0.1.tgz#ac3f55d8fe4100a1c318b4e8d48e77376206f521"
integrity sha512-2pBiSoJGP0nRIb1avJ4lMNQUqoPmR3DCNrvmBkYMHgiv8BS2Qc9qxf8iW3NQ3tymxDH8QO/TGaej24tpbhZQUQ==
"@abp/core@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-3.0.2.tgz#88f4c8484a743f50c8980c1bb26cb79f453b9e3f"
integrity sha512-qMwY3YCpzTRmAkPH1u5ViduWjZdRgS9uu7chV+E+Iq7wknJ/JPtE/TrAUYbz/QhA7LFXoA74ZjbOeBW48x/cQA==
dependencies:
"@abp/utils" "~2.9.0"
"@abp/datatables.net-bs4@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-3.0.1.tgz#9a7617f2fe42bf876613fe8b5012a7901444586d"
integrity sha512-DyqK8+H7Vo+AuLJsZ6tdh/yN5JfQxUqCAk2gPbv6OqJp1tw6EbbSzPW7wVyRfy3dEHDTENBivkJQH2+G3ba2aQ==
"@abp/datatables.net-bs4@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-3.0.2.tgz#f16291b21352a07fe509daeec5b18da56c366157"
integrity sha512-jXM1B2hcNQzAhnMvCyeBc1UWeNWKTtChLk5QYQuQFbxifIT9WPT1Rs9+Q4QlV1VgTq2xzkOnZmXFjCmeQvMWgg==
dependencies:
"@abp/datatables.net" "~3.0.1"
"@abp/datatables.net" "~3.0.2"
datatables.net-bs4 "^1.10.21"
"@abp/datatables.net@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-3.0.1.tgz#4556bba2f9a337ec4580416e31963ea0c9e10e29"
integrity sha512-5MBTxVdrui65dq7hKgSsxmcg1xm+IJk0MMpXKlw7DdfqmxXcpOcVFSmVV5xg9vYrc8iK1i5+5hOfQDZeEzRzPw==
"@abp/datatables.net@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-3.0.2.tgz#13b0812f448e4cde29518fd38855d4eb285e8d52"
integrity sha512-KKJ11FxJmMuY+/5MqECnyUfVGrap0M4RYfVzt4wunfNA8xOufSMdsak1AbZU9/f6ygc4BTvVQV+ikmDpeaNHiQ==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
datatables.net "^1.10.21"
"@abp/font-awesome@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-3.0.1.tgz#81c79a917d6f77894033b2eacbff033f9da467c5"
integrity sha512-DSgsiQ29OQwS8hgZ+0Xxbqax01vVEcXJvIisrurdkSuW728GHV/PZpWUl/CnHsJxTnUWO//eLRogXkNYsTqoRQ==
"@abp/font-awesome@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-3.0.2.tgz#85abed5014e1324925142ee3e81f23f9fbffd264"
integrity sha512-z4sw7LPQ2meajQbfCNu1I7lLho6K5cDCU1RZzHfTvry3FWRNrG5I5amvqEgC7/IAzz8WcRk/6O93rJFDuXKiHg==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
"@fortawesome/fontawesome-free" "^5.13.0"
"@abp/jquery-form@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-3.0.1.tgz#932934267b518ab012412808d60e262e9c4eaf95"
integrity sha512-ked53XkkWPHIrOpQpR6LgkpdW2EG/4FZKhVqpf9KgVyExbqEtc4+8NV9dplXfFJOA4HpfHEnOHttqqq3dmnbsg==
"@abp/jquery-form@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-3.0.2.tgz#6c1a3e1ae19add336bdf0c0d7ec8ff041303002d"
integrity sha512-UhjfO2h4ZnaYEncZ3ez8AnLzhg6D0oHy1GFjs3se+0u7rFR2iJ7YN3VlEeHweZokAzlVwoSrNXOKYRkhL8V75g==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-3.0.1.tgz#de911356a66b426e1a783a60e50aea4ab8000342"
integrity sha512-ANpqIehI9YPRRJCj4cTcLRBsKjVZsmOBjZBF1K4Dfa0n2DEVtPqPrmHzkpLvxxbdw6P9JFCdOvGZeSYxqPfbgQ==
"@abp/jquery-validation-unobtrusive@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-3.0.2.tgz#50dc6b9b0366b83790ec9d342eb9bd397037102b"
integrity sha512-xx2A0E5I7KFPU1wRK7edvwYk+gcjMFRnnhJYwg1CELAmzeaYORDo6gwXqywcyIIEpFSIKcqIMih4A/mFObq85w==
dependencies:
"@abp/jquery-validation" "~3.0.1"
"@abp/jquery-validation" "~3.0.2"
jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-3.0.1.tgz#21292bb4a750c9dff7bf451cf6aaceb9d3720b05"
integrity sha512-QIleJ4Hcj7doNnD3qTN1WySJIbMmb3K/FLrin/n1rISoJfrF3da0Snjz7hMv+BQVQK/5OJAJ08rcw6EmaGNwMA==
"@abp/jquery-validation@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-3.0.2.tgz#9477215ae684b394ab6c5a0deeac7a3615c2ff18"
integrity sha512-gJQrjScSJeAEMtR348QdsjtdMFut2GCrt070VaNrm0PpM7lhEue6Qq+M6/HJt44puRyyJxoxg6NJvnFm2RKbVQ==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
jquery-validation "^1.19.2"
"@abp/jquery@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-3.0.1.tgz#2530d960c0bab43430df81df705063fba0a78520"
integrity sha512-M2MGyGlm4QzE17TGavjCNsZKHuRrfYg8zBz6eur5Z2Qepf8+pXTE4B59kPoNIzRT+MBpquR+N/VdH+vW1Jp8kQ==
"@abp/jquery@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-3.0.2.tgz#d0e2bc7cecb4e6b4841b34779c81996b8f58e208"
integrity sha512-Xx/Qavk0khWu8H6vFi8IvrDu3LtWQCXo+NXi6qF2hPFgC2i9iWu9NQLAO5Wp9rZ+ZcAoLiQfSLYe2ZA9gNufcg==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
jquery "~3.5.1"
"@abp/lodash@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-3.0.1.tgz#01c1c1717f0bb98d3077d0e531cb3e2c60576b80"
integrity sha512-GKUVvj5Z7kUfd2Gc9nKroduJEH9ZOKlkpIFt23KpbTGv2bT0NrmA7xJuOxK3h+5dKTAovQSR6rtVA13hDBFRGw==
"@abp/lodash@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-3.0.2.tgz#922fcf503952df0ec9944529d2c5cda1c274eaa5"
integrity sha512-RxboDnNPz8VZQiOW6gu51sbZ7lkXJ7snUyYn1luKk6IVZUoQf3l+LmJ1rLYiyprMniwIcjHfUNYJOu3sk02lig==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
lodash "^4.17.15"
"@abp/luxon@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-3.0.1.tgz#5b8e15896f0c5b33f5da05c9db51cfd17bd366a8"
integrity sha512-6mo0wR3mblAgZGSqJJH2oAjmg8/2vdCWaZBsR1iJGsyafFn+D0XWBOxqB+tASnqGNuyIRJAOKB1gs17l7OvzQg==
"@abp/luxon@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-3.0.2.tgz#5c57ac2bd834804e725bc3ceb4014cbf2ac7afac"
integrity sha512-ysQ4/MWFWxXdu+QFSBSAufrTCyFF5yZC8ByMYk9ezvkRzzUl+Q4mO1cKV7IXDD+saQeAljKEehvyXS9hpGqf0A==
dependencies:
luxon "^1.24.1"
"@abp/malihu-custom-scrollbar-plugin@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-3.0.1.tgz#9a0ae71fbe78ff70698f4cb6724ad8d98ce6ff1a"
integrity sha512-0KsHUZC5TygzoorXdX1I8rJPntAEV4wHSD2pfZhdguTkb1/rAkggDH47drqkiUze6meBRp9OVCpHT8UZD8ZpGw==
"@abp/malihu-custom-scrollbar-plugin@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-3.0.2.tgz#809c20a750b82872fa8e3a57d67c4e50ccb12ce5"
integrity sha512-7GkH4HhxnSciZa/hLR78AB1KYKoic0skU0A/MEYl3E/LWoQ5KpvRDsbhQw90ZKnfXOV+shb7P1sxNlz3bdI/hQ==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-3.0.1.tgz#3015f9103c94c56f6646d30ba785629931cf3cad"
integrity sha512-PDmGw+0gannJxAc+ERMR/KM51gZ3ykAkAlvqw25UFAfN3kAGcqu0Ue9bmQ8m4EMyDLA3g6/ZFge3mkBuX2ogRQ==
"@abp/select2@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-3.0.2.tgz#8f970c99c1203a43c0651c0a5c27f6b056442386"
integrity sha512-YgIbaZWoaUzoz8TJQOi7ltPjLHtP0x7unPVnzs94hEPsIHaIBuITZNws93UpF5OJ0peVYCcdPpJXBjGW79kK1A==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
select2 "^4.0.13"
"@abp/sweetalert@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-3.0.1.tgz#4cd04d224b2d556eb354b5a229afa8265798aa0b"
integrity sha512-pGgJiqr+zTovbREIBGlRk2q33/obvbWJxev8VQTFugQEckUHvIUVrXyzVhOLdlMJnWN1ZN4S+l1E1uNhe4+MPA==
"@abp/sweetalert@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-3.0.2.tgz#c3f1fb7c56ba965ea0717ab80e4cae83b01c7bc2"
integrity sha512-HDNFt9PfFZDYMQ72m4l9M56WlDsG9k9Y51LnXp6hQIbQcw/e2wBi7CGfd6qsspQhoiyjhelz2/EDpBsubE5J7w==
dependencies:
"@abp/core" "~3.0.1"
"@abp/core" "~3.0.2"
sweetalert "^2.1.2"
"@abp/timeago@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-3.0.1.tgz#6e30e8d2c2e52766e110f74f5ecfce6673964efe"
integrity sha512-7HfxjfJ7vQQcoI6oulB2gjyNuA3vVMPSep0qSmSAZuIYhm/Im/h87qG1i16dxLea4MVaFjnRqKwaNCVvlrxSNA==
"@abp/timeago@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-3.0.2.tgz#f7aa843c8a934982af4e58a9e3a4bc4860ba2d84"
integrity sha512-PCTBRKqbHq3Qu8WPHIvNz2M+LY4tlR5URmJjvxuK+ckJzPI8bd7XsonJ1naf2BYyC1THlmRH1jA45yaTP8/juw==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
timeago "^1.6.7"
"@abp/toastr@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-3.0.1.tgz#b3c9eefc09ac94cb3e672e3cd04ade24d8d2b7ce"
integrity sha512-FqM0bjXDusAyJEemTwRd45NiAXx7R6RA583sjBBigLB8xAXx898Yiy2zQT+2vDGhAc0WuX1gcYnNVfR1KexjVQ==
"@abp/toastr@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-3.0.2.tgz#97e74c2bb5c86b400c831ad7c8543a7caea8c6c1"
integrity sha512-UqQX/1PZ0scm5Agparb8raM/L6yiVVuksfS7WKpeq3YtAp1Wd2og+7PxnAxeUlWchzHXgfsuBioPjLMvVTK0VQ==
dependencies:
"@abp/jquery" "~3.0.1"
"@abp/jquery" "~3.0.2"
toastr "^2.1.4"
"@abp/utils@~2.9.0":

Loading…
Cancel
Save