Skip to content

Commit 5842b03

Browse files
committed
chore: bump all deps and pin all but cli
1 parent 97f3a1d commit 5842b03

4 files changed

Lines changed: 343 additions & 230 deletions

File tree

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"test:types": "tsc --noEmit"
3232
},
3333
"dependencies": {
34-
"@clack/prompts": "1.0.0-alpha.9",
34+
"@clack/prompts": "^1.0.0",
3535
"citty": "^0.2.0",
3636
"h3-next": "npm:h3@^2.0.1-rc.11",
3737
"obug": "^2.1.1",

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"preview": "nuxt preview --extends docus"
1919
},
2020
"dependencies": {
21-
"docus": "latest",
22-
"better-sqlite3": "12.5.0",
23-
"nuxt": "^4.2.2"
21+
"better-sqlite3": "12.6.2",
22+
"docus": "5.4.4",
23+
"nuxt": "4.3.0"
2424
}
2525
}

package.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -32,73 +32,73 @@
3232
"test:unit": "vite test --project unit"
3333
},
3434
"dependencies": {
35-
"@atproto/lex": "^0.0.13",
35+
"@atproto/lex": "0.0.13",
3636
"@deno/doc": "jsr:^0.189.1",
37-
"@iconify-json/simple-icons": "^1.2.67",
38-
"@iconify-json/vscode-icons": "^1.2.40",
39-
"@intlify/core-base": "^11.2.8",
40-
"@intlify/shared": "^11.2.8",
37+
"@iconify-json/simple-icons": "1.2.68",
38+
"@iconify-json/vscode-icons": "1.2.40",
39+
"@intlify/core-base": "11.2.8",
40+
"@intlify/shared": "11.2.8",
4141
"@lunariajs/core": "https://pkg.pr.new/lunariajs/lunaria/@lunariajs/core@f07e1a3",
4242
"@nuxt/a11y": "1.0.0-alpha.1",
43-
"@nuxt/fonts": "^0.13.0",
44-
"@nuxt/scripts": "^0.13.2",
45-
"@nuxtjs/color-mode": "^4.0.0",
46-
"@nuxtjs/html-validator": "^2.1.0",
43+
"@nuxt/fonts": "0.13.0",
44+
"@nuxt/scripts": "0.13.2",
45+
"@nuxtjs/color-mode": "4.0.0",
46+
"@nuxtjs/html-validator": "2.1.0",
4747
"@nuxtjs/i18n": "10.2.1",
48-
"@shikijs/langs": "^3.21.0",
49-
"@shikijs/themes": "^3.21.0",
50-
"@vueuse/core": "^14.1.0",
48+
"@shikijs/langs": "3.21.0",
49+
"@shikijs/themes": "3.21.0",
50+
"@vueuse/core": "14.1.0",
5151
"@vueuse/nuxt": "14.1.0",
52-
"module-replacements": "^2.11.0",
53-
"nuxt": "^4.3.0",
54-
"nuxt-og-image": "^5.1.13",
55-
"ohash": "^2.0.11",
56-
"perfect-debounce": "^2.1.0",
57-
"sanitize-html": "^2.17.0",
58-
"semver": "^7.7.3",
59-
"shiki": "^3.21.0",
60-
"ufo": "^1.6.3",
61-
"valibot": "^1.2.0",
62-
"validate-npm-package-name": "^7.0.2",
63-
"virtua": "^0.48.3",
52+
"module-replacements": "2.11.0",
53+
"nuxt": "4.3.0",
54+
"nuxt-og-image": "5.1.13",
55+
"ohash": "2.0.11",
56+
"perfect-debounce": "2.1.0",
57+
"sanitize-html": "2.17.0",
58+
"semver": "7.7.3",
59+
"shiki": "3.21.0",
60+
"ufo": "1.6.3",
61+
"valibot": "1.2.0",
62+
"validate-npm-package-name": "7.0.2",
63+
"virtua": "0.48.5",
6464
"vue": "3.5.27",
65-
"vue-data-ui": "^3.13.7"
65+
"vue-data-ui": "3.13.7"
6666
},
6767
"devDependencies": {
6868
"@iconify-json/carbon": "1.2.18",
69-
"@iconify-json/lucide": "^1.2.87",
69+
"@iconify-json/lucide": "1.2.87",
7070
"@iconify-json/solar": "1.2.5",
71-
"@iconify-json/svg-spinners": "^1.2.4",
71+
"@iconify-json/svg-spinners": "1.2.4",
7272
"@npm/types": "2.1.0",
7373
"@nuxt/test-utils": "https://pkg.pr.new/@nuxt/test-utils@1499a48",
74-
"@playwright/test": "1.57.0",
74+
"@playwright/test": "1.58.0",
7575
"@types/sanitize-html": "2.16.0",
7676
"@types/semver": "7.7.1",
7777
"@types/validate-npm-package-name": "4.0.2",
7878
"@unocss/nuxt": "66.6.0",
7979
"@unocss/preset-wind4": "66.6.0",
8080
"@vite-pwa/assets-generator": "1.0.2",
8181
"@vite-pwa/nuxt": "1.1.0",
82-
"@vitest/browser-playwright": "^4.0.18",
83-
"@vitest/coverage-v8": "^4.0.18",
82+
"@vitest/browser-playwright": "4.0.18",
83+
"@vitest/coverage-v8": "4.0.18",
8484
"@voidzero-dev/vite-plus-core": "0.0.0-833c515fa25cef20905a7f9affb156dfa6f151ab",
8585
"@vue/test-utils": "2.4.6",
86-
"axe-core": "^4.11.1",
87-
"happy-dom": "20.3.5",
88-
"knip": "^5.82.1",
86+
"axe-core": "4.11.1",
87+
"happy-dom": "20.4.0",
88+
"knip": "5.82.1",
8989
"lint-staged": "16.2.7",
9090
"marked": "17.0.1",
91-
"playwright-core": "1.57.0",
91+
"playwright-core": "1.58.0",
9292
"simple-git-hooks": "2.13.1",
93-
"spdx-license-list": "^6.11.0",
93+
"spdx-license-list": "6.11.0",
9494
"std-env": "3.10.0",
9595
"typescript": "5.9.3",
9696
"unocss": "66.6.0",
97-
"unplugin-vue-router": "^0.19.2",
97+
"unplugin-vue-router": "0.19.2",
9898
"vite-plus": "0.0.0-833c515fa25cef20905a7f9affb156dfa6f151ab",
9999
"vitest": "npm:@voidzero-dev/vite-plus-test@0.0.0-833c515fa25cef20905a7f9affb156dfa6f151ab",
100-
"vitest-environment-nuxt": "^1.0.1",
101-
"vue-tsc": "3.2.2"
100+
"vitest-environment-nuxt": "1.0.1",
101+
"vue-tsc": "3.2.4"
102102
},
103103
"simple-git-hooks": {
104104
"pre-commit": "npx lint-staged"
@@ -111,5 +111,5 @@
111111
"vite fmt"
112112
]
113113
},
114-
"packageManager": "pnpm@10.28.1"
114+
"packageManager": "pnpm@10.28.2"
115115
}

0 commit comments

Comments
 (0)