Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zirbest committed Oct 25, 2023
1 parent 33fef3e commit 8c39af6
Show file tree
Hide file tree
Showing 4 changed files with 824 additions and 1,013 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unocss-preset-primitives",
"type": "module",
"version": "0.0.1-beta.12",
"packageManager": "pnpm@8.8.0",
"packageManager": "pnpm@8.9.2",
"description": "A UnoCSS preset and variants for styling headlessui, radix-ui, kobalte state or custom one",
"author": "zirbest <zirbst@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -57,23 +57,23 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@unocss/core": "^0.56.4"
"@unocss/core": "^0.57.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@antfu/ni": "^0.21.8",
"@antfu/utils": "^0.7.6",
"@types/node": "^20.8.1",
"@types/node": "^20.8.8",
"@vitest/ui": "^0.34.6",
"bumpp": "^9.2.0",
"eslint": "^8.48.0",
"eslint-plugin-vue": "^9.17.0",
"eslint": "^8.52.0",
"eslint-plugin-vue": "^9.18.0",
"esno": "^0.17.0",
"pnpm": "^8.8.0",
"rimraf": "^5.0.1",
"pnpm": "^8.9.2",
"rimraf": "^5.0.5",
"typescript": "^5.2.2",
"unbuild": "^1.2.1",
"vite": "^4.4.9",
"unbuild": "^2.0.0",
"vite": "^4.5.0",
"vitest": "^0.34.6"
}
}
2 changes: 2 additions & 0 deletions playground/auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ declare global {
const h: typeof import('vue')['h']
const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
const inject: typeof import('vue')['inject']
const injectLocal: typeof import('@vueuse/core')['injectLocal']
const isDefined: typeof import('@vueuse/core')['isDefined']
const isProxy: typeof import('vue')['isProxy']
const isReactive: typeof import('vue')['isReactive']
Expand Down Expand Up @@ -73,6 +74,7 @@ declare global {
const onUpdated: typeof import('vue')['onUpdated']
const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
const provide: typeof import('vue')['provide']
const provideLocal: typeof import('@vueuse/core')['provideLocal']
const reactify: typeof import('@vueuse/core')['reactify']
const reactifyObject: typeof import('@vueuse/core')['reactifyObject']
const reactive: typeof import('vue')['reactive']
Expand Down
18 changes: 9 additions & 9 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"packageManager": "pnpm@8.8.0",
"packageManager": "pnpm@8.9.2",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --open",
Expand All @@ -9,22 +9,22 @@
},
"dependencies": {
"@headlessui/vue": "^1.7.16",
"@vueuse/core": "^10.4.1",
"vue": "^3.3.4",
"@vueuse/core": "^10.5.0",
"vue": "^3.3.7",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.21",
"@types/node": "^20.8.1",
"@unocss/reset": "^0.56.4",
"@types/node": "^20.8.8",
"@unocss/reset": "^0.57.1",
"@vitejs/plugin-vue": "^4.4.0",
"pnpm": "^8.8.0",
"pnpm": "^8.9.2",
"typescript": "^5.2.2",
"unocss": "^0.56.4",
"unocss": "^0.57.1",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vite": "^4.5.0",
"vite-plugin-pages": "^0.31.0",
"vue-tsc": "^1.8.15"
"vue-tsc": "^1.8.21"
}
}
Loading

0 comments on commit 8c39af6

Please sign in to comment.