Skip to content

Commit

Permalink
chore: 更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
ikxin committed Mar 24, 2024
1 parent f5da616 commit 4a19201
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4,060 deletions.
Binary file modified bun.lockb
Binary file not shown.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,40 +15,40 @@
"migrate": "prisma migrate dev --name init"
},
"dependencies": {
"@arco-design/web-vue": "^2.54.3",
"@vueuse/core": "^10.7.2",
"@vueuse/integrations": "^10.7.2",
"axios": "^1.6.7",
"@arco-design/web-vue": "^2.55.0",
"@vueuse/core": "^10.9.0",
"@vueuse/integrations": "^10.9.0",
"axios": "^1.6.8",
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
"echarts": "^5.5.0",
"less": "^4.2.0",
"markdown-it-shiki": "^0.9.0",
"pinia": "^2.1.7",
"unocss": "^0.58.4",
"vue": "^3.4.15",
"vue-i18n": "^9.9.1",
"vue-router": "^4.2.5"
"unocss": "^0.58.6",
"vue": "^3.4.21",
"vue-i18n": "^9.10.2",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@prisma/client": "^5.9.0",
"@types/bun": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitejs/plugin-vue": "^5.0.3",
"eslint": "^8.56.0",
"@intlify/unplugin-vue-i18n": "^3.0.1",
"@prisma/client": "^5.11.0",
"@types/bun": "^1.0.10",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitejs/plugin-vue": "^5.0.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.21.1",
"prettier": "^3.2.4",
"prisma": "^5.9.0",
"typescript": "^5.3.3",
"eslint-plugin-vue": "^9.23.0",
"prettier": "^3.2.5",
"prisma": "^5.11.0",
"typescript": "^5.4.3",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-router": "^0.7.0",
"vite": "^5.0.12",
"vite-plugin-vue-devtools": "^7.0.13",
"unplugin-vue-markdown": "^0.25.2",
"unplugin-vue-markdown": "^0.26.0",
"unplugin-vue-router": "^0.8.5",
"vite": "^5.2.6",
"vite-plugin-vue-devtools": "^7.0.20",
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^1.8.27"
"vue-tsc": "^2.0.7"
}
}
Loading

0 comments on commit 4a19201

Please sign in to comment.