Skip to content

Commit 5c234c7

Browse files
chore(deps): update all non-major dependencies
1 parent 8e249f3 commit 5c234c7

File tree

4 files changed

+773
-868
lines changed

4 files changed

+773
-868
lines changed

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: pnpm install
3838

3939
- name: 🧪 Run Chromatic Visual and Accessibility Tests
40-
uses: chromaui/action@0794e6939fe40ce46a88963f818092afc427da5b # v15.3.0
40+
uses: chromaui/action@eea1606238fd97a70b5af723d103953d1f40967b # v15.3.1
4141
env:
4242
CHROMATIC_BRANCH: ${{ github.event.pull_request.head.ref || github.ref_name }}
4343
CHROMATIC_SHA: ${{ github.event.pull_request.head.sha || github.sha }}

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"preview": "nuxt preview"
2020
},
2121
"dependencies": {
22-
"@nuxt/ui": "4.5.1",
22+
"@nuxt/ui": "4.6.0",
2323
"@nuxtjs/mdc": "0.20.2",
2424
"better-sqlite3": "12.8.0",
2525
"docus": "5.8.1",

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
"@atcute/bluesky-richtext-segmenter": "3.0.0",
4848
"@atcute/tid": "1.1.2",
4949
"@atproto/api": "^0.19.0",
50-
"@atproto/lex": "0.0.20",
51-
"@atproto/lex-password-session": "0.0.8",
50+
"@atproto/lex": "0.0.22",
51+
"@atproto/lex-password-session": "0.0.10",
5252
"@atproto/oauth-client-node": "^0.3.15",
5353
"@deno/doc": "jsr:^0.189.1",
5454
"@floating-ui/vue": "1.1.11",
5555
"@iconify-json/lucide": "1.2.98",
56-
"@iconify-json/simple-icons": "1.2.74",
56+
"@iconify-json/simple-icons": "1.2.75",
5757
"@iconify-json/svg-spinners": "1.2.4",
5858
"@iconify-json/vscode-icons": "1.2.45",
5959
"@intlify/shared": "11.3.0",
@@ -86,14 +86,14 @@
8686
"focus-trap": "^8.0.0",
8787
"gray-matter": "4.0.3",
8888
"ipaddr.js": "2.3.0",
89-
"marked": "17.0.4",
89+
"marked": "17.0.5",
9090
"module-replacements": "2.11.0",
9191
"nuxt": "4.3.1",
9292
"nuxt-og-image": "5.1.13",
9393
"ofetch": "1.5.1",
9494
"ohash": "2.0.11",
9595
"perfect-debounce": "2.1.0",
96-
"sanitize-html": "2.17.1",
96+
"sanitize-html": "2.17.2",
9797
"semver": "7.7.4",
9898
"shiki": "4.0.2",
9999
"simple-git": "3.33.0",
@@ -103,7 +103,7 @@
103103
"ufo": "1.6.3",
104104
"unocss": "66.6.7",
105105
"unplugin-vue-router": "0.19.2",
106-
"valibot": "1.3.0",
106+
"valibot": "1.3.1",
107107
"validate-npm-package-name": "7.0.2",
108108
"virtua": "0.48.8",
109109
"vite-plugin-pwa": "1.2.0",
@@ -132,16 +132,16 @@
132132
"devalue": "5.6.4",
133133
"eslint-plugin-regexp": "3.1.0",
134134
"fast-check": "4.6.0",
135-
"h3": "1.15.8",
136-
"h3-next": "npm:h3@2.0.1-rc.16",
137-
"knip": "5.88.0",
135+
"h3": "1.15.10",
136+
"h3-next": "npm:h3@2.0.1-rc.18",
137+
"knip": "5.88.1",
138138
"markdown-it-anchor": "9.2.0",
139139
"schema-dts": "1.1.5",
140140
"storybook": "catalog:storybook",
141141
"storybook-i18n": "catalog:storybook",
142142
"typescript": "5.9.3",
143143
"unplugin-vue-markdown": "30.0.0",
144-
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.12",
144+
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.13",
145145
"vue-i18n-extract": "2.0.7",
146146
"vue-tsc": "3.2.6"
147147
},

0 commit comments

Comments
 (0)