Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 21, 2022
1 parent 01e0657 commit b99ea25
Show file tree
Hide file tree
Showing 26 changed files with 1,647 additions and 1,193 deletions.
8 changes: 4 additions & 4 deletions bench/package.json
Expand Up @@ -4,14 +4,14 @@
},
"devDependencies": {
"@unocss/vite": "workspace:*",
"@vitejs/plugin-vue": "^3.0.1",
"@vitejs/plugin-vue": "^3.0.3",
"autoprefixer": "^10.4.8",
"fs-extra": "^10.1.0",
"local-pkg": "^0.4.2",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.7",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"unocss": "workspace:*",
"vite": "^3.0.4",
"vite": "^3.0.8",
"vite-plugin-windicss": "^1.8.7",
"vue": "^3.2.37",
"windicss": "^3.5.6"
Expand Down
10 changes: 5 additions & 5 deletions examples/next/package.json
Expand Up @@ -8,21 +8,21 @@
"lint": "next lint"
},
"dependencies": {
"next": "12.2.3",
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"unocss-nextjs": "link:"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.7",
"@types/node": "18.6.3",
"@types/react": "18.0.15",
"@types/node": "18.7.6",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@unocss/preset-attributify": "link:../../packages/preset-attributify",
"@unocss/reset": "link:../../packages/reset",
"@unocss/webpack": "link:../../packages/webpack",
"eslint": "8.21.0",
"eslint-config-next": "12.2.3",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"typescript": "4.7.4",
"unocss": "link:../../packages/unocss"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/nuxt3/package.json
Expand Up @@ -10,7 +10,7 @@
"@unocss/core": "link:../../packages/core",
"@unocss/nuxt": "link:../../packages/nuxt",
"@unocss/reset": "link:../../packages/reset",
"nuxt": "^3.0.0-rc.6",
"nuxt": "^3.0.0-rc.8",
"unocss": "link:../../packages/unocss"
}
}
10 changes: 5 additions & 5 deletions examples/remix/package.json
Expand Up @@ -15,16 +15,16 @@
"start": "remix-serve build"
},
"dependencies": {
"@remix-run/react": "^1.6.7",
"@remix-run/serve": "^1.6.7",
"@remix-run/react": "^1.6.8",
"@remix-run/serve": "^1.6.8",
"@unocss/reset": "link:../../packages/reset",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remix": "^1.6.7"
"remix": "^1.6.8"
},
"devDependencies": {
"@remix-run/dev": "^1.6.7",
"@types/react": "^18.0.15",
"@remix-run/dev": "^1.6.8",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@unocss/cli": "link:../../packages/cli",
"@unocss/preset-attributify": "link:../../packages/preset-attributify",
Expand Down
4 changes: 2 additions & 2 deletions examples/sveltekit/package.json
Expand Up @@ -18,11 +18,11 @@
"@unocss/core": "link:../../packages/core",
"@unocss/preset-icons": "link:../../packages/preset-icons",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-check": "^2.8.1",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"unocss": "link:../../packages/unocss",
"vite": "3.0.4"
"vite": "3.0.8"
}
}
2 changes: 1 addition & 1 deletion examples/vite-elm/package.json
Expand Up @@ -16,7 +16,7 @@
"@unocss/preset-uno": "link:../../packages/preset-uno",
"elm-tooling": "^1.8.0",
"unocss": "link:../../packages/unocss",
"vite": "^3.0.4",
"vite": "^3.0.8",
"vite-plugin-elm": "^2.7.2"
}
}
4 changes: 2 additions & 2 deletions examples/vite-lit/package.json
Expand Up @@ -15,7 +15,7 @@
"build": "tsc && vite build"
},
"dependencies": {
"lit": "^2.2.8"
"lit": "^2.3.0"
},
"devDependencies": {
"@iconify-json/logos": "^1.1.14",
Expand All @@ -24,7 +24,7 @@
"@unocss/preset-icons": "link:../../packages/preset-icons",
"typescript": "^4.7.4",
"unocss": "link:../../packages/unocss",
"vite": "^3.0.4",
"vite": "^3.0.8",
"vite-plugin-inspect": "^0.6.0"
}
}
4 changes: 2 additions & 2 deletions examples/vite-preact/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.10.0"
"preact": "^10.10.3"
},
"devDependencies": {
"@iconify-json/logos": "^1.1.14",
Expand All @@ -21,6 +21,6 @@
"cross-env": "^7.0.3",
"typescript": "^4.7.4",
"unocss": "link:../../packages/unocss",
"vite": "^3.0.4"
"vite": "^3.0.8"
}
}
6 changes: 3 additions & 3 deletions examples/vite-react/package.json
Expand Up @@ -14,15 +14,15 @@
},
"devDependencies": {
"@iconify-json/logos": "^1.1.14",
"@types/react": "^18.0.15",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@unocss/core": "link:../../packages/core",
"@unocss/preset-attributify": "link:../../packages/preset-attributify",
"@unocss/preset-icons": "link:../../packages/preset-icons",
"@vitejs/plugin-react": "^2.0.0",
"@vitejs/plugin-react": "^2.0.1",
"cross-env": "^7.0.3",
"typescript": "^4.7.4",
"unocss": "link:../../packages/unocss",
"vite": "^3.0.4"
"vite": "^3.0.8"
}
}
2 changes: 1 addition & 1 deletion examples/vite-solid/package.json
Expand Up @@ -17,7 +17,7 @@
"@unocss/preset-icons": "link:../../packages/preset-icons",
"typescript": "^4.7.4",
"unocss": "link:../../packages/unocss",
"vite": "^3.0.4",
"vite": "^3.0.8",
"vite-plugin-solid": "^2.3.0"
}
}
4 changes: 2 additions & 2 deletions examples/vite-svelte/package.json
Expand Up @@ -15,11 +15,11 @@
"@unocss/core": "link:../../packages/core",
"@unocss/preset-icons": "link:../../packages/preset-icons",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-check": "^2.8.1",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"unocss": "link:../../packages/unocss",
"vite": "^3.0.4"
"vite": "^3.0.8"
}
}
6 changes: 3 additions & 3 deletions examples/vite-vue3/package.json
Expand Up @@ -14,9 +14,9 @@
"@unocss/core": "link:../../packages/core",
"@unocss/preset-attributify": "link:../../packages/preset-attributify",
"@unocss/preset-icons": "link:../../packages/preset-icons",
"@vitejs/plugin-vue": "^3.0.0",
"typescript": "^4.6.4",
"@vitejs/plugin-vue": "^3.0.3",
"typescript": "^4.7.4",
"unocss": "link:../../packages/unocss",
"vite": "^3.0.0"
"vite": "^3.0.8"
}
}
6 changes: 3 additions & 3 deletions examples/vite-watch-mode/package.json
Expand Up @@ -12,15 +12,15 @@
},
"devDependencies": {
"@iconify-json/logos": "^1.1.14",
"@types/react": "^18.0.15",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@unocss/core": "link:../../packages/core",
"@unocss/preset-attributify": "link:../../packages/preset-attributify",
"@unocss/preset-icons": "link:../../packages/preset-icons",
"@vitejs/plugin-react": "^2.0.0",
"@vitejs/plugin-react": "^2.0.1",
"cross-env": "^7.0.3",
"typescript": "^4.7.4",
"unocss": "link:../../packages/unocss",
"vite": "^3.0.4"
"vite": "^3.0.8"
}
}
4 changes: 2 additions & 2 deletions examples/vue-cli/package.json
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@unocss/webpack": "link:../../packages/webpack",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-service": "~5.0.8"
"@vue/cli-plugin-babel": "~4.5.15",
"@vue/cli-service": "~4.5.15"
}
}
10 changes: 5 additions & 5 deletions examples/webpack4/package.json
Expand Up @@ -5,13 +5,13 @@
"build": "vue-cli-service build"
},
"dependencies": {
"vue": "^2.6.11"
"vue": "^2.7.8"
},
"devDependencies": {
"@unocss/webpack": "link:../../packages/webpack",
"@vue/cli-plugin-babel": "~4.5.15",
"@vue/cli-service": "~4.5.15",
"unocss": "^0.45.6",
"vue-template-compiler": "^2.6.11"
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"unocss": "^0.45.8",
"vue-template-compiler": "^2.7.8"
}
}
8 changes: 4 additions & 4 deletions interactive/package.json
Expand Up @@ -19,13 +19,13 @@
"fuse.js": "^6.6.2",
"js-yaml": "^4.1.0",
"knitwork": "^0.1.2",
"markdown-it-link-attributes": "^4.0.0",
"nuxt": "3.0.0-rc.6",
"markdown-it-link-attributes": "^4.0.1",
"nuxt": "3.0.0-rc.8",
"p-limit": "^4.0.0",
"postcss-nested": "^5.0.6",
"prettier": "^2.7.1",
"shiki": "^0.10.1",
"theme-vitesse": "^0.5.0",
"shiki": "^0.11.1",
"theme-vitesse": "^0.5.1",
"vite-plugin-vue-markdown": "^0.21.1"
}
}
36 changes: 18 additions & 18 deletions package.json
Expand Up @@ -20,16 +20,16 @@
"test:update": "vitest -u"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@antfu/eslint-config": "^0.26.1",
"@antfu/ni": "^0.17.2",
"@iconify-json/carbon": "^1.1.7",
"@iconify-json/iconoir": "^1.1.8",
"@iconify-json/la": "^1.1.2",
"@iconify-json/logos": "^1.1.14",
"@iconify-json/mdi": "^1.1.29",
"@iconify-json/mdi": "^1.1.30",
"@iconify-json/ph": "^1.1.2",
"@iconify-json/ri": "^1.1.3",
"@iconify-json/tabler": "^1.1.21",
"@iconify-json/tabler": "^1.1.25",
"@iconify-json/teenyicons": "^1.1.3",
"@iconify-json/twemoji": "^1.1.5",
"@iconify-json/uim": "^1.1.2",
Expand All @@ -40,9 +40,9 @@
"@types/js-yaml": "^4.0.5",
"@types/lz-string": "^1.3.34",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/node": "^18.6.3",
"@types/prettier": "^2.6.4",
"@types/react": "^18.0.15",
"@types/node": "^18.7.6",
"@types/prettier": "^2.7.0",
"@types/react": "^18.0.17",
"@types/ws": "^8.5.3",
"@unocss/autocomplete": "workspace:*",
"@unocss/cli": "workspace:*",
Expand All @@ -62,15 +62,15 @@
"@unocss/transformer-variant-group": "workspace:*",
"@unocss/vite": "workspace:*",
"@unocss/webpack": "workspace:*",
"@vitejs/plugin-vue": "^3.0.1",
"@vitest/ui": "^0.20.3",
"@vitejs/plugin-vue": "^3.0.3",
"@vitest/ui": "^0.22.1",
"@vueuse/core": "^9.1.0",
"@vueuse/math": "^9.1.0",
"brotli-size": "^4.0.0",
"bumpp": "^8.2.1",
"codemirror": "^5.65.6",
"codemirror-theme-vars": "^0.1.1",
"eslint": "^8.21.0",
"eslint": "^8.22.0",
"esno": "^0.16.3",
"execa": "^6.1.0",
"fast-glob": "^3.2.11",
Expand All @@ -80,26 +80,26 @@
"lz-string": "^1.4.4",
"magic-string": "^0.26.2",
"msw": "^0.44.2",
"nuxt": "3.0.0-rc.6",
"nuxt": "3.0.0-rc.8",
"nuxt-tsconfig-stub": "^0.0.2",
"pnpm": "7.8.0",
"pnpm": "7.9.3",
"prettier": "^2.7.1",
"react": "^18.2.0",
"rollup": "^2.77.2",
"rollup": "^2.78.0",
"semver": "^7.3.7",
"simple-git-hooks": "^2.8.0",
"splitpanes": "^3.1.1",
"terser": "^5.14.2",
"tsup": "^6.2.1",
"tsup": "^6.2.2",
"typescript": "^4.7.4",
"unbuild": "^0.7.6",
"unbuild": "^0.8.8",
"unocss": "workspace:*",
"unplugin-auto-import": "^0.10.3",
"unplugin-vue-components": "^0.22.0",
"vite": "3.0.4",
"unplugin-auto-import": "^0.11.1",
"unplugin-vue-components": "^0.22.4",
"vite": "3.0.8",
"vite-plugin-inspect": "^0.6.0",
"vite-plugin-pages": "^0.25.0",
"vitest": "^0.20.3",
"vitest": "^0.22.1",
"vue": "^3.2.37",
"vue-router": "^4.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/autocomplete/package.json
Expand Up @@ -36,7 +36,7 @@
"stub": "unbuild --stub"
},
"dependencies": {
"lru-cache": "^7.13.2"
"lru-cache": "^7.14.0"
},
"devDependencies": {
"@unocss/core": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -51,7 +51,7 @@
"colorette": "^2.0.19",
"consola": "^2.15.3",
"fast-glob": "^3.2.11",
"pathe": "^0.3.3",
"pathe": "^0.3.5",
"perfect-debounce": "^0.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Expand Up @@ -40,7 +40,7 @@
"stub": "unbuild --stub"
},
"dependencies": {
"@nuxt/kit": "^3.0.0-rc.6",
"@nuxt/kit": "^3.0.0-rc.8",
"@unocss/core": "workspace:*",
"@unocss/preset-attributify": "workspace:*",
"@unocss/preset-icons": "workspace:*",
Expand All @@ -55,6 +55,6 @@
"unocss": "workspace:*"
},
"devDependencies": {
"@nuxt/schema": "^3.0.0-rc.6"
"@nuxt/schema": "^3.0.0-rc.8"
}
}
2 changes: 1 addition & 1 deletion packages/preset-wind/src/variants/misc.ts
@@ -1,7 +1,7 @@
import type { Variant } from '@unocss/core'

export const variantSpaceAndDivide: Variant = (matcher) => {
if (/^space-?([xy])-?(-?.+)$/.test(matcher) || /^divide-/.test(matcher)) {
if (/^space-?([xy])-?(-?.+)$/.test(matcher) || matcher.startsWith('divide-')) {
return {
matcher,
selector: (input) => {
Expand Down
2 changes: 1 addition & 1 deletion packages/transformer-directives/package.json
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@unocss/core": "workspace:*",
"css-tree": "^2.1.0"
"css-tree": "^2.2.1"
},
"devDependencies": {
"magic-string": "^0.26.2"
Expand Down

0 comments on commit b99ea25

Please sign in to comment.