Skip to content

Commit d4e70bb

Browse files
authored
Merge branch 'main' into add-lucide-motion-vue
2 parents c00ff97 + 94e7550 commit d4e70bb

27 files changed

Lines changed: 260 additions & 239 deletions

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1414
- run: corepack enable
15-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
15+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
1616
with:
1717
node-version: lts/*
1818
cache: "pnpm"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919
- run: corepack enable
20-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
20+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2121
with:
2222
node-version: lts/*
2323
cache: "pnpm"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2121
- run: corepack enable
22-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
22+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2323
with:
2424
node-version: latest
2525
cache: "pnpm"

icons/chatwoot.png

-22.2 KB
Binary file not shown.

icons/comark.svg

Lines changed: 4 additions & 0 deletions
Loading

modules/askdoppler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ learn_more: https://docs.askdoppler.com/integrations/nuxt
1111
category: SEO
1212
type: 3rd-party
1313
maintainers:
14-
- name: maxime
14+
- name: Maxime Dolores
1515
github: mdolr
1616
twitter: m_dolr
1717
compatibility:

modules/chatwoot.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

modules/comark.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: comark
2+
description: Components in Markdown (Comark) parser with streaming support.
3+
repo: comarkdown/comark#main/packages/comark-nuxt
4+
npm: '@comark/nuxt'
5+
icon: comark.svg
6+
github: https://github.com/comarkdown/comark
7+
website: https://comark.dev/
8+
learn_more: https://comark.dev/rendering/nuxt
9+
category: Libraries
10+
type: 3rd-party
11+
maintainers:
12+
- name: Farnabaz
13+
github: farnabaz
14+
twitter: a_birang
15+
bluesky: farnabaz.dev
16+
- name: Sébastien Chopin
17+
github: Atinux
18+
twitter: atinux
19+
bluesky: atinux.com
20+
- name: Baptiste Leproux
21+
github: larbish
22+
twitter: _larbish
23+
bluesky: larbish.bsky.social
24+
compatibility:
25+
nuxt: '>=3.0.0'
26+
requires: {}

modules/datocms-nuxt2.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

modules/hotjar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ learn_more: https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar
99
category: SEO
1010
type: 3rd-party
1111
maintainers:
12-
- name: raphaeldamevin
12+
- name: damevin
1313
github: damevin
1414
compatibility:
1515
nuxt: '>=3.0.0'

0 commit comments

Comments
 (0)