Skip to content

Commit 55fbec0

Browse files
chore(deps): sync with nuxt-ui-templates/saas (TypeScript 6, pnpm 10.33)
1 parent fa85b0c commit 55fbec0

4 files changed

Lines changed: 3672 additions & 1977 deletions

File tree

.github/template-sync-state.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"upstreamRepo": "nuxt-ui-templates/saas",
3-
"lastSyncedCommit": "d548b61351af9ef0802da1946d26b2c35a3db449",
3+
"lastSyncedCommit": "51326517c04ab00413e42c63bd015c92f84588fd",
44
"lastSyncDate": "2026-03-30T00:00:00Z"
55
}

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
shamefully-hoist=true

package.json

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@
1414
},
1515
"dependencies": {
1616
"@giscus/vue": "^3.1.1",
17-
"@iconify-json/lucide": "^1.2.90",
18-
"@iconify-json/simple-icons": "^1.2.70",
19-
"@nuxt/content": "^3.11.2",
17+
"@iconify-json/lucide": "^1.2.100",
18+
"@iconify-json/simple-icons": "^1.2.75",
19+
"@nuxt/content": "^3.12.0",
2020
"@nuxt/hints": "1.0.0-alpha.6",
2121
"@nuxt/image": "^2.0.0",
2222
"@nuxt/scripts": "0.13.2",
23-
"@nuxt/ui": "^4.4.0",
23+
"@nuxt/ui": "^4.6.0",
2424
"@nuxtjs/seo": "^3.4.0",
2525
"@shikijs/engine-javascript": "^4.0.2",
2626
"@standard-schema/spec": "^1.1.0",
2727
"@unhead/vue": "^2.1.4",
2828
"@vueuse/nuxt": "^14.2.1",
29-
"better-sqlite3": "^12.6.2",
29+
"better-sqlite3": "^12.8.0",
3030
"feed": "^5.2.0",
3131
"just-kebab-case": "^4.2.0",
32-
"nuxt": "^4.2.2",
32+
"nuxt": "^4.4.2",
3333
"posthog-js": "^1.345.2",
3434
"submitjson": "^0.14.0",
3535
"tailwindcss": "^4.2.2",
@@ -41,11 +41,14 @@
4141
"@iconify-json/heroicons": "^1.2.3",
4242
"@iconify-json/ph": "^1.2.2",
4343
"@iconify-json/vscode-icons": "^1.2.41",
44-
"@nuxt/eslint": "^1.15.1",
44+
"@nuxt/eslint": "^1.15.2",
4545
"@stefanobartoletti/nuxt-social-share": "^2.3.1",
46-
"eslint": "^10.0.3",
47-
"typescript": "^5.9.3",
48-
"vue-tsc": "^3.2.4"
46+
"eslint": "^10.1.0",
47+
"typescript": "^6.0.2",
48+
"vue-tsc": "^3.2.6"
4949
},
50-
"packageManager": "pnpm@10.29.2"
50+
"packageManager": "pnpm@10.33.0",
51+
"engines": {
52+
"node": "^20.19.0 || >=22.12.0"
53+
}
5154
}

0 commit comments

Comments
 (0)