Skip to content

Commit

Permalink
Merge branch 'release/v0.25.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Dec 10, 2024
2 parents 1774616 + b752b35 commit 7d8eef6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oui-kit",
"type": "module",
"version": "0.25.0",
"version": "0.25.1",
"author": {
"email": "dirk.holtwick@gmail.com",
"name": "Dirk Holtwick",
Expand Down Expand Up @@ -76,19 +76,19 @@
"@floating-ui/vue": "^1.1.5",
"@vueuse/core": "^12.0.0",
"vue": "^3.5.13",
"zeed": "^0.26.1"
"zeed": "^0.26.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11",
"@antfu/ni": "^0.23.1",
"@shikijs/markdown-it": "^1.24.0",
"@shikijs/markdown-it": "^1.24.2",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/browser": "^2.1.8",
"eslint": "^9.16.0",
"stylus": "^0.64.0",
"tsup": "^8.3.5",
"unplugin-vue-markdown": "^0.27.1",
"vite": "^6.0.2",
"vite": "^6.0.3",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-qrcode": "^0.2.3",
"vite-plugin-vue-devtools": "^7.6.7",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ if (!process.env.BUILD_DEMO) {
},
rollupOptions: {
// preserveEntrySignatures: "strict",
external: 'vue', // Object.keys(pkg.dependencies),
external: ['vue', '@vueuse/core', 'zeed'], // Object.keys(pkg.dependencies),
},
}
}
Expand Down

0 comments on commit 7d8eef6

Please sign in to comment.