Skip to content

Commit 899df4f

Browse files
authored
Merge pull request #2707 from Cratis/update-deps
Update dependencies
2 parents a6a64f9 + 899ba16 commit 899df4f

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<PackageVersion Include="Microsoft.Orleans.Analyzers" Version="10.0.1" />
7575
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" NoWarn="NU5104" />
7676
<PackageVersion Include="Roslynator.Analyzers" Version="4.15.0" />
77-
<PackageVersion Include="Meziantou.Analyzer" Version="3.0.17" />
77+
<PackageVersion Include="Meziantou.Analyzer" Version="3.0.18" />
7878
<!-- Not categorized -->
7979
<PackageVersion Include="OpenIddict.AspNetCore" Version="7.2.0" />
8080
<PackageVersion Include="BenchmarkDotNet" Version="0.15.8" />

Source/Workbench/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@cratis/arc.react": "^19.2.0",
2020
"@cratis/arc.react.mvvm": "^19.2.0",
2121
"@cratis/arc.vite": "^19.2.0",
22-
"@cratis/components": "^0.1.19",
22+
"@cratis/components": "^1.1.0",
2323
"@monaco-editor/react": "^4.7.0",
2424
"allotment": "^1.20.5",
2525
"chart.js": "^4.5.1",
@@ -33,48 +33,48 @@
3333
"usehooks-ts": "3.1.1"
3434
},
3535
"devDependencies": {
36-
"@eslint/eslintrc": "3.3.3",
36+
"@eslint/eslintrc": "3.3.4",
3737
"@eslint/js": "10.0.1",
38-
"@tailwindcss/postcss": "4.1.18",
39-
"@tailwindcss/vite": "4.1.18",
38+
"@tailwindcss/postcss": "4.2.1",
39+
"@tailwindcss/vite": "4.2.1",
4040
"@tony.ganchev/eslint-plugin-header": "^3.2.1",
4141
"@types/chai": "5.2.3",
4242
"@types/chai-as-promised": "8.0.2",
4343
"@types/mocha": "10.0.10",
44-
"@types/node": "25.2.3",
44+
"@types/node": "25.3.2",
4545
"@types/pluralize": "0.0.33",
46-
"@types/react": "19.2.13",
46+
"@types/react": "19.2.14",
4747
"@types/react-dom": "19.2.3",
4848
"@types/sinon": "21.0.0",
4949
"@types/sinon-chai": "4.0.0",
50-
"@typescript-eslint/eslint-plugin": "8.55.0",
51-
"@typescript-eslint/parser": "8.55.0",
50+
"@typescript-eslint/eslint-plugin": "8.56.1",
51+
"@typescript-eslint/parser": "8.56.1",
5252
"@vitejs/plugin-react": "5.1.4",
5353
"@vitest/coverage-v8": "4.0.18",
54-
"autoprefixer": "10.4.24",
54+
"autoprefixer": "10.4.27",
5555
"chai": "6.2.2",
5656
"chai-as-promised": "8.0.2",
57-
"eslint": "10.0.0",
57+
"eslint": "10.0.2",
5858
"eslint-config-prettier": "10.1.8",
5959
"eslint-plugin-import": "2.32.0",
6060
"eslint-plugin-no-null": "1.0.2",
6161
"eslint-plugin-prettier": "5.5.5",
6262
"eslint-plugin-react": "7.37.5",
6363
"eslint-plugin-react-hooks": "7.0.1",
64-
"eslint-plugin-react-refresh": "0.5.0",
64+
"eslint-plugin-react-refresh": "0.5.2",
6565
"globals": "17.3.0",
6666
"hash-files": "1.1.1",
6767
"mocha": "11.7.5",
6868
"react": "19.2.4",
6969
"react-dom": "19.2.4",
70-
"react-router-dom": "7.13.0",
70+
"react-router-dom": "7.13.1",
7171
"sinon": "21.0.1",
7272
"sinon-chai": "4.0.1",
73-
"tailwindcss": "4.1.18",
73+
"tailwindcss": "4.2.1",
7474
"ts-node": "10.9.2",
7575
"tsconfig-paths": "4.2.0",
7676
"typescript": "5.9.3",
77-
"typescript-eslint": "8.55.0",
77+
"typescript-eslint": "8.56.1",
7878
"vite": "7.3.1",
7979
"vite-plugin-commonjs": "0.10.4",
8080
"vite-tsconfig-paths": "6.1.1",

0 commit comments

Comments
 (0)