Skip to content

Commit

Permalink
Merge pull request #42 from aneoconsulting/renovate/npm
Browse files Browse the repository at this point in the history
chore(deps): update npm packages
  • Loading branch information
fdewas-aneo authored Nov 26, 2024
2 parents 095a3ab + 11b710a commit 62dfe8b
Show file tree
Hide file tree
Showing 5 changed files with 5,127 additions and 4,852 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"Armoni",
"armonik",
"nuxt"
]
],
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
}
}
38 changes: 19 additions & 19 deletions content/1.guide/3.writing.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can add images using the classic Markdown syntax. They must be stored in the
```

::code-block{label="Preview" preview}
![ArmoniK Favicon](/favicon.ico)
![ArmoniK Favicon](/favicon.ico)
::

::
Expand Down Expand Up @@ -71,9 +71,9 @@ To use a component, you need to write it using the MDC syntax.
```

::code-block{label="Preview" preview}
::alert{type="info"}
This is an alert component.
::
::alert{type="info"}
This is an alert component.
::
::

::
Expand All @@ -90,24 +90,24 @@ You can also nest components.

```md [index.md]
::hero
:::card
A nested card
::card
A super nested card
::
:::
:::card
A nested card
::card
A super nested card
::
:::
::
```

::code-block{label="Preview" preview}
::hero
:::card
A nested card
::card
A super nested card
::
:::
::hero
:::card
A nested card
::card
A super nested card
::
:::
::
::

::
Expand All @@ -121,7 +121,7 @@ And you can use inline components to props to `span`or to use an icon.
```

::code-block{label="Preview" preview}
Hello [World]{.bg-blue-500}!
Hello [World]{.bg-blue-500}!
::

::
Expand Down Expand Up @@ -179,7 +179,7 @@ Just find your icon in [icones.js.org](https://icones.js.org) and copy the name.
```

::code-block{label="Preview" preview}
:icon{name="noto:astonished-face"}
:icon{name="noto:astonished-face"}
::

::
11 changes: 10 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,18 @@ export default defineNuxtConfig({
},
},

devtools: true,
devtools: {
enabled: true,
},

experimental: {
watcher: 'parcel',
},

hooks: {
close: (nuxt) => {
if (!nuxt.options._prepare)
process.exit()
},
},
})
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"scripts": {
"prepare": "nuxi prepare",
"dev": "nuxi dev",
"build": "npx playwright install && nuxi build",
"build": "npx playwright install && nuxi build --prerender",
"generate": "nuxi generate",
"preview": "nuxi preview",
"lint": "eslint .",
Expand All @@ -33,21 +33,21 @@
"release": "bumpp"
},
"dependencies": {
"@nuxt-themes/docus": "^1.14.3",
"@nuxt/devtools": "^1.3.1",
"mermaid": "^10.3.0",
"nuxt": "^3.6.5",
"nuxt-seo-kit": "^1.3.9",
"playwright": "^1.36.2"
"@nuxt-themes/docus": "^1.15.1",
"@nuxt/devtools": "^1.6.1",
"mermaid": "^10.9.3",
"nuxt": "^3.14.1592",
"nuxt-seo-kit": "^1.3.13",
"playwright": "^1.49.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.18.1",
"@nuxt/eslint-config": "^0.3.13",
"@parcel/watcher": "^2.2.0",
"bumpp": "^9.1.1",
"case-police": "^0.6.1",
"eslint": "^9.3.0",
"markdownlint-cli": "^0.35.0",
"typescript": "^5.1.6"
"@antfu/eslint-config": "^2.27.3",
"@nuxt/eslint-config": "^0.7.2",
"@parcel/watcher": "^2.5.0",
"bumpp": "^9.8.1",
"case-police": "^0.7.2",
"eslint": "^9.15.0",
"markdownlint-cli": "^0.43.0",
"typescript": "^5.7.2"
}
}
Loading

0 comments on commit 62dfe8b

Please sign in to comment.