Skip to content

Commit

Permalink
Merge branch 'release/v0.25.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Dec 2, 2024
2 parents dd768b4 + 6b0effb commit 1774616
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oui-kit",
"type": "module",
"version": "0.24.4",
"version": "0.25.0",
"author": {
"email": "[email protected]",
"name": "Dirk Holtwick",
Expand Down Expand Up @@ -39,7 +39,7 @@
"types": "./dist/lib.d.ts",
"import": "./dist/lib.js"
},
"./css": "./dist/style.css",
"./css": "./dist/lib.css",
"./default-app": "./stylus/default-app.styl",
"./default-page": "./stylus/default-page.styl",
"./lib": "./lib/index.styl",
Expand Down Expand Up @@ -74,25 +74,24 @@
},
"dependencies": {
"@floating-ui/vue": "^1.1.5",
"@vueuse/core": "^11.2.0",
"vue": "^3.5.12",
"zeed": "^0.25.7"
"@vueuse/core": "^12.0.0",
"vue": "^3.5.13",
"zeed": "^0.26.1"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8",
"@antfu/ni": "^0.23.0",
"@shikijs/markdown-it": "^1.22.2",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/browser": "^2.1.4",
"eslint": "^9",
"@antfu/eslint-config": "^3.11",
"@antfu/ni": "^0.23.1",
"@shikijs/markdown-it": "^1.24.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/browser": "^2.1.8",
"eslint": "^9.16.0",
"stylus": "^0.64.0",
"tsup": "^8.3.5",
"typescript": "^5.6",
"unplugin-vue-markdown": "^0.26.2",
"vite": "^5.4.10",
"unplugin-vue-markdown": "^0.27.1",
"vite": "^6.0.2",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-qrcode": "^0.2.3",
"vite-plugin-vue-devtools": "^7.6.2",
"vitest": "^2.1.4"
"vite-plugin-vue-devtools": "^7.6.7",
"vitest": "^2.1.8"
}
}
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const config: UserConfig = {
alias: {
'@': fileURLToPath(new URL('./lib', import.meta.url)),
},
conditions: ['module', 'browser'],
},
// server: {
// port: 8080,
Expand Down

0 comments on commit 1774616

Please sign in to comment.