chore: add pnpm catalog

run nolyfill to found redundant packages
update deps
This commit is contained in:
sadeghbarati 2024-07-23 08:16:01 +03:30
parent 45557fd8e7
commit 245b0970f5
6 changed files with 517 additions and 328 deletions

View File

@ -17,7 +17,7 @@
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@internationalized/date": "^3.5.4",
"@internationalized/date": "^3.5.5",
"@radix-icons/vue": "^1.0.0",
"@stackblitz/sdk": "^1.11.0",
"@tanstack/vue-table": "^8.19.3",
@ -33,7 +33,7 @@
"embla-carousel-vue": "^8.1.7",
"lucide-vue-next": "^0.400.0",
"magic-string": "^0.30.10",
"radix-vue": "^1.9.1",
"radix-vue": "catalog:",
"tailwindcss-animate": "^1.0.7",
"v-calendar": "^3.1.2",
"vaul-vue": "^0.2.0",
@ -41,7 +41,7 @@
"vue": "^3.4.33",
"vue-sonner": "^1.1.3",
"vue-wrap-balancer": "^1.1.3",
"zod": "^3.23.8"
"zod": "catalog:"
},
"devDependencies": {
"@babel/traverse": "^7.24.8",
@ -53,8 +53,8 @@
"@iconify-json/simple-icons": "^1.1.108",
"@iconify-json/tabler": "^1.1.116",
"@iconify/vue": "^4.1.2",
"@oxc-parser/wasm": "^0.21.0",
"@shikijs/transformers": "^1.10.3",
"@oxc-parser/wasm": "catalog:",
"@shikijs/transformers": "^1.11.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.11",
"@vitejs/plugin-vue": "^5.0.5",
@ -68,14 +68,14 @@
"markdown-it": "^14.1.0",
"pathe": "^1.1.2",
"rimraf": "^6.0.1",
"shiki": "^1.10.3",
"shiki": "^1.11.0",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.6",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"unplugin-icons": "^0.19.0",
"vitepress": "^1.3.1",
"vue-component-meta": "^2.0.26",
"vue-tsc": "^2.0.26"
"vue-component-meta": "^2.0.28",
"vue-tsc": "^2.0.28"
}
}

View File

@ -3,12 +3,15 @@
"type": "module",
"version": "0.10.5",
"private": true,
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.6.0",
"license": "MIT",
"repository": "radix-vue/shadcn-vue",
"workspaces": [
"packages/*"
],
"engines": {
"pnpm": ">=9.6.0"
},
"scripts": {
"dev": "pnpm --filter www dev",
"build": "pnpm --filter www build",
@ -28,17 +31,17 @@
"taze:minor": "taze minor -fwri --ignore-paths ./packages/cli/test/** --exclude /@iconify/"
},
"devDependencies": {
"@antfu/eslint-config": "^2.23.0",
"@antfu/eslint-config": "^2.23.2",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@vitest/ui": "^2.0.3",
"@vitest/ui": "^2.0.4",
"bumpp": "^9.4.1",
"eslint": "^9.7.0",
"lint-staged": "^15.2.7",
"simple-git-hooks": "^2.11.1",
"taze": "^0.16.1",
"typescript": "^5.5.3",
"vitest": "^2.0.3"
"vitest": "^2.0.4"
},
"commitlint": {
"extends": [
@ -47,9 +50,10 @@
},
"pnpm": {
"overrides": {
"hasown": "npm:@nolyfill/hasown@latest",
"isarray": "npm:@nolyfill/isarray@latest",
"typedarray": "npm:@nolyfill/typedarray@latest"
"hasown": "npm:@nolyfill/hasown@^1",
"is-core-module": "npm:@nolyfill/is-core-module@^1",
"isarray": "npm:@nolyfill/isarray@^1",
"typedarray": "npm:@nolyfill/typedarray@^1"
}
},
"simple-git-hooks": {

View File

@ -68,7 +68,7 @@
"pathe": "^1.1.2",
"pkg-types": "^1.1.3",
"prompts": "^2.4.2",
"radix-vue": "^1.9.1",
"radix-vue": "catalog:",
"semver": "^7.6.3",
"ts-morph": "^22.0.0",
"tsconfig-paths": "^4.2.0",
@ -81,8 +81,8 @@
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.11",
"@types/prompts": "^2.4.9",
"tsup": "^8.2.0",
"type-fest": "^4.22.1",
"tsup": "^8.2.2",
"type-fest": "^4.23.0",
"typescript": "^5.5.3",
"vite-tsconfig-paths": "^4.3.2"
}

View File

@ -36,7 +36,7 @@
},
"dependencies": {
"@nuxt/kit": "^3.12.4",
"@oxc-parser/wasm": "^0.21.0",
"@oxc-parser/wasm": "catalog:",
"class-variance-authority": "^0.7.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7"

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,8 @@
packages:
- 'apps/*'
- 'packages/*'
catalog:
radix-vue: ^1.9.2
zod: ^3.23.8
'@oxc-parser/wasm': ^0.22.0