@compiiile/compiiile 2.8.3 → 2.8.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -540,11 +540,11 @@ The `CCard` component can be used as a traditional card or a link.
540
540
 
541
541
  <CGrid gap="20px" template="1 1">
542
542
  <CCard hintText="Go to the specific page">
543
- [Some link](./3-pro-installation.mdx)
543
+ [Some link](./3-pro-installation.md)
544
544
  </CCard>
545
545
 
546
546
  <CCard>
547
- [Link (without hint)](./3-pro-installation.mdx)
547
+ [Link (without hint)](./3-pro-installation.md)
548
548
  </CCard>
549
549
 
550
550
  <CCard>
@@ -561,11 +561,11 @@ The `CCard` component can be used as a traditional card or a link.
561
561
  ````md
562
562
  <CGrid gap="20px" template="1 1">
563
563
  <CCard hintText="Go to the specific page">
564
- [Check compiiile-pro installation](./3-pro-installation.mdx)
564
+ [Check compiiile-pro installation](./3-pro-installation.md)
565
565
  </CCard>
566
566
 
567
567
  <CCard>
568
- [Link (with hover hint)](./3-pro-installation.mdx)
568
+ [Link (with hover hint)](./3-pro-installation.md)
569
569
  </CCard>
570
570
 
571
571
  <CCard>
package/5-pro-slides.mdx CHANGED
@@ -49,11 +49,11 @@ description: "Use icons, admonitions, mermaid diagrams, markmap mindmaps in Mark
49
49
 
50
50
  <CGrid gap="20px" template="1 1">
51
51
  <CCard hintText="Go to the specific page">
52
- [Some link](./3-pro-installation.mdx)
52
+ [Some link](./3-pro-installation.md)
53
53
  </CCard>
54
54
 
55
55
  <CCard>
56
- [Link (without hint)](./3-pro-installation.mdx)
56
+ [Link (without hint)](./3-pro-installation.md)
57
57
  </CCard>
58
58
 
59
59
  <CCard>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@compiiile/compiiile",
3
3
  "private": false,
4
- "version": "2.8.3",
4
+ "version": "2.8.4",
5
5
  "description": "The most convenient way to render a folder containing markdown files. Previewing and searching markdown files has never been that easy.",
6
6
  "author": "AlbanCrepel <alban.crepel@gmail.com>",
7
7
  "license": "GPL-3.0-only",
@@ -22,17 +22,17 @@
22
22
  "url": "git+https://github.com/AlbanCrepel/compiiile.git"
23
23
  },
24
24
  "dependencies": {
25
- "@astrojs/mdx": "^2.1.1",
25
+ "@astrojs/mdx": "^2.2.1",
26
26
  "@astrojs/sitemap": "^3.1.1",
27
- "@astrojs/vue": "^4.0.8",
27
+ "@astrojs/vue": "^4.0.9",
28
28
  "@babel/core": "^7.0.0-0",
29
29
  "@babel/eslint-parser": "^7.22.15",
30
30
  "@compiiile/compiiile-pro": "^1.0.5",
31
31
  "@fontsource-variable/archivo": "^5.0.16",
32
32
  "@fontsource-variable/dm-sans": "^5.0.3",
33
33
  "@fontsource-variable/jetbrains-mono": "^5.0.18",
34
- "astro": "^4.4.3",
35
- "astro-seo": "^0.8.0",
34
+ "astro": "4.2.4",
35
+ "astro-seo": "^0.8.3",
36
36
  "eslint": "^8.51.0",
37
37
  "eslint-config-prettier": "^9.0.0",
38
38
  "eslint-plugin-vue": "^9.17.0",
@@ -51,8 +51,8 @@
51
51
  "slugify": "^1.6.6",
52
52
  "uuid": "^9.0.1",
53
53
  "vfile-matter": "^5.0.0",
54
- "vite": "^5.1.4",
55
- "vue": "^3.4.19",
54
+ "vite": "5.1.7",
55
+ "vue": "^3.4.21",
56
56
  "yargs": "^17.7.2",
57
57
  "zod": "^3.22.3"
58
58
  },