chore: bump version

This commit is contained in:
zernonia 2023-09-06 13:06:58 +08:00
parent ec0c3cc659
commit b89d7d3ce5
2 changed files with 6 additions and 6 deletions

View File

@ -36,7 +36,7 @@ npx shadcn-vue add
## Documentation ## Documentation
Visit http://ui.shadcn.com/docs to view the documentation. Visit http://shadcn-vue.com to view the documentation.
## License ## License

View File

@ -1,7 +1,7 @@
{ {
"name": "shadcn-vue", "name": "shadcn-vue",
"type": "module", "type": "module",
"version": "0.0.1", "version": "0.0.3",
"description": "Add components to your apps.", "description": "Add components to your apps.",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
@ -57,12 +57,15 @@
"fs-extra": "^11.1.1", "fs-extra": "^11.1.1",
"https-proxy-agent": "^7.0.1", "https-proxy-agent": "^7.0.1",
"lodash.template": "^4.5.0", "lodash.template": "^4.5.0",
"magic-string": "^0.30.3",
"node-fetch": "^3.3.2", "node-fetch": "^3.3.2",
"ora": "^7.0.1", "ora": "^7.0.1",
"prompts": "^2.4.2", "prompts": "^2.4.2",
"recast": "^0.23.4", "recast": "^0.23.4",
"rimraf": "^5.0.1",
"ts-morph": "^19.0.0", "ts-morph": "^19.0.0",
"tsconfig-paths": "^4.2.0", "tsconfig-paths": "^4.2.0",
"vite-tsconfig-paths": "^4.2.0",
"zod": "^3.22.2" "zod": "^3.22.2"
}, },
"devDependencies": { "devDependencies": {
@ -72,11 +75,8 @@
"@types/lodash.template": "^4.5.1", "@types/lodash.template": "^4.5.1",
"@types/prompts": "^2.4.4", "@types/prompts": "^2.4.4",
"@vitest/ui": "^0.34.3", "@vitest/ui": "^0.34.3",
"magic-string": "^0.30.3",
"rimraf": "^5.0.1",
"tsup": "^7.2.0", "tsup": "^7.2.0",
"type-fest": "^4.3.0", "type-fest": "^4.3.0",
"typescript": "^5.2.2", "typescript": "^5.2.2"
"vite-tsconfig-paths": "^4.2.0"
} }
} }