Skip to content

Commit 74eff23

Browse files
Update all patch dependencies
1 parent 11ea4c0 commit 74eff23

5 files changed

Lines changed: 424 additions & 422 deletions

File tree

.github/workflows/server.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
persist-credentials: false
4242

43-
- uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
43+
- uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10
4444

4545
- name: Cache Cargo downloads
4646
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
@@ -102,7 +102,7 @@ jobs:
102102
with:
103103
persist-credentials: false
104104

105-
- uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
105+
- uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10
106106

107107
- name: Cache Cargo downloads
108108
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5

server/Cargo.lock

Lines changed: 25 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@formisch/solid": "^0.9.5",
1616
"@kobalte/core": "^0.13.11",
17-
"@lingui/core": "6.0.0-next.4",
17+
"@lingui/core": "6.0.1",
1818
"@lingui/solid": "npm:@huliiiiii/lingui-solid@6.0.0-next.3",
1919
"@shikijs/transformers": "^3.21.0",
2020
"@solid-primitives/memo": "^1.4.5",
@@ -28,7 +28,7 @@
2828
"@thc/query": "workspace:*",
2929
"@thc/toolkit": "workspace:*",
3030
"@typescript/native-preview": "beta",
31-
"@vitest/coverage-v8": "4.1.4",
31+
"@vitest/coverage-v8": "4.1.6",
3232
"arktype": "^2.2.0",
3333
"cropperjs": "^2.1.1",
3434
"dayjs": "^1.11.20",
@@ -53,10 +53,10 @@
5353
"@eslint/js": "^9.39.4",
5454
"@faker-js/faker": "^10.4.0",
5555
"@hey-api/openapi-ts": "0.96.1",
56-
"@lingui/babel-plugin-lingui-macro": "6.0.0-next.3",
57-
"@lingui/cli": "6.0.0-next.4",
58-
"@lingui/format-po": "6.0.0-next.4",
59-
"@lingui/vite-plugin": "6.0.0-next.4",
56+
"@lingui/babel-plugin-lingui-macro": "6.0.1",
57+
"@lingui/cli": "6.0.1",
58+
"@lingui/format-po": "6.0.1",
59+
"@lingui/vite-plugin": "6.0.1",
6060
"@rolldown/plugin-babel": "0.2.3",
6161
"@solidjs/testing-library": "^0.8.10",
6262
"@storybook/addon-a11y": "10.3.5",
@@ -97,7 +97,7 @@
9797
"tailwindcss": "^4.1.18",
9898
"typescript": "^5.9.3",
9999
"typescript-eslint": "^8.53.1",
100-
"vite": "8.0.8",
100+
"vite": "8.0.13",
101101
"vite-plugin-solid": "^2.11.12",
102102
"vitest": "^4.1.4"
103103
},

0 commit comments

Comments
 (0)