Skip to content

Commit

Permalink
Update_NPM_Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
voloagent committed Oct 22, 2024
1 parent 6b08b0a commit f09078a
Show file tree
Hide file tree
Showing 142 changed files with 2,398 additions and 2,442 deletions.
3 changes: 3 additions & 0 deletions framework/src/Volo.Abp.BlobStoring.Google/FodyWeavers.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<ConfigureAwait />
</Weavers>
30 changes: 30 additions & 0 deletions framework/src/Volo.Abp.BlobStoring.Google/FodyWeavers.xsd
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuilt. -->
<xs:element name="Weavers">
<xs:complexType>
<xs:all>
<xs:element name="ConfigureAwait" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:attribute name="ContinueOnCapturedContext" type="xs:boolean" />
</xs:complexType>
</xs:element>
</xs:all>
<xs:attribute name="VerifyAssembly" type="xs:boolean">
<xs:annotation>
<xs:documentation>'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="VerifyIgnoreCodes" type="xs:string">
<xs:annotation>
<xs:documentation>A comma-separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="GenerateXsd" type="xs:boolean">
<xs:annotation>
<xs:documentation>'false' to turn off automatic generation of the XML Schema file.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:schema>
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"name": "asp.net",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "~8.3.2",
"@abp/prismjs": "~8.3.2",
"@abp/highlight.js": "~8.3.2"
"@abp/aspnetcore.mvc.ui.theme.shared": "~9.0.0-rc.1",
"@abp/prismjs": "~9.0.0-rc.1",
"@abp/highlight.js": "~9.0.0-rc.1"
}
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"name": "asp.net",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.3.2",
"@abp/prismjs": "~8.3.2"
"@abp/aspnetcore.mvc.ui.theme.basic": "~9.0.0-rc.1",
"@abp/prismjs": "~9.0.0-rc.1"
},
"devDependencies": {}
}

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions modules/blogging/app/Volo.BloggingTestApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "volo.blogtestapp",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.3.2",
"@abp/blogging": "~8.3.2"
"@abp/aspnetcore.mvc.ui.theme.basic": "~9.0.0-rc.1",
"@abp/blogging": "~9.0.0-rc.1"
}
}
368 changes: 184 additions & 184 deletions modules/blogging/app/Volo.BloggingTestApp/yarn.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "client-simulation-web",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.3.2"
"@abp/aspnetcore.mvc.ui.theme.basic": "~9.0.0-rc.1"
}
}
308 changes: 154 additions & 154 deletions modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions modules/cms-kit/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
},
"private": true,
"dependencies": {
"@abp/ng.account": "~8.3.2",
"@abp/ng.identity": "~8.3.2",
"@abp/ng.setting-management": "~8.3.2",
"@abp/ng.tenant-management": "~8.3.2",
"@abp/ng.theme.basic": "~8.3.2",
"@abp/ng.account": "~9.0.0-rc.1",
"@abp/ng.identity": "~9.0.0-rc.1",
"@abp/ng.setting-management": "~9.0.0-rc.1",
"@abp/ng.tenant-management": "~9.0.0-rc.1",
"@abp/ng.theme.basic": "~9.0.0-rc.1",
"@angular/animations": "~10.0.0",
"@angular/common": "~10.0.0",
"@angular/compiler": "~10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions modules/cms-kit/angular/projects/cms-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"peerDependencies": {
"@angular/common": "^9.1.11",
"@angular/core": "^9.1.11",
"@abp/ng.core": ">=8.3.2",
"@abp/ng.theme.shared": ">=8.3.2"
"@abp/ng.core": ">=9.0.0-rc.1",
"@abp/ng.theme.shared": ">=9.0.0-rc.1"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "my-app-identityserver",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.3.2"
"@abp/aspnetcore.mvc.ui.theme.basic": "~9.0.0-rc.1"
}
}
Loading

0 comments on commit f09078a

Please sign in to comment.