Skip to content

Commit 185dccd

Browse files
committed
Update_NPM_Packages
1 parent 4dd3f34 commit 185dccd

File tree

141 files changed

+1820
-1522
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+1820
-1522
lines changed

modules/background-jobs/src/Volo.Abp.BackgroundJobs.Domain/Volo.Abp.BackgroundJobs.Domain.abppkg.analyze.json

+10
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@
132132
"namespace": "Volo.Abp.BackgroundJobs",
133133
"primaryKeyType": "Guid",
134134
"properties": [
135+
{
136+
"type": "System.String",
137+
"name": "ApplicationName",
138+
"summary": "Application name that scheduled this job."
139+
},
135140
{
136141
"type": "System.String",
137142
"name": "JobName",
@@ -230,6 +235,11 @@
230235
"isPrivate": false,
231236
"isStatic": false,
232237
"parameters": [
238+
{
239+
"type": "String",
240+
"name": "applicationName",
241+
"isOptional": false
242+
},
233243
{
234244
"type": "Int32",
235245
"name": "maxResultCount",

modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"name": "asp.net",
44
"private": true,
55
"dependencies": {
6-
"@abp/aspnetcore.mvc.ui.theme.shared": "~9.2.0-rc.1",
7-
"@abp/prismjs": "~9.2.0-rc.1",
8-
"@abp/highlight.js": "~9.2.0-rc.1"
6+
"@abp/aspnetcore.mvc.ui.theme.shared": "~9.2.0-rc.2",
7+
"@abp/prismjs": "~9.2.0-rc.2",
8+
"@abp/highlight.js": "~9.2.0-rc.2"
99
}
1010
}

modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/yarn.lock

+132-132
Large diffs are not rendered by default.

modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"name": "asp.net",
44
"private": true,
55
"dependencies": {
6-
"@abp/aspnetcore.mvc.ui.theme.basic": "~9.2.0-rc.1",
7-
"@abp/prismjs": "~9.2.0-rc.1"
6+
"@abp/aspnetcore.mvc.ui.theme.basic": "~9.2.0-rc.2",
7+
"@abp/prismjs": "~9.2.0-rc.2"
88
},
99
"devDependencies": {}
1010
}

modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/yarn.lock

+134-134
Large diffs are not rendered by default.

modules/blogging/app/Volo.BloggingTestApp/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "volo.blogtestapp",
44
"private": true,
55
"dependencies": {
6-
"@abp/aspnetcore.mvc.ui.theme.basic": "~9.2.0-rc.1",
7-
"@abp/blogging": "~9.2.0-rc.1"
6+
"@abp/aspnetcore.mvc.ui.theme.basic": "~9.2.0-rc.2",
7+
"@abp/blogging": "~9.2.0-rc.2"
88
}
99
}

modules/blogging/app/Volo.BloggingTestApp/yarn.lock

+153-153
Large diffs are not rendered by default.

modules/client-simulation/demo/Volo.ClientSimulation.Demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"name": "client-simulation-web",
44
"private": true,
55
"dependencies": {
6-
"@abp/aspnetcore.mvc.ui.theme.basic": "~9.2.0-rc.1"
6+
"@abp/aspnetcore.mvc.ui.theme.basic": "~9.2.0-rc.2"
77
}
88
}

modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock

+120-120
Large diffs are not rendered by default.

modules/cms-kit/angular/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
},
1616
"private": true,
1717
"dependencies": {
18-
"@abp/ng.account": "~9.2.0-rc.1",
19-
"@abp/ng.identity": "~9.2.0-rc.1",
20-
"@abp/ng.setting-management": "~9.2.0-rc.1",
21-
"@abp/ng.tenant-management": "~9.2.0-rc.1",
22-
"@abp/ng.theme.basic": "~9.2.0-rc.1",
18+
"@abp/ng.account": "~9.2.0-rc.2",
19+
"@abp/ng.identity": "~9.2.0-rc.2",
20+
"@abp/ng.setting-management": "~9.2.0-rc.2",
21+
"@abp/ng.tenant-management": "~9.2.0-rc.2",
22+
"@abp/ng.theme.basic": "~9.2.0-rc.2",
2323
"@angular/animations": "~10.0.0",
2424
"@angular/common": "~10.0.0",
2525
"@angular/compiler": "~10.0.0",

modules/cms-kit/angular/projects/cms-kit/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"peerDependencies": {
55
"@angular/common": "^9.1.11",
66
"@angular/core": "^9.1.11",
7-
"@abp/ng.core": ">=9.2.0-rc.1",
8-
"@abp/ng.theme.shared": ">=9.2.0-rc.1"
7+
"@abp/ng.core": ">=9.2.0-rc.2",
8+
"@abp/ng.theme.shared": ">=9.2.0-rc.2"
99
},
1010
"dependencies": {
1111
"tslib": "^2.0.0"

modules/cms-kit/host/Volo.CmsKit.IdentityServer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"name": "my-app-identityserver",
44
"private": true,
55
"dependencies": {
6-
"@abp/aspnetcore.mvc.ui.theme.basic": "~9.2.0-rc.1"
6+
"@abp/aspnetcore.mvc.ui.theme.basic": "~9.2.0-rc.2"
77
}
88
}

modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock

+120-120
Large diffs are not rendered by default.

modules/cms-kit/host/Volo.CmsKit.Web.Host/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"name": "my-app",
44
"private": true,
55
"dependencies": {
6-
"@abp/aspnetcore.mvc.ui.theme.basic": "~9.2.0-rc.1"
6+
"@abp/aspnetcore.mvc.ui.theme.basic": "~9.2.0-rc.2"
77
}
88
}

modules/cms-kit/host/Volo.CmsKit.Web.Host/yarn.lock

+120-120
Large diffs are not rendered by default.

modules/cms-kit/host/Volo.CmsKit.Web.Unified/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "my-app",
44
"private": true,
55
"dependencies": {
6-
"@abp/aspnetcore.mvc.ui.theme.basic": "~9.2.0-rc.1",
7-
"@abp/cms-kit": "9.2.0-rc.1"
6+
"@abp/aspnetcore.mvc.ui.theme.basic": "~9.2.0-rc.2",
7+
"@abp/cms-kit": "9.2.0-rc.2"
88
}
99
}

0 commit comments

Comments
 (0)