Skip to content

Commit

Permalink
Merge branch 'release/v0.24.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Nov 1, 2024
2 parents 4012b03 + 1b4c220 commit dd768b4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.3",
"version": "0.24.4",
"author": {
"email": "dirk.holtwick@gmail.com",
"name": "Dirk Holtwick",
Expand Down Expand Up @@ -74,16 +74,16 @@
},
"dependencies": {
"@floating-ui/vue": "^1.1.5",
"@vueuse/core": "^11.1.0",
"@vueuse/core": "^11.2.0",
"vue": "^3.5.12",
"zeed": "^0.25.4"
"zeed": "^0.25.7"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8",
"@antfu/ni": "^0.23.0",
"@shikijs/markdown-it": "^1.22.1",
"@shikijs/markdown-it": "^1.22.2",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/browser": "^2.1.3",
"@vitest/browser": "^2.1.4",
"eslint": "^9",
"stylus": "^0.64.0",
"tsup": "^8.3.5",
Expand All @@ -93,6 +93,6 @@
"vite-plugin-dts": "^4.3.0",
"vite-plugin-qrcode": "^0.2.3",
"vite-plugin-vue-devtools": "^7.6.2",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
}
}

0 comments on commit dd768b4

Please sign in to comment.