chore: add pnpm catalog
run nolyfill to found redundant packages update deps
This commit is contained in:
parent
45557fd8e7
commit
245b0970f5
|
|
@ -17,7 +17,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@formkit/auto-animate": "^0.8.2",
|
"@formkit/auto-animate": "^0.8.2",
|
||||||
"@internationalized/date": "^3.5.4",
|
"@internationalized/date": "^3.5.5",
|
||||||
"@radix-icons/vue": "^1.0.0",
|
"@radix-icons/vue": "^1.0.0",
|
||||||
"@stackblitz/sdk": "^1.11.0",
|
"@stackblitz/sdk": "^1.11.0",
|
||||||
"@tanstack/vue-table": "^8.19.3",
|
"@tanstack/vue-table": "^8.19.3",
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
"embla-carousel-vue": "^8.1.7",
|
"embla-carousel-vue": "^8.1.7",
|
||||||
"lucide-vue-next": "^0.400.0",
|
"lucide-vue-next": "^0.400.0",
|
||||||
"magic-string": "^0.30.10",
|
"magic-string": "^0.30.10",
|
||||||
"radix-vue": "^1.9.1",
|
"radix-vue": "catalog:",
|
||||||
"tailwindcss-animate": "^1.0.7",
|
"tailwindcss-animate": "^1.0.7",
|
||||||
"v-calendar": "^3.1.2",
|
"v-calendar": "^3.1.2",
|
||||||
"vaul-vue": "^0.2.0",
|
"vaul-vue": "^0.2.0",
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
"vue": "^3.4.33",
|
"vue": "^3.4.33",
|
||||||
"vue-sonner": "^1.1.3",
|
"vue-sonner": "^1.1.3",
|
||||||
"vue-wrap-balancer": "^1.1.3",
|
"vue-wrap-balancer": "^1.1.3",
|
||||||
"zod": "^3.23.8"
|
"zod": "catalog:"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/traverse": "^7.24.8",
|
"@babel/traverse": "^7.24.8",
|
||||||
|
|
@ -53,8 +53,8 @@
|
||||||
"@iconify-json/simple-icons": "^1.1.108",
|
"@iconify-json/simple-icons": "^1.1.108",
|
||||||
"@iconify-json/tabler": "^1.1.116",
|
"@iconify-json/tabler": "^1.1.116",
|
||||||
"@iconify/vue": "^4.1.2",
|
"@iconify/vue": "^4.1.2",
|
||||||
"@oxc-parser/wasm": "^0.21.0",
|
"@oxc-parser/wasm": "catalog:",
|
||||||
"@shikijs/transformers": "^1.10.3",
|
"@shikijs/transformers": "^1.11.0",
|
||||||
"@types/lodash-es": "^4.17.12",
|
"@types/lodash-es": "^4.17.12",
|
||||||
"@types/node": "^20.14.11",
|
"@types/node": "^20.14.11",
|
||||||
"@vitejs/plugin-vue": "^5.0.5",
|
"@vitejs/plugin-vue": "^5.0.5",
|
||||||
|
|
@ -68,14 +68,14 @@
|
||||||
"markdown-it": "^14.1.0",
|
"markdown-it": "^14.1.0",
|
||||||
"pathe": "^1.1.2",
|
"pathe": "^1.1.2",
|
||||||
"rimraf": "^6.0.1",
|
"rimraf": "^6.0.1",
|
||||||
"shiki": "^1.10.3",
|
"shiki": "^1.11.0",
|
||||||
"tailwind-merge": "^2.4.0",
|
"tailwind-merge": "^2.4.0",
|
||||||
"tailwindcss": "^3.4.6",
|
"tailwindcss": "^3.4.6",
|
||||||
"tsx": "^4.16.2",
|
"tsx": "^4.16.2",
|
||||||
"typescript": "^5.5.3",
|
"typescript": "^5.5.3",
|
||||||
"unplugin-icons": "^0.19.0",
|
"unplugin-icons": "^0.19.0",
|
||||||
"vitepress": "^1.3.1",
|
"vitepress": "^1.3.1",
|
||||||
"vue-component-meta": "^2.0.26",
|
"vue-component-meta": "^2.0.28",
|
||||||
"vue-tsc": "^2.0.26"
|
"vue-tsc": "^2.0.28"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
18
package.json
18
package.json
|
|
@ -3,12 +3,15 @@
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.10.5",
|
"version": "0.10.5",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@9.5.0",
|
"packageManager": "pnpm@9.6.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "radix-vue/shadcn-vue",
|
"repository": "radix-vue/shadcn-vue",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
|
"engines": {
|
||||||
|
"pnpm": ">=9.6.0"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "pnpm --filter www dev",
|
"dev": "pnpm --filter www dev",
|
||||||
"build": "pnpm --filter www build",
|
"build": "pnpm --filter www build",
|
||||||
|
|
@ -28,17 +31,17 @@
|
||||||
"taze:minor": "taze minor -fwri --ignore-paths ./packages/cli/test/** --exclude /@iconify/"
|
"taze:minor": "taze minor -fwri --ignore-paths ./packages/cli/test/** --exclude /@iconify/"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@antfu/eslint-config": "^2.23.0",
|
"@antfu/eslint-config": "^2.23.2",
|
||||||
"@commitlint/cli": "^19.3.0",
|
"@commitlint/cli": "^19.3.0",
|
||||||
"@commitlint/config-conventional": "^19.2.2",
|
"@commitlint/config-conventional": "^19.2.2",
|
||||||
"@vitest/ui": "^2.0.3",
|
"@vitest/ui": "^2.0.4",
|
||||||
"bumpp": "^9.4.1",
|
"bumpp": "^9.4.1",
|
||||||
"eslint": "^9.7.0",
|
"eslint": "^9.7.0",
|
||||||
"lint-staged": "^15.2.7",
|
"lint-staged": "^15.2.7",
|
||||||
"simple-git-hooks": "^2.11.1",
|
"simple-git-hooks": "^2.11.1",
|
||||||
"taze": "^0.16.1",
|
"taze": "^0.16.1",
|
||||||
"typescript": "^5.5.3",
|
"typescript": "^5.5.3",
|
||||||
"vitest": "^2.0.3"
|
"vitest": "^2.0.4"
|
||||||
},
|
},
|
||||||
"commitlint": {
|
"commitlint": {
|
||||||
"extends": [
|
"extends": [
|
||||||
|
|
@ -47,9 +50,10 @@
|
||||||
},
|
},
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"hasown": "npm:@nolyfill/hasown@latest",
|
"hasown": "npm:@nolyfill/hasown@^1",
|
||||||
"isarray": "npm:@nolyfill/isarray@latest",
|
"is-core-module": "npm:@nolyfill/is-core-module@^1",
|
||||||
"typedarray": "npm:@nolyfill/typedarray@latest"
|
"isarray": "npm:@nolyfill/isarray@^1",
|
||||||
|
"typedarray": "npm:@nolyfill/typedarray@^1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"simple-git-hooks": {
|
"simple-git-hooks": {
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@
|
||||||
"pathe": "^1.1.2",
|
"pathe": "^1.1.2",
|
||||||
"pkg-types": "^1.1.3",
|
"pkg-types": "^1.1.3",
|
||||||
"prompts": "^2.4.2",
|
"prompts": "^2.4.2",
|
||||||
"radix-vue": "^1.9.1",
|
"radix-vue": "catalog:",
|
||||||
"semver": "^7.6.3",
|
"semver": "^7.6.3",
|
||||||
"ts-morph": "^22.0.0",
|
"ts-morph": "^22.0.0",
|
||||||
"tsconfig-paths": "^4.2.0",
|
"tsconfig-paths": "^4.2.0",
|
||||||
|
|
@ -81,8 +81,8 @@
|
||||||
"@types/lodash-es": "^4.17.12",
|
"@types/lodash-es": "^4.17.12",
|
||||||
"@types/node": "^20.14.11",
|
"@types/node": "^20.14.11",
|
||||||
"@types/prompts": "^2.4.9",
|
"@types/prompts": "^2.4.9",
|
||||||
"tsup": "^8.2.0",
|
"tsup": "^8.2.2",
|
||||||
"type-fest": "^4.22.1",
|
"type-fest": "^4.23.0",
|
||||||
"typescript": "^5.5.3",
|
"typescript": "^5.5.3",
|
||||||
"vite-tsconfig-paths": "^4.3.2"
|
"vite-tsconfig-paths": "^4.3.2"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxt/kit": "^3.12.4",
|
"@nuxt/kit": "^3.12.4",
|
||||||
"@oxc-parser/wasm": "^0.21.0",
|
"@oxc-parser/wasm": "catalog:",
|
||||||
"class-variance-authority": "^0.7.0",
|
"class-variance-authority": "^0.7.0",
|
||||||
"tailwind-merge": "^2.4.0",
|
"tailwind-merge": "^2.4.0",
|
||||||
"tailwindcss-animate": "^1.0.7"
|
"tailwindcss-animate": "^1.0.7"
|
||||||
|
|
|
||||||
798
pnpm-lock.yaml
798
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
|
|
@ -1,3 +1,8 @@
|
||||||
packages:
|
packages:
|
||||||
- 'apps/*'
|
- 'apps/*'
|
||||||
- 'packages/*'
|
- 'packages/*'
|
||||||
|
|
||||||
|
catalog:
|
||||||
|
radix-vue: ^1.9.2
|
||||||
|
zod: ^3.23.8
|
||||||
|
'@oxc-parser/wasm': ^0.22.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user