Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/cratis/chronicle
Browse files Browse the repository at this point in the history
  • Loading branch information
einari committed Jan 3, 2025
2 parents 3257776 + 59b9f19 commit d33c33b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

using System.Collections.Concurrent;
using Cratis.Chronicle;
using Cratis.Json;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Options;
Expand Down Expand Up @@ -65,6 +66,7 @@ public static IServiceCollection AddChronicleClient(this IServiceCollection serv
services.AddSingleton(sp => sp.GetRequiredService<IChronicleClient>().Options.ArtifactsProvider);
services.AddSingleton(sp => sp.GetRequiredService<IChronicleClient>().Options.ModelNameConvention);
services.AddSingleton(sp => sp.GetRequiredService<IChronicleClient>().Options.CorrelationIdAccessor);
services.AddSingleton(Globals.JsonSerializerOptions);

return services;
}
Expand Down
36 changes: 18 additions & 18 deletions Source/Workbench/Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"@cratis/applications.react.mvvm": "15.0.12",
"@cratis/applications.vite": "15.0.12",
"allotment": "1.20.2",
"echarts": "5.5.1",
"echarts": "5.6.0",
"mobx": "6.13.5",
"mobx-react": "9.1.1",
"primeicons": "7.0.0",
"primereact": "10.8.5",
"primereact": "10.9.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.3.0",
"react-router-dom": "7.0.1",
"react-icons": "5.4.0",
"react-router-dom": "7.1.1",
"reflect-metadata": "0.2.2",
"ts-deepmerge": "7.0.2",
"tsyringe": "4.8.0",
Expand All @@ -38,15 +38,15 @@
"@types/chai": "5.0.1",
"@types/chai-as-promised": "8.0.1",
"@types/mocha": "10.0.10",
"@types/node": "22.10.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/node": "22.10.5",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/sinon": "17.0.3",
"@types/sinon-chai": "4.0.0",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"@vitejs/plugin-react": "4.3.4",
"@vitest/coverage-v8": "2.1.6",
"@vitest/coverage-v8": "2.1.8",
"autoprefixer": "10.4.20",
"chai": "5.1.2",
"chai-as-promised": "8.0.1",
Expand All @@ -56,10 +56,10 @@
"eslint-plugin-import": "2.31.0",
"eslint-plugin-no-null": "1.0.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-refresh": "0.4.14",
"globals": "15.13.0",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.16",
"globals": "15.14.0",
"hash-files": "1.1.1",
"mocha": "10.8.2",
"postcss": "8.4.49",
Expand All @@ -69,11 +69,11 @@
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.7.2",
"typescript-eslint": "8.16.0",
"vite": "6.0.2",
"typescript-eslint": "8.19.0",
"vite": "6.0.7",
"vite-plugin-commonjs": "0.10.4",
"vite-tsconfig-paths": "5.1.3",
"vitest": "2.1.6"
"vite-tsconfig-paths": "5.1.4",
"vitest": "2.1.8"
},
"packageManager": "[email protected]"
}

0 comments on commit d33c33b

Please sign in to comment.