Skip to content

Commit

Permalink
chore(form) component, version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ManukMinasyan committed Jun 7, 2024
1 parent ab49d4d commit 9865e12
Show file tree
Hide file tree
Showing 3 changed files with 397 additions and 365 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stellar-ui",
"version": "0.0.65",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "rimraf dist && run-p build:stellar build:helpers",
Expand All @@ -15,17 +15,17 @@
},
"devDependencies": {
"@rollup/plugin-alias": "^5.1.0",
"@types/node": "^20.12.12",
"@vitejs/plugin-vue": "^5.0.4",
"@types/node": "^20.14.2",
"@vitejs/plugin-vue": "^5.0.5",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.7",
"sass": "^1.77.2",
"tailwindcss": "^3.4.3",
"sass": "^1.77.4",
"tailwindcss": "^3.4.4",
"typescript": "latest",
"vite": "^5.2.11",
"vitepress": "^1.2.2",
"vite": "^5.2.13",
"vitepress": "^1.2.3",
"vue-tsc": "^2.0.19"
},
"files": [
Expand Down Expand Up @@ -69,21 +69,21 @@
"@docsearch/js": "^3.6.0",
"@headlessui/vue": "^1.7.22",
"@iconify-json/heroicons": "^1.1.21",
"@iconify-json/lucide": "^1.1.188",
"@iconify-json/lucide": "^1.1.190",
"@iconify-json/mdi": "^1.1.66",
"@iconify/json": "^2.2.214",
"@iconify/json": "^2.2.217",
"@iconify/tailwind": "^1.1.1",
"@popperjs/core": "^2.11.8",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@vueuse/core": "^10.9.0",
"@vueuse/integrations": "^10.9.0",
"@vueuse/math": "^10.9.0",
"@vueuse/shared": "^10.9.0",
"@vueuse/core": "^10.10.0",
"@vueuse/integrations": "^10.10.0",
"@vueuse/math": "^10.10.0",
"@vueuse/shared": "^10.10.0",
"autoprefixer": "^10.4.19",
"cssnano": "^7.0.1",
"cssnano": "^7.0.2",
"defu": "^6.1.4",
"fast-glob": "^3.3.2",
"fuse.js": "^7.0.0",
Expand All @@ -97,7 +97,7 @@
"tailwind-merge": "^2.3.0",
"valibot": "^0.30.0",
"vite-plugin-dts": "^3.9.1",
"vue-demi": "^0.14.7",
"vue-demi": "^0.14.8",
"yup": "^1.4.0",
"zod": "^3.23.8"
}
Expand Down
Loading

0 comments on commit 9865e12

Please sign in to comment.