Skip to content

Commit 11fc3e4

Browse files
chore(deps): update all non-major dependencies (#2200)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
1 parent 11c525f commit 11fc3e4

4 files changed

Lines changed: 792 additions & 1030 deletions

File tree

app/assets/css/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@import "tailwindcss";
22
@import "@nuxt/ui";
3+
@import "./twoslash.css";
34

45
@source "../../../content/**/*";
56
@source "../../../node_modules/.c12";

app/assets/css/twoslash.css

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
:root {
2-
--twoslash-popup-bg: rgb(var(--color-gray-800) / 1);
3-
--twoslash-popup-color: rgb(var(--color-gray-300) / 1);
4-
--twoslash-docs-color: inherit;
5-
--twoslash-docs-font: inherit;
6-
--twoslash-code-font: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
7-
--twoslash-underline-color: #8888;
8-
--twoslash-border-color: rgb(var(--color-gray-700) / 1);
9-
--twoslash-cursor-color: rgb(var(--color-primary-DEFAULT) / 1);
10-
--twoslash-matched-color: rgb(var(--color-primary-DEFAULT) / 1);
2+
--vp-c-bg: var(--color-neutral-800);
3+
--vp-c-text-1: var(--color-neutral-300);
4+
--vp-c-text-2: var(--color-neutral-400);
5+
--vp-c-border: var(--color-neutral-700);
6+
--vp-c-brand: var(--color-primary-500);
7+
--vp-font-family-base: inherit;
8+
--vp-font-family-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
9+
--vp-code-font-size: 1em;
10+
--vp-z-index-local-nav: 10;
1111
}
1212

1313
html:not(.dark) {
14-
--twoslash-popup-bg: rgb(var(--color-gray-100) / 1);
15-
--twoslash-popup-color: rgb(var(--color-gray-600) / 1);
16-
--twoslash-border-color: rgb(var(--color-gray-300) / 1);
14+
--vp-c-bg: var(--color-neutral-100);
15+
--vp-c-text-1: var(--color-neutral-600);
16+
--vp-c-text-2: var(--color-neutral-500);
17+
--vp-c-border: var(--color-neutral-300);
1718
}
1819

1920
.twoslash-popup-container .twoslash-popup-code {

package.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt.com",
33
"version": "0.3.11",
4-
"packageManager": "pnpm@10.31.0",
4+
"packageManager": "pnpm@10.33.0",
55
"type": "module",
66
"scripts": {
77
"dev": "nuxt dev --ui-only",
@@ -24,76 +24,76 @@
2424
},
2525
"dependencies": {
2626
"@iconify-json/heroicons": "^1.2.3",
27-
"@iconify-json/logos": "^1.2.10",
28-
"@iconify-json/lucide": "^1.2.96",
29-
"@iconify-json/octicon": "^1.2.21",
30-
"@iconify-json/simple-icons": "^1.2.72",
31-
"@libsql/client": "^0.17.0",
27+
"@iconify-json/logos": "^1.2.11",
28+
"@iconify-json/lucide": "^1.2.102",
29+
"@iconify-json/octicon": "^1.2.22",
30+
"@iconify-json/simple-icons": "^1.2.78",
31+
"@libsql/client": "^0.17.2",
3232
"@npm/types": "^2.1.0",
33-
"@nuxt/content": "^3.12.0",
34-
"@nuxt/hints": "1.0.0-alpha.10",
33+
"@nuxt/content": "^3.13.0",
34+
"@nuxt/hints": "1.0.3",
3535
"@nuxt/image": "^2.0.0",
36-
"@nuxt/scripts": "^0.13.2",
37-
"@nuxt/ui": "^4.5.1",
36+
"@nuxt/scripts": "^0.13.4",
37+
"@nuxt/ui": "^4.6.1",
3838
"@nuxthub/core": "^0.10.7",
3939
"@nuxtjs/html-validator": "^2.1.0",
40-
"@nuxtjs/mcp-toolkit": "^0.7.0",
41-
"@nuxtjs/mdc": "^0.20.2",
40+
"@nuxtjs/mcp-toolkit": "^0.13.4",
41+
"@nuxtjs/mdc": "^0.21.1",
4242
"@nuxtjs/plausible": "^2.0.1",
43-
"@vercel/analytics": "^2.0.0",
43+
"@vercel/analytics": "^2.0.1",
4444
"@vercel/functions": "^3.4.3",
4545
"@vercel/speed-insights": "^2.0.0",
46-
"@vue/compiler-sfc": "^3.5.29",
46+
"@vue/compiler-sfc": "^3.5.32",
4747
"@vueuse/components": "^14.2.1",
4848
"@vueuse/core": "^14.2.1",
4949
"@vueuse/nuxt": "^14.2.1",
50-
"better-sqlite3": "^12.6.2",
50+
"better-sqlite3": "^12.9.0",
5151
"date-fns": "^4.1.0",
52-
"drizzle-orm": "^0.45.1",
52+
"drizzle-orm": "^0.45.2",
5353
"feed": "^5.2.0",
54-
"h3": "^1.15.6",
54+
"h3": "^1.15.11",
5555
"little-date": "^1.2.1",
5656
"motion-v": "^1.10.3",
5757
"nuxt": "^4.4.2",
5858
"nuxt-auth-utils": "^0.5.29",
59-
"nuxt-charts": "^2.1.3",
59+
"nuxt-charts": "^2.1.4",
6060
"nuxt-llms": "^0.2.0",
6161
"nuxt-og-image": "^5.1.13",
6262
"ofetch": "^1.5.1",
63-
"resend": "^6.9.3",
63+
"resend": "^6.12.0",
6464
"scule": "^1.3.0",
6565
"sitemap": "^9.0.1",
66-
"std-env": "^4.0.0",
66+
"std-env": "^4.1.0",
6767
"ufo": "^1.6.3",
68-
"valibot": "^1.2.0"
68+
"valibot": "^1.3.1"
6969
},
7070
"devDependencies": {
71-
"@ai-sdk/mcp": "^1.0.25",
72-
"@iconify-json/vscode-icons": "^1.2.44",
73-
"@nuxt/devtools": "^3.2.3",
71+
"@ai-sdk/mcp": "^1.0.36",
72+
"@iconify-json/vscode-icons": "^1.2.45",
73+
"@nuxt/devtools": "^3.2.4",
7474
"@nuxt/eslint": "^1.15.2",
7575
"@nuxt/modules": "^0.6.0-fdc88d",
76-
"@nuxt/test-utils": "^4.0.0",
77-
"@nuxtjs/turnstile": "^1.1.1",
78-
"@playwright/test": "^1.58.2",
76+
"@nuxt/test-utils": "^4.0.2",
77+
"@nuxtjs/turnstile": "^1.1.2",
78+
"@playwright/test": "^1.59.1",
7979
"@testing-library/vue": "^8.1.0",
8080
"@types/semver": "^7.7.1",
81-
"@types/youtube": "^0.1.2",
81+
"@types/youtube": "^0.2.0",
8282
"@vue/test-utils": "^2.4.6",
83-
"ai": "^6.0.116",
83+
"ai": "^6.0.168",
8484
"capture-website": "^5.1.0",
85-
"drizzle-kit": "^0.31.9",
86-
"eslint": "^10.0.3",
85+
"drizzle-kit": "^0.31.10",
86+
"eslint": "^10.2.0",
8787
"evalite": "1.0.0-beta.16",
88-
"happy-dom": "^20.8.3",
89-
"nuxt-content-twoslash": "^0.2.1",
90-
"playwright": "^1.58.2",
88+
"happy-dom": "^20.9.0",
89+
"nuxt-content-twoslash": "^0.4.0",
90+
"playwright": "^1.59.1",
9191
"shiki": "^4.0.2",
92-
"twoslash": "^0.3.6",
93-
"typescript": "^6.0.2",
94-
"vitest": "^4.0.18",
95-
"vue": "^3.5.29",
96-
"vue-tsc": "^3.2.5"
92+
"twoslash": "^0.3.8",
93+
"typescript": "^6.0.3",
94+
"vitest": "^4.1.4",
95+
"vue": "^3.5.32",
96+
"vue-tsc": "^3.2.6"
9797
},
9898
"pnpm": {
9999
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)