Skip to content

Commit f33ce26

Browse files
alessandrobellesiaAlessandro Bellesia
and
Alessandro Bellesia
authored
Fix injection warning (#97)
* Fix injection warning fix: add default to `useVolver()` injection * Provisional fix of `@vue/language-core` typescript bug of `useAttrs()` ref: vuejs/language-tools#5183 --------- Co-authored-by: Alessandro Bellesia <[email protected]>
1 parent 65e7b6b commit f33ce26

File tree

7 files changed

+720
-547
lines changed

7 files changed

+720
-547
lines changed

package.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@volverjs/ui-vue",
33
"type": "module",
44
"version": "0.0.0",
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].1",
66
"description": "@volverjs/ui-vue is a lightweight Vue 3 component library to accompany @volverjs/style.",
77
"author": "8 wave S.r.l.",
88
"license": "MIT",
@@ -411,28 +411,28 @@
411411
"yargs": "^17.7.2"
412412
},
413413
"devDependencies": {
414-
"@antfu/eslint-config": "4.2.0",
414+
"@antfu/eslint-config": "4.3.0",
415415
"@babel/core": "^7.26.9",
416416
"@babel/preset-env": "^7.26.9",
417417
"@babel/preset-typescript": "^7.26.0",
418418
"@iconify/types": "^2.0.0",
419419
"@iconify/utils": "^2.3.0",
420420
"@nabla/vite-plugin-eslint": "^2.0.5",
421-
"@storybook/addon-a11y": "^8.5.6",
422-
"@storybook/addon-actions": "^8.5.6",
423-
"@storybook/addon-docs": "^8.5.6",
424-
"@storybook/addon-essentials": "^8.5.6",
425-
"@storybook/addon-interactions": "^8.5.6",
426-
"@storybook/addon-links": "^8.5.6",
427-
"@storybook/cli": "^8.5.6",
428-
"@storybook/client-logger": "^8.5.6",
429-
"@storybook/core-common": "^8.5.6",
430-
"@storybook/preview-api": "^8.5.6",
431-
"@storybook/test": "^8.5.6",
432-
"@storybook/test-runner": "^0.21.0",
433-
"@storybook/types": "^8.5.6",
434-
"@storybook/vue3": "^8.5.6",
435-
"@storybook/vue3-vite": "^8.5.6",
421+
"@storybook/addon-a11y": "^8.5.8",
422+
"@storybook/addon-actions": "^8.5.8",
423+
"@storybook/addon-docs": "^8.5.8",
424+
"@storybook/addon-essentials": "^8.5.8",
425+
"@storybook/addon-interactions": "^8.5.8",
426+
"@storybook/addon-links": "^8.5.8",
427+
"@storybook/cli": "^8.5.8",
428+
"@storybook/client-logger": "^8.5.8",
429+
"@storybook/core-common": "^8.5.8",
430+
"@storybook/preview-api": "^8.5.8",
431+
"@storybook/test": "^8.5.8",
432+
"@storybook/test-runner": "^0.21.3",
433+
"@storybook/types": "^8.5.8",
434+
"@storybook/vue3": "^8.5.8",
435+
"@storybook/vue3-vite": "^8.5.8",
436436
"@tsconfig/node18": "^18.2.4",
437437
"@types/jest-axe": "^3.5.9",
438438
"@types/jsdom": "^21.1.7",
@@ -456,16 +456,16 @@
456456
"pretty-format": "^29.7.0",
457457
"remark": "^15.0.1",
458458
"sass": "^1.85.0",
459-
"storybook": "^8.5.6",
459+
"storybook": "^8.5.8",
460460
"storybook-addon-markdown-docs": "^2.0.0",
461461
"storybook-dark-mode": "^4.0.2",
462462
"terser": "^5.39.0",
463463
"ts-node": "^10.9.2",
464464
"typescript": "~5.7.3",
465-
"unplugin-auto-import": "^19.0.0",
466-
"unplugin-vue-components": "^28.0.0",
467-
"vite": "^6.1.0",
465+
"unplugin-auto-import": "^19.1.0",
466+
"unplugin-vue-components": "^28.4.0",
467+
"vite": "^6.1.1",
468468
"vite-plugin-externalize-deps": "^0.9.0",
469-
"vue-tsc": "^2.2.0"
469+
"vue-tsc": "^2.2.2"
470470
}
471471
}

0 commit comments

Comments
 (0)