Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Update jsx-dom / preact, switch to line awesome also in Serene
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanceylan committed Aug 30, 2024
1 parent 8403b7e commit 223c72c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 deletions.
2 changes: 1 addition & 1 deletion common-features
Submodule common-features updated 39 files
+1 −1 build/Package.Build.props
+1 −1 package.json
+5 −5 pnpm-lock.yaml
+1 −1 src/.config/dotnet-tools.json
+1 −1 src/Directory.Build.props
+1 −1 src/Serenity.Demo.BasicSamples/Areas/Serenity.Demo.BasicSamples/Grids/CustomLinksInGrid/Index.cshtml
+1 −1 src/Serenity.Demo.BasicSamples/Areas/Serenity.Demo.BasicSamples/Grids/InlineActionButtons/Index.cshtml
+1 −1 src/Serenity.Demo.BasicSamples/Areas/Serenity.Demo.BasicSamples/Grids/InlineImageInGrid/Index.cshtml
+1 −8 ...cSamples/Imports/ClientTypes/Demo.BasicSamples.FilteredLookupDetailEditor.HardcodedValuesEditorAttribute.cs
+1 −1 src/Serenity.Demo.BasicSamples/Modules/Dialogs/ChartInDialog/ChartInDialogPage.tsx
+4 −3 src/Serenity.Demo.BasicSamples/Modules/Dialogs/OtherFormInTab/OtherFormInTabPage.tsx
+4 −3 src/Serenity.Demo.BasicSamples/Modules/Dialogs/OtherFormInTabOneBar/OtherFormInTabOneBarPage.tsx
+1 −1 src/Serenity.Demo.BasicSamples/Modules/Editors/ChangingLookupText/ChangingLookupTextPage.ts
+3 −3 src/Serenity.Demo.BasicSamples/Modules/Editors/FilteredLookupInDetail/FilteredLookupInDetailPage.ts
+0 −2 src/Serenity.Demo.BasicSamples/Modules/Editors/StaticTextBlock/StaticTextBlockForm.cs
+5 −5 src/Serenity.Demo.BasicSamples/Modules/Grids/CustomLinksInGrid/CustomLinksInGridPage.tsx
+2 −2 src/Serenity.Demo.BasicSamples/Modules/Grids/InlineActionButtons/InlineActionButtonsPage.tsx
+6 −10 src/Serenity.Demo.BasicSamples/Modules/Grids/InlineImageInGrid/InlineImageInGridPage.tsx
+2 −2 src/Serenity.Demo.Northwind/Modules/Customer/CustomerDialog.tsx
+1 −1 src/Serenity.Demo.Northwind/Modules/Customer/CustomerOrdersGrid.ts
+7 −8 src/Serenity.Demo.Northwind/Modules/Customer/EmployeeListFormatter.tsx
+5 −8 src/Serenity.Demo.Northwind/Modules/Employee/EmployeeFormatter.tsx
+2 −2 src/Serenity.Demo.Northwind/Modules/Note/NoteDialog.tsx
+4 −4 src/Serenity.Demo.Northwind/Modules/Note/NotesEditor.tsx
+1 −1 src/Serenity.Demo.Northwind/Modules/Order/FreightFormatter.ts
+7 −9 src/Serenity.Demo.Northwind/Modules/Order/OrderGrid.tsx
+1 −1 src/Serenity.Demo.Northwind/Modules/OrderDetail/OrderDetailDialog.ts
+5 −4 src/Serenity.Demo.Northwind/Modules/Product/ProductGrid.ts
+5 −4 src/Serenity.Demo.Northwind/Modules/Shipper/ShipperFormatter.tsx
+2 −2 src/Serenity.Extensions/Modules/BulkActions/BasicProgressDialog.tsx
+10 −10 src/Serenity.Extensions/Modules/BulkActions/BulkServiceAction.ts
+0 −1 src/Serenity.Extensions/Modules/Elevation/DefaultElevationHandler.cs
+6 −1 src/Serenity.Extensions/Modules/ExportImport/PdfExportHelper.ts
+1 −1 src/Serenity.Extensions/Modules/Membership/PasswordActions/ResetPasswordPage.tsx
+2 −2 src/Serenity.Extensions/Modules/Membership/PasswordStrength/PasswordStrengthValidation.ts
+8 −4 src/Serenity.Extensions/Modules/ModulePage/ModulePageExtensions.cs
+2 −2 src/Serenity.Extensions/Modules/Reporting/ReportDialog.tsx
+1 −1 src/Serenity.Extensions/Modules/Widgets/StaticTextBlock.ts
+2 −2 src/Serenity.Extensions/dist/index.d.ts
3 changes: 1 addition & 2 deletions src/Serene.Web/appsettings.bundles.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
"CssBundling": {
"Bundles": {
"Base": [
"~/Serenity.Assets/Content/font-open-sans.css",
"~/Serenity.Assets/Content/font-awesome.css",
"~/Serenity.Assets/fonts/open-sans/open-sans.css",
"~/Serenity.Assets/bootstrap/css/bootstrap.css",
"~/Serenity.Assets/line-awesome/css/line-awesome-fa.min.css",
"~/Serenity.Assets/Content/css/select2.css",
"~/Serenity.Assets/Content/toastr.css",
"~/Serenity.Assets/Content/slick.grid.css",
Expand Down
28 changes: 14 additions & 14 deletions src/Serene.Web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Serene.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"@serenity-is/demo.northwind": "./node_modules/.dotnet/serenity.demo.northwind",
"@serenity-is/extensions": "./node_modules/.dotnet/serenity.extensions",
"@serenity-is/sleekgrid": "./node_modules/.dotnet/serenity.sleekgrid",
"jsx-dom": "8.1.4",
"preact": "10.23.1"
"jsx-dom": "8.1.5",
"preact": "10.23.2"
},
"devDependencies": {
"@serenity-is/tsbuild": "8.6.0"
Expand Down

0 comments on commit 223c72c

Please sign in to comment.