Skip to content

Commit fd622e3

Browse files
Alexandre NédélecCopilot
andcommitted
chore: add tailwindcss dependency and remove .npmrc from workflow rules
Sync with upstream template: tailwindcss ^4.2.2 added as explicit dep, .npmrc removed from apply rules since the file no longer exists. Also add catch-all rule for unlisted upstream files. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e88e036 commit fd622e3

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/template-sync.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ apply or adapt (see rules below), fetch its current content from `nuxt-ui-templa
6868
- `eslint.config.mjs`
6969
- `tsconfig.json`
7070
- `pnpm-workspace.yaml`
71-
- `.npmrc` — apply changes (or deletion) as-is
7271
- `package.json` — apply only updates to **shared** dependencies (nuxt, @nuxt/ui, @nuxt/content,
7372
@nuxt/image, @nuxt/fonts, @nuxt/icon, typescript, vue, etc.). Do NOT remove packages that
7473
exist in this repo but not the template (e.g. @nuxtjs/seo, gsap, @vueuse/nuxt, and others).

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"nuxt": "^4.2.2",
3333
"posthog-js": "^1.345.2",
3434
"submitjson": "^0.14.0",
35+
"tailwindcss": "^4.2.2",
3536
"ufo": "^1.6.3",
3637
"zod": "^4.3.6"
3738
},

0 commit comments

Comments
 (0)