Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chris committed Aug 2, 2023
1 parent 27301de commit 7cbf526
Show file tree
Hide file tree
Showing 4 changed files with 1,540 additions and 1,958 deletions.
1 change: 0 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ export default defineNuxtConfig({
devServer: {
port: 1111,
},
// ssr: false,
modules: [
'@vueuse/nuxt',
'@unocss/nuxt',
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,26 @@
"dependencies": {
"blurhash": "^2.0.5",
"dayjs": "^1.11.9",
"octokit": "^2.1.0"
"octokit": "^3.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.6",
"@antfu/eslint-config": "^0.40.0",
"@iconify-json/akar-icons": "^1.1.17",
"@iconify-json/carbon": "^1.1.18",
"@iconify-json/fluent-emoji": "^1.1.13",
"@iconify-json/logos": "^1.1.33",
"@iconify-json/ri": "^1.1.10",
"@iconify-json/ri": "^1.1.11",
"@iconify/utils": "^2.1.7",
"@nuxt/content": "^2.7.0",
"@nuxt/devtools": "^0.6.6",
"@nuxt/content": "^2.7.2",
"@nuxt/devtools": "^0.7.4",
"@types/fs-extra": "^11.0.1",
"@unocss/nuxt": "^0.53.4",
"@vueuse/nuxt": "^10.2.1",
"eslint": "^8.43.0",
"esno": "^0.16.3",
"@unocss/nuxt": "^0.54.1",
"@vueuse/nuxt": "^10.3.0",
"eslint": "^8.46.0",
"esno": "^0.17.0",
"fs-extra": "^11.1.1",
"nuxt": "3.6.1",
"sass": "^1.63.6",
"nuxt": "3.6.5",
"sass": "^1.64.2",
"typescript": "^5.1.6",
"unocss-preset-scrollbar": "^0.2.1",
"unocss-preset-useful": "^0.0.13"
Expand Down
4 changes: 2 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ const { data: user } = await useFetch('/api/user')
<a linkInProse o="#ed7099" href="https://space.bilibili.com/402454160" target="_blank">Uploader <i i-ri-bilibili-line /></a>.
</p>

<div lt-sm-fcc>
<GC :username="user?.login" :month="5" borderable />
<div v-if="user" lt-sm-fcc>
<GC :username="user.login" :month="5" borderable />
</div>

<p>
Expand Down
Loading

0 comments on commit 7cbf526

Please sign in to comment.