-
Notifications
You must be signed in to change notification settings - Fork 3
[template-sync] Sync with nuxt-ui-templates/saas — 2026-03-30 #130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "upstreamRepo": "nuxt-ui-templates/saas", | ||
| "lastSyncedCommit": "d548b61351af9ef0802da1946d26b2c35a3db449", | ||
| "lastSyncedCommit": "51326517c04ab00413e42c63bd015c92f84588fd", | ||
| "lastSyncDate": "2026-03-30T00:00:00Z" | ||
| } |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -14,22 +14,22 @@ | |||||
| }, | ||||||
| "dependencies": { | ||||||
| "@giscus/vue": "^3.1.1", | ||||||
| "@iconify-json/lucide": "^1.2.90", | ||||||
| "@iconify-json/simple-icons": "^1.2.70", | ||||||
| "@nuxt/content": "^3.11.2", | ||||||
| "@iconify-json/lucide": "^1.2.100", | ||||||
| "@iconify-json/simple-icons": "^1.2.75", | ||||||
| "@nuxt/content": "^3.12.0", | ||||||
| "@nuxt/hints": "1.0.0-alpha.6", | ||||||
| "@nuxt/image": "^2.0.0", | ||||||
| "@nuxt/scripts": "0.13.2", | ||||||
| "@nuxt/ui": "^4.4.0", | ||||||
| "@nuxt/ui": "^4.6.0", | ||||||
| "@nuxtjs/seo": "^3.4.0", | ||||||
| "@shikijs/engine-javascript": "^4.0.2", | ||||||
| "@standard-schema/spec": "^1.1.0", | ||||||
| "@unhead/vue": "^2.1.4", | ||||||
| "@vueuse/nuxt": "^14.2.1", | ||||||
| "better-sqlite3": "^12.6.2", | ||||||
| "better-sqlite3": "^12.8.0", | ||||||
| "feed": "^5.2.0", | ||||||
| "just-kebab-case": "^4.2.0", | ||||||
| "nuxt": "^4.2.2", | ||||||
| "nuxt": "^4.4.2", | ||||||
| "posthog-js": "^1.345.2", | ||||||
| "submitjson": "^0.14.0", | ||||||
| "tailwindcss": "^4.2.2", | ||||||
|
|
@@ -41,11 +41,11 @@ | |||||
| "@iconify-json/heroicons": "^1.2.3", | ||||||
| "@iconify-json/ph": "^1.2.2", | ||||||
| "@iconify-json/vscode-icons": "^1.2.41", | ||||||
| "@nuxt/eslint": "^1.15.1", | ||||||
| "@nuxt/eslint": "^1.15.2", | ||||||
| "@stefanobartoletti/nuxt-social-share": "^2.3.1", | ||||||
| "eslint": "^10.0.3", | ||||||
| "typescript": "^5.9.3", | ||||||
| "vue-tsc": "^3.2.4" | ||||||
| "eslint": "^10.1.0", | ||||||
| "typescript": "^6.0.2", | ||||||
|
||||||
| "typescript": "^6.0.2", | |
| "typescript": "^5.6.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nuxt
4.4.2(and related packages like@nuxt/ui@4.6.0) now require Node^20.19.0 || >=22.12.0(per theirenginesfield). Since this repo doesn't declare a"engines"constraint inpackage.json, developers on older Node 20.x patch versions may hit install/runtime failures without a clear message. Consider adding anengines.nodeentry matching the new minimum to make the requirement explicit and enforceable.