Skip to content

Commit

Permalink
chore: 更新 Node 依赖项
Browse files Browse the repository at this point in the history
  • Loading branch information
st1020 committed Nov 3, 2024
1 parent da9d4bf commit 074b924
Show file tree
Hide file tree
Showing 4 changed files with 1,754 additions and 1,648 deletions.
2 changes: 1 addition & 1 deletion docs/store/components/Card.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { onMounted, ref } from 'vue'
import type { MetaData, PyPIData } from './types'
import { onMounted, ref } from 'vue'
const props = defineProps<{ item: MetaData }>()
Expand Down
4 changes: 2 additions & 2 deletions docs/store/components/StoreList.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<script setup lang="ts">
import type { MetaData } from './types'
import { computed, ref, watchEffect } from 'vue'
import Pagination from './Pagination.vue'
import Card from './Card.vue'
import type { MetaData } from './types'
import Pagination from './Pagination.vue'
enum StoreType {
Plugins = 'plugins',
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@
"eslint:fix": "eslint . --fix"
},
"dependencies": {
"@iconify-json/mdi": "^1.1.68",
"unocss": "^0.62.3",
"vitepress": "^1.3.4",
"vue": "^3.4.38"
"@iconify-json/mdi": "^1.2.1",
"unocss": "^0.63.6",
"vitepress": "^1.4.3",
"vue": "^3.5.12"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.3",
"@types/node": "^22.5.0",
"@unocss/eslint-plugin": "^0.62.3",
"@antfu/eslint-config": "^3.8.0",
"@types/node": "^22.8.7",
"@unocss/eslint-plugin": "^0.63.6",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.9.1",
"markdownlint-cli2": "^0.13.0",
"eslint": "^9.14.0",
"markdownlint-cli2": "^0.14.0",
"prettier": "^3.3.3",
"pyright": "^1.1.377",
"pyright": "^1.1.387",
"zhlint": "^0.8.2"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 074b924

Please sign in to comment.