Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
chore: update dept
Browse files Browse the repository at this point in the history
  • Loading branch information
elonehoo committed Jan 1, 2024
1 parent abdc965 commit fa0f275
Show file tree
Hide file tree
Showing 6 changed files with 1,288 additions and 1,593 deletions.
4 changes: 2 additions & 2 deletions components/header/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ onMounted(() => {
</script>

<template>
<div class="flex h-14 items-center">
<header class="flex h-14 items-center">
<SidebarIconAction v-if="!show" />
<Dnd
v-model="tagList"
Expand All @@ -45,5 +45,5 @@ onMounted(() => {
<HeaderTag v-for="tag in tagList" :key="tag.url" :label="tag.requestType" :url="tag.url" />
</Dnd>
<HeaderIconAdd />
</div>
</header>
</template>
4 changes: 2 additions & 2 deletions components/layout/Root.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ const { panSize } = storeToRefs(sidebar)
<!-- header -->
<Header />
<!-- bodyer -->
<div class="mx-4">
<main class="mx-4">
<slot />
</div>
</main>
</SplitpanesPane>
</Splitpanes>
</LayoutBasic>
Expand Down
6 changes: 5 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
export default defineNuxtConfig({
// @see https://github.com/unocss/unocss/issues/3468#issuecomment-1871049463
features: {
inlineStyles: false,
},
modules: [
'@vueuse/nuxt',
'@unocss/nuxt',
'@pinia/nuxt',
'@nuxtjs/color-mode',
'@nuxt/devtools',
'nuxt-vitest',
'@nuxt/test-utils/module',
'nuxt-icon',
'@pinia-plugin-persistedstate/nuxt',
],
Expand Down
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,30 @@
"release": "bumpp package.json --commit --push --tag"
},
"dependencies": {
"@vueuse/core": "^10.7.0",
"nuxt": "^3.8.2",
"@vueuse/core": "^10.7.1",
"nuxt": "^3.9.0",
"pinia": "^2.1.7",
"unocss": "^0.58.0"
"unocss": "^0.58.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.4.2",
"@iconify-json/carbon": "^1.1.24",
"@iconify-json/twemoji": "^1.1.14",
"@nuxt/devtools": "^1.0.5",
"@antfu/eslint-config": "^2.6.1",
"@iconify-json/carbon": "^1.1.27",
"@iconify-json/twemoji": "^1.1.15",
"@nuxt/devtools": "^1.0.6",
"@nuxt/test-utils": "^3.9.0",
"@nuxtjs/color-mode": "^3.3.2",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@pinia/nuxt": "^0.5.1",
"@unocss/nuxt": "^0.58.0",
"@vueuse/math": "^10.7.0",
"@vueuse/nuxt": "^10.7.0",
"bumpp": "^9.2.0",
"eslint": "^8.55.0",
"@unocss/nuxt": "^0.58.2",
"@vueuse/math": "^10.7.1",
"@vueuse/nuxt": "^10.7.1",
"bumpp": "^9.2.1",
"eslint": "^8.56.0",
"happy-dom": "^12.10.3",
"nuxt-icon": "^0.6.7",
"nuxt-vitest": "^0.11.5",
"nuxt-icon": "^0.6.8",
"typescript": "^5.3.3",
"vitest": "^1.0.2",
"vue-draggable-plus": "^0.3.0"
"vitest": "^1.1.1",
"vitest-environment-nuxt": "^1.0.0",
"vue-draggable-plus": "^0.3.3"
}
}
Loading

0 comments on commit fa0f275

Please sign in to comment.