Skip to content

Commit 67c0999

Browse files
committed
chore: update dep
1 parent 0eae4f9 commit 67c0999

File tree

5 files changed

+1283
-1010
lines changed

5 files changed

+1283
-1010
lines changed

package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-range-multi",
33
"type": "module",
44
"version": "0.4.4",
5-
"packageManager": "pnpm@10.4.0",
5+
"packageManager": "pnpm@10.7.0",
66
"description": "A Vue range / slider component that supports one or more thumb",
77
"author": "wiidede <[email protected]>",
88
"license": "MIT",
@@ -63,34 +63,34 @@
6363
"vue": "^3.0.0"
6464
},
6565
"devDependencies": {
66-
"@antfu/eslint-config": "^4.2.1",
67-
"@antfu/ni": "^23.3.1",
68-
"@antfu/utils": "^9.0.0",
69-
"@iconify-json/carbon": "^1.2.7",
66+
"@antfu/eslint-config": "^4.11.0",
67+
"@antfu/ni": "^24.3.0",
68+
"@antfu/utils": "^9.1.0",
69+
"@iconify-json/carbon": "^1.2.8",
7070
"@types/jsdom": "^21.1.7",
71-
"@types/node": "^22.13.4",
72-
"@unocss/eslint-config": "^65.5.0",
73-
"@vitejs/plugin-vue": "^5.2.1",
71+
"@types/node": "^22.13.14",
72+
"@unocss/eslint-config": "^66.1.0-beta.7",
73+
"@vitejs/plugin-vue": "^5.2.3",
7474
"@vue/test-utils": "^2.4.6",
75-
"bumpp": "^10.0.3",
75+
"bumpp": "^10.1.0",
7676
"defu": "^6.1.4",
77-
"eslint": "^9.20.1",
77+
"eslint": "^9.23.0",
7878
"eslint-plugin-format": "^1.0.1",
7979
"esno": "^4.8.0",
8080
"jsdom": "^26.0.0",
81-
"lint-staged": "^15.4.3",
82-
"pnpm": "^10.4.0",
81+
"lint-staged": "^15.5.0",
82+
"pnpm": "^10.7.0",
8383
"rimraf": "^6.0.1",
84-
"simple-git-hooks": "^2.11.1",
85-
"typescript": "^5.7.3",
86-
"unocss": "^65.5.0",
87-
"unplugin-vue-components": "^28.1.0",
88-
"vite": "^6.1.0",
89-
"vite-plugin-dts": "^4.5.0",
90-
"vite-plugin-inspect": "^10.2.1",
91-
"vitest": "^3.0.5",
84+
"simple-git-hooks": "^2.12.1",
85+
"typescript": "^5.8.2",
86+
"unocss": "^66.1.0-beta.7",
87+
"unplugin-vue-components": "^28.4.1",
88+
"vite": "^6.2.3",
89+
"vite-plugin-dts": "^4.5.3",
90+
"vite-plugin-inspect": "^11.0.0",
91+
"vitest": "^3.0.9",
9292
"vue": "^3.5.13",
93-
"vue-tsc": "^2.2.2"
93+
"vue-tsc": "^2.2.8"
9494
},
9595
"pnpm": {
9696
"onlyBuiltDependencies": [

playground/components.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// @ts-nocheck
33
// Generated by unplugin-vue-components
44
// Read more: https://github.com/vuejs/core/pull/3399
5+
// biome-ignore lint: disable
56
export {}
67

78
/* prettier-ignore */

playground/unocss.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
presetAttributify,
55
presetIcons,
66
presetTypography,
7-
presetUno,
7+
presetWind3,
88
transformerDirectives,
99
transformerVariantGroup,
1010
} from 'unocss'
@@ -18,7 +18,7 @@ export default defineConfig(defu({
1818
['value', 'text-sm inline-block m0 p0 ws-pre-wrap text-zinc-700 dark:text-zinc-400 b b-solid b-zinc-300 bg-zinc-50 dark:bg-zinc-900 dark:b-zinc-700 rd'],
1919
],
2020
presets: [
21-
presetUno(),
21+
presetWind3(),
2222
presetAttributify(),
2323
presetIcons({
2424
scale: 1.2,

0 commit comments

Comments
 (0)