Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilfish committed Mar 3, 2024
1 parent 5d9f71e commit b5fd038
Show file tree
Hide file tree
Showing 6 changed files with 491 additions and 424 deletions.
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.4",
"vite-plugin-vue-devtools": "^7.0.15"
"vite-plugin-vue-devtools": "^7.0.16"
}
}
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"@nuxtjs/color-mode": "^3.3.2",
"@pinia/nuxt": "^0.5.1",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.11.19",
"@types/node": "^20.11.24",
"@unocss/nuxt": "^0.58.5",
"@vueuse/nuxt": "^10.7.2",
"@vueuse/nuxt": "^10.9.0",
"@weibo-archiver/ui": "workspace:^",
"nuxt": "^3.10.2"
"nuxt": "^3.10.3"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "weibo-archiver",
"type": "module",
"version": "0.3.1",
"packageManager": "pnpm@8.15.3",
"packageManager": "pnpm@8.15.4",
"description": "Archive your Weibo posts before being banned completely.",
"author": {
"name": "Chilfish",
Expand Down Expand Up @@ -31,22 +31,22 @@
"prepare": "husky || true"
},
"dependencies": {
"@vueuse/core": "^10.8.0",
"@vueuse/core": "^10.9.0",
"destr": "^2.0.3",
"pinia": "^2.1.7",
"vue": "^3.4.19"
"vue": "^3.4.21"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.4",
"@antfu/eslint-config": "^2.7.0",
"eslint": "npm:eslint-ts-patch@8.55.0-1",
"eslint-plugin-format": "^0.1.0",
"eslint-ts-patch": "8.55.0-1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"naive-ui": "^2.38.0",
"pnpm": "^8.15.3",
"naive-ui": "^2.38.1",
"pnpm": "^8.15.4",
"typescript": "^5.3.3",
"vue-tsc": "^1.8.27"
"vue-tsc": "^2.0.3"
},
"lint-staged": {
"*": "eslint --fix"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"typecheck": "tsc --noEmit -p ./tsconfig.json"
},
"dependencies": {
"@vueuse/core": "^10.8.0",
"@vueuse/core": "^10.9.0",
"conf": "^12.0.0",
"idb-keyval": "^6.2.1",
"ofetch": "^1.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"sass": "^1.71.1"
},
"devDependencies": {
"@iconify-json/tabler": "^1.1.105",
"@iconify-json/tabler": "^1.1.106",
"@unocss/eslint-config": "^0.58.5",
"@unocss/eslint-plugin": "^0.58.5",
"unocss": "^0.58.5"
Expand Down
Loading

0 comments on commit b5fd038

Please sign in to comment.