mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-01 20:57:57 +01:00
feat(Select): new component (#92)
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
"docs:build": "nuxi generate docs",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"typecheck": "vue-tsc --noEmit",
|
||||
"typecheck": "vue-tsc --noEmit && nuxi typecheck playground",
|
||||
"test": "vitest",
|
||||
"release": "release-it"
|
||||
},
|
||||
@@ -68,7 +68,7 @@
|
||||
"@release-it/conventional-changelog": "^8.0.1",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"eslint": "^9.2.0",
|
||||
"happy-dom": "^14.10.1",
|
||||
"happy-dom": "^14.7.1",
|
||||
"joi": "^17.13.1",
|
||||
"nuxt": "^3.11.2",
|
||||
"release-it": "^17.2.1",
|
||||
|
||||
Reference in New Issue
Block a user