Skip to content

Commit

Permalink
升级依赖版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry committed Jul 9, 2024
1 parent 5bfe45a commit 23dd3fc
Show file tree
Hide file tree
Showing 4 changed files with 956 additions and 1,497 deletions.
1 change: 0 additions & 1 deletion components/FriendsMemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ if (props.memo.music163Url) {
}
}
console.log(props.memo.music163Url, musicType.value, musicId.value)
const { height } = useElementSize(el)
const likeList = useStorage<Array<number>>('likeList', [])
Expand Down
13 changes: 11 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
export default defineNuxtConfig({
devtools: { enabled: false },
modules: ["@nuxtjs/tailwindcss", "shadcn-nuxt", "@nuxtjs/color-mode"],

colorMode: {
classSuffix: "",
storageKey:'vueuse-color-scheme'
},

runtimeConfig:{
jwtKey:"",
},

shadcn: {
/**
* Prefix for all the imported component
Expand All @@ -20,13 +23,15 @@ export default defineNuxtConfig({
*/
componentDir: "./components/ui",
},

nitro: {
esbuild: {
options: {
target: "esnext",
},
},
},

app: {
head: {
link: [
Expand All @@ -38,12 +43,16 @@ export default defineNuxtConfig({
]
}
},

plugins: [
'~/plugins/meting.ts'
],

vue: {
compilerOptions: {
isCustomElement: (tag:string) => ['meting-js'].includes(tag),
},
}
});
},

compatibilityDate: "2024-07-09"
});
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"dependencies": {
"@alicloud/pop-core": "^1.7.13",
"@aws-sdk/client-s3": "^3.608.0",
"@aws-sdk/s3-request-presigner": "^3.608.0",
"@aws-sdk/client-s3": "^3.609.0",
"@aws-sdk/s3-request-presigner": "^3.609.0",
"@fancyapps/ui": "^5.0.36",
"@prisma/client": "^5.16.1",
"@prisma/client": "^5.16.2",
"@radix-icons/vue": "^1.0.0",
"@vueuse/core": "^10.11.0",
"bcrypt": "^5.1.1",
Expand All @@ -30,11 +30,11 @@
"jsonwebtoken": "^9.0.2",
"lucide-vue-next": "^0.383.0",
"nodemailer": "^6.9.14",
"nuxt": "^3.12.2",
"radix-vue": "^1.8.5",
"nuxt": "^3.12.3",
"radix-vue": "^1.9.0",
"reflect-metadata": "^0.2.2",
"short-uuid": "^5.2.0",
"tailwind-merge": "^2.3.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.4.31",
"vue-router": "^4.4.0",
Expand All @@ -49,7 +49,7 @@
"@types/jsonwebtoken": "^9.0.6",
"@types/nodemailer": "^6.4.15",
"all-contributors-cli": "^6.26.1",
"prisma": "^5.16.1",
"prisma": "^5.16.2",
"sass": "^1.77.6",
"shadcn-nuxt": "^0.10.4",
"typescript": "^5.5.3"
Expand Down
Loading

0 comments on commit 23dd3fc

Please sign in to comment.