Skip to content

Commit bd9bca3

Browse files
committed
Update_NPM_Packages
1 parent 457c0eb commit bd9bca3

File tree

137 files changed

+1724
-1724
lines changed

Some content is hidden

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

137 files changed

+1724
-1724
lines changed

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.0.0-rc.3",
7-
"@abp/prismjs": "~9.0.0-rc.3",
8-
"@abp/highlight.js": "~9.0.0-rc.3"
6+
"@abp/aspnetcore.mvc.ui.theme.shared": "~9.0.0",
7+
"@abp/prismjs": "~9.0.0",
8+
"@abp/highlight.js": "~9.0.0"
99
}
1010
}

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

+138-138
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.0.0-rc.3",
7-
"@abp/prismjs": "~9.0.0-rc.3"
6+
"@abp/aspnetcore.mvc.ui.theme.basic": "~9.0.0",
7+
"@abp/prismjs": "~9.0.0"
88
},
99
"devDependencies": {}
1010
}

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

+140-140
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.0.0-rc.3",
7-
"@abp/blogging": "~9.0.0-rc.3"
6+
"@abp/aspnetcore.mvc.ui.theme.basic": "~9.0.0",
7+
"@abp/blogging": "~9.0.0"
88
}
99
}

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

+159-159
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.0.0-rc.3"
6+
"@abp/aspnetcore.mvc.ui.theme.basic": "~9.0.0"
77
}
88
}

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

+129-129
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.0.0-rc.3",
19-
"@abp/ng.identity": "~9.0.0-rc.3",
20-
"@abp/ng.setting-management": "~9.0.0-rc.3",
21-
"@abp/ng.tenant-management": "~9.0.0-rc.3",
22-
"@abp/ng.theme.basic": "~9.0.0-rc.3",
18+
"@abp/ng.account": "~9.0.0",
19+
"@abp/ng.identity": "~9.0.0",
20+
"@abp/ng.setting-management": "~9.0.0",
21+
"@abp/ng.tenant-management": "~9.0.0",
22+
"@abp/ng.theme.basic": "~9.0.0",
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.0.0-rc.3",
8-
"@abp/ng.theme.shared": ">=9.0.0-rc.3"
7+
"@abp/ng.core": ">=9.0.0",
8+
"@abp/ng.theme.shared": ">=9.0.0"
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.0.0-rc.3"
6+
"@abp/aspnetcore.mvc.ui.theme.basic": "~9.0.0"
77
}
88
}

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

+129-129
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.0.0-rc.3"
6+
"@abp/aspnetcore.mvc.ui.theme.basic": "~9.0.0"
77
}
88
}

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

+129-129
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.0.0-rc.3",
7-
"@abp/cms-kit": "9.0.0-rc.3"
6+
"@abp/aspnetcore.mvc.ui.theme.basic": "~9.0.0",
7+
"@abp/cms-kit": "9.0.0"
88
}
99
}

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

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

modules/docs/app/VoloDocs.Web/package.json

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

0 commit comments

Comments
 (0)