chore: use pnpm catalog (#4437)

* feat: use pnpm catalog

* fix: lint error
This commit is contained in:
Vben
2024-09-19 21:40:54 +08:00
committed by GitHub
parent f25783933d
commit 56bdb8f606
41 changed files with 1485 additions and 1277 deletions

View File

@@ -34,8 +34,8 @@
}
},
"dependencies": {
"@iconify/vue": "^4.1.2",
"lucide-vue-next": "^0.441.0",
"vue": "^3.5.6"
"@iconify/vue": "catalog:",
"lucide-vue-next": "catalog:",
"vue": "catalog:"
}
}

View File

@@ -69,19 +69,19 @@
}
},
"dependencies": {
"@ctrl/tinycolor": "^4.1.0",
"@tanstack/vue-store": "^0.5.5",
"@vue/reactivity": "^3.5.6",
"@vue/shared": "^3.5.6",
"clsx": "^2.1.1",
"defu": "^6.1.4",
"lodash.clonedeep": "^4.5.0",
"nprogress": "^0.2.0",
"tailwind-merge": "^2.5.2",
"theme-colors": "^0.1.0"
"@ctrl/tinycolor": "catalog:",
"@tanstack/vue-store": "catalog:",
"@vue/reactivity": "catalog:",
"@vue/shared": "catalog:",
"clsx": "catalog:",
"defu": "catalog:",
"lodash.clonedeep": "catalog:",
"nprogress": "catalog:",
"tailwind-merge": "catalog:",
"theme-colors": "catalog:"
},
"devDependencies": {
"@types/lodash.clonedeep": "^4.5.9",
"@types/nprogress": "^0.2.3"
"@types/lodash.clonedeep": "catalog:",
"@types/nprogress": "catalog:"
}
}

View File

@@ -38,7 +38,7 @@
}
},
"dependencies": {
"vue": "^3.5.6",
"vue-router": "^4.4.5"
"vue": "catalog:",
"vue-router": "catalog:"
}
}

View File

@@ -36,12 +36,12 @@
},
"dependencies": {
"@vben-core/shared": "workspace:*",
"@vueuse/core": "^11.1.0",
"radix-vue": "^1.9.5",
"sortablejs": "^1.15.3",
"vue": "^3.5.6"
"@vueuse/core": "catalog:",
"radix-vue": "catalog:",
"sortablejs": "catalog:",
"vue": "catalog:"
},
"devDependencies": {
"@types/sortablejs": "^1.15.8"
"@types/sortablejs": "catalog:"
}
}

View File

@@ -31,7 +31,7 @@
"dependencies": {
"@vben-core/shared": "workspace:*",
"@vben-core/typings": "workspace:*",
"@vueuse/core": "^11.1.0",
"vue": "^3.5.6"
"@vueuse/core": "catalog:",
"vue": "catalog:"
}
}

View File

@@ -40,11 +40,11 @@
"@vben-core/composables": "workspace:*",
"@vben-core/shadcn-ui": "workspace:*",
"@vben-core/shared": "workspace:*",
"@vee-validate/zod": "^4.13.2",
"@vueuse/core": "^11.1.0",
"vee-validate": "^4.13.2",
"vue": "^3.5.6",
"zod": "^3.23.8",
"zod-defaults": "^0.1.3"
"@vee-validate/zod": "catalog:",
"@vueuse/core": "catalog:",
"vee-validate": "catalog:",
"vue": "catalog:",
"zod": "catalog:",
"zod-defaults": "catalog:"
}
}

View File

@@ -41,7 +41,7 @@
"@vben-core/icons": "workspace:*",
"@vben-core/shadcn-ui": "workspace:*",
"@vben-core/typings": "workspace:*",
"@vueuse/core": "^11.1.0",
"vue": "^3.5.6"
"@vueuse/core": "catalog:",
"vue": "catalog:"
}
}

View File

@@ -42,7 +42,7 @@
"@vben-core/shadcn-ui": "workspace:*",
"@vben-core/shared": "workspace:*",
"@vben-core/typings": "workspace:*",
"@vueuse/core": "^11.1.0",
"vue": "^3.5.6"
"@vueuse/core": "catalog:",
"vue": "catalog:"
}
}

View File

@@ -41,7 +41,7 @@
"@vben-core/icons": "workspace:*",
"@vben-core/shadcn-ui": "workspace:*",
"@vben-core/shared": "workspace:*",
"@vueuse/core": "^11.1.0",
"vue": "^3.5.6"
"@vueuse/core": "catalog:",
"vue": "catalog:"
}
}

View File

@@ -40,16 +40,16 @@
}
},
"dependencies": {
"@radix-icons/vue": "^1.0.0",
"@radix-icons/vue": "catalog:",
"@vben-core/composables": "workspace:*",
"@vben-core/icons": "workspace:*",
"@vben-core/shared": "workspace:*",
"@vben-core/typings": "workspace:*",
"@vueuse/core": "^11.1.0",
"class-variance-authority": "^0.7.0",
"lucide-vue-next": "^0.441.0",
"radix-vue": "^1.9.5",
"vee-validate": "^4.13.2",
"vue": "^3.5.6"
"@vueuse/core": "catalog:",
"class-variance-authority": "catalog:",
"lucide-vue-next": "catalog:",
"radix-vue": "catalog:",
"vee-validate": "catalog:",
"vue": "catalog:"
}
}

View File

@@ -42,7 +42,7 @@
"@vben-core/shadcn-ui": "workspace:*",
"@vben-core/shared": "workspace:*",
"@vben-core/typings": "workspace:*",
"@vueuse/core": "^11.1.0",
"vue": "^3.5.6"
"@vueuse/core": "catalog:",
"vue": "catalog:"
}
}