Skip to content

Commit

Permalink
Merge branch 'release/v0.22.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Aug 5, 2024
2 parents 2e652d6 + 8f4cb43 commit a6b5308
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oui-kit",
"type": "module",
"version": "0.21.20",
"version": "0.22.0",
"author": {
"email": "[email protected]",
"name": "Dirk Holtwick",
Expand Down Expand Up @@ -73,25 +73,25 @@
"upload": "nr build:demo && rsync -rvz dist/* cy:public_html/oui.holtwick.de"
},
"dependencies": {
"@floating-ui/vue": "^1.1.1",
"@floating-ui/vue": "^1.1.2",
"@vueuse/core": "^10.11.0",
"vue": "^3.4.31",
"zeed": "^0.22.8"
"vue": "^3.4.35",
"zeed": "^0.23.0"
},
"devDependencies": {
"@antfu/eslint-config": "<2.22",
"@antfu/ni": "<0.22.0",
"@shikijs/markdown-it": "^1.10.3",
"@vitejs/plugin-vue": "^5.0.5",
"@vitest/browser": "^2.0.2",
"eslint": "<9",
"@antfu/eslint-config": "^2.24",
"@antfu/ni": "^0.22.0",
"@shikijs/markdown-it": "^1.12.1",
"@vitejs/plugin-vue": "^5.1.2",
"@vitest/browser": "^2.0.5",
"eslint": "^9",
"stylus": "^0.63.0",
"tsup": "^8.1.0",
"tsup": "^8.2.4",
"typescript": "<5.5",
"unplugin-vue-markdown": "^0.26.2",
"vite": "^5.3.3",
"vite": "^5.3.5",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-qrcode": "^0.2.3",
"vitest": "^2.0.2"
"vitest": "^2.0.5"
}
}
3 changes: 2 additions & 1 deletion stylus/preset/utopia.styl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ oui-utopia() {
line-height: 1;
margin-top: var(--space-m);
margin-bottom: var(--text-paragraph-spacing);
text-wrap: pretty;
// text-wrap: pretty;
text-wrap: balance;
}

h1 {
Expand Down

0 comments on commit a6b5308

Please sign in to comment.