Skip to content

Commit

Permalink
chore(deps): maintain dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed May 9, 2024
1 parent 28ff1d8 commit 8106724
Show file tree
Hide file tree
Showing 7 changed files with 1,248 additions and 1,625 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[![License][license-src]][license-href]

> **Warning**
> Akte is in active development, it's usable, however, consider pinning the patch version before using.
> Akte is still pre-major (pre-1.0.0), it's usable, however, consider pinning the patch version before using.
A minimal static site (and file) generator.

Expand Down
4 changes: 2 additions & 2 deletions docs/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ toc: false

# Akte

:::callout{icon= title="In active development"}
Akte is in active development, it's usable (this website is built with Akte), however, consider pinning the patch version before using.
:::callout{icon= title="Pre-major"}
Akte is still pre-major (pre-1.0.0), it's usable (this website is built with Akte), however, consider pinning the patch version before using.
:::

A minimal static site (and file) generator.
Expand Down
18 changes: 9 additions & 9 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"private": true,
"type": "module",
"scripts": {
"dev": "cross-env DEBUG=akte:app:render vite",
"dev": "cross-env DEBUG=akte:* vite",
"build": "cross-env DEBUG=akte:* vite build",
"preview": "cross-env DEBUG=akte:* vite preview"
},
"dependencies": {
"@fontsource/ibm-plex-sans": "^5.0.18",
"@wooorm/starry-night": "^3.2.0",
"@fontsource/ibm-plex-sans": "^5.0.20",
"@wooorm/starry-night": "^3.3.0",
"globby": "^13.2.2",
"hast": "^1.0.0",
"hast-util-to-string": "^3.0.0",
Expand All @@ -25,20 +25,20 @@
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"remark-rehype": "^11.1.0",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.1",
"vfile-matter": "^5.0.0"
},
"devDependencies": {
"akte": "latest",
"autoprefixer": "^10.4.16",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"cssnano": "^6.0.3",
"cssnano": "^6.1.2",
"html-minifier-terser": "^7.2.0",
"postcss-import": "^16.0.0",
"postcss-nesting": "^12.0.2",
"vite": "^5.0.11"
"postcss-import": "^16.1.0",
"postcss-nesting": "^12.1.2",
"vite": "^5.2.11"
}
}
6 changes: 3 additions & 3 deletions examples/vite/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"akte": "latest",
"html-minifier-terser": "^7.1.0",
"vite": "^4.1.4"
"html-minifier-terser": "^7.2.0",
"vite": "^5.2.11"
}
}
}
Loading

0 comments on commit 8106724

Please sign in to comment.