Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaubree committed Feb 8, 2024
1 parent 635ee48 commit 7ac26d0
Show file tree
Hide file tree
Showing 6 changed files with 915 additions and 723 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unuse-ui",
"type": "module",
"version": "0.1.21",
"packageManager": "pnpm@8.12.1",
"packageManager": "pnpm@8.15.1",
"license": "MIT",
"repository": "https://github.com/jbaubree/unuse-ui",
"sideEffects": false,
Expand Down Expand Up @@ -33,39 +33,39 @@
"up": "taze major -r -I"
},
"dependencies": {
"@headlessui/vue": "^1.7.16",
"@iconify-json/ph": "^1.1.9",
"@headlessui/vue": "^1.7.19",
"@iconify-json/ph": "^1.1.11",
"@popperjs/core": "^2.11.8",
"@vueuse/core": "^10.7.0",
"@vueuse/core": "^10.7.2",
"@vueuse/head": "^2.0.0",
"lodash-es": "^4.17.21",
"vue": "^3.3.13"
"vue": "^3.4.16"
},
"devDependencies": {
"@antfu/eslint-config": "^0.41.4",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@julr/unocss-preset-forms": "^0.1.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.10.5",
"@unocss/eslint-config": "^0.58.0",
"@unocss/reset": "^0.58.0",
"@vitejs/plugin-vue": "^4.5.2",
"bumpp": "^9.2.1",
"@types/node": "^20.11.16",
"@unocss/eslint-config": "^0.58.5",
"@unocss/reset": "^0.58.5",
"@vitejs/plugin-vue": "^5.0.3",
"bumpp": "^9.3.0",
"critters": "^0.0.20",
"eslint": "^8.56.0",
"npm-run-all": "^4.1.5",
"pnpm": "^8.12.1",
"pnpm": "^8.15.1",
"simple-git-hooks": "^2.9.0",
"taze": "^0.13.0",
"taze": "^0.13.3",
"typescript": "^5.3.3",
"unocss": "^0.58.0",
"unplugin-auto-import": "^0.17.2",
"unocss": "^0.58.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.10",
"vite-plugin-dts": "^3.6.4",
"vite": "^5.0.12",
"vite-plugin-dts": "^3.7.2",
"vitepress": "1.0.0-rc.32",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.26"
"vue-tsc": "^1.8.27"
}
}
12 changes: 6 additions & 6 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
"dev": "vite dev"
},
"dependencies": {
"@vueuse/core": "^10.7.0",
"@vueuse/core": "^10.7.2",
"unuse-ui": "workspace:*",
"vue": "^3.3.13",
"vue": "^3.4.16",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@unocss/preset-web-fonts": "^0.55.7",
"@unocss/preset-web-fonts": "^0.58.5",
"typescript": "^5.3.3",
"unplugin-vue-components": "^0.25.2",
"unplugin-vue-router": "^0.6.4",
"vite": "^4.4.12"
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-router": "^0.7.0",
"vite": "^4.5.2"
}
}
Loading

0 comments on commit 7ac26d0

Please sign in to comment.