Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilfish committed Apr 16, 2024
1 parent 20567bf commit 43aceb6
Show file tree
Hide file tree
Showing 11 changed files with 10,433 additions and 8,931 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beta-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img src="https://wakatime.com/badge/user/0842a71f-c026-4b09-8aa0-f8398b4c3423/project/3416f224-f0dc-4b08-805c-af30dbd396b2.svg" alt="wakatime">
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/chilfish/weibo-archiver">
<img alt="GitHub Downloads" src="https://img.shields.io/github/downloads/chilfish/weibo-archiver/total">
</div>
<img alt="beta build" src="https://github.com/Chilfish/Weibo-archiver/actions/workflows/beta-build.yml/badge.svg">
</div>

## Weibo-archiver
Expand Down
4 changes: 2 additions & 2 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"unplugin-auto-expose": "0.3.0",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.7",
"vite-plugin-vue-devtools": "^7.0.25"
"vite": "^5.2.9",
"vite-plugin-vue-devtools": "^7.0.27"
}
}
4 changes: 2 additions & 2 deletions apps/monkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@vitejs/plugin-vue": "^5.0.4",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-macros": "^2.9.0",
"vite": "^5.2.7",
"unplugin-vue-macros": "^2.9.1",
"vite": "^5.2.9",
"vite-plugin-monkey": "^3.5.2"
}
}
8 changes: 0 additions & 8 deletions apps/web/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,6 @@ export default defineNuxtConfig({
},
},

vite: {
build: {
rollupOptions: {
external: ['conf'],
},
},
},

app: {
head: {
viewport: 'width=device-width,initial-scale=1',
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"typecheck": "nuxi typecheck"
},
"devDependencies": {
"@bg-dev/nuxt-naiveui": "^1.12.2",
"@bg-dev/nuxt-naiveui": "^1.13.0",
"@nuxt/image": "^1.5.0",
"@nuxtjs/color-mode": "^3.3.3",
"@nuxtjs/color-mode": "^3.4.0",
"@nuxtjs/seo": "2.0.0-rc.8",
"@pinia/nuxt": "^0.5.1",
"@unocss/nuxt": "^0.58.9",
"@unocss/nuxt": "^0.59.3",
"@vercel/analytics": "^1.2.2",
"@vueuse/nuxt": "^10.9.0",
"@weibo-archiver/core": "workspace:^",
Expand Down
18 changes: 9 additions & 9 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.12",
"packageManager": "pnpm@8.15.6",
"packageManager": "pnpm@9.0.0",
"description": "Archive your Weibo posts before being banned completely.",
"author": {
"name": "Chilfish",
Expand Down Expand Up @@ -36,23 +36,23 @@
"prepare": "husky || true"
},
"dependencies": {
"vue": "^3.4.21"
"vue": "^3.4.22"
},
"devDependencies": {
"@antfu/eslint-config": "^2.12.1",
"@unocss/eslint-config": "^0.58.9",
"@unocss/eslint-plugin": "^0.58.9",
"@antfu/eslint-config": "^2.14.0",
"@unocss/eslint-config": "^0.59.3",
"@unocss/eslint-plugin": "^0.59.3",
"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",
"jszip": "3.9.1",
"lint-staged": "^15.2.2",
"pnpm": "^8.15.6",
"tsx": "^4.7.1",
"typescript": "^5.4.3",
"pnpm": "^9.0.0",
"tsx": "^4.7.2",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vue-tsc": "^2.0.7"
"vue-tsc": "^2.0.13"
},
"lint-staged": {
"*": "eslint --fix"
Expand Down
4 changes: 2 additions & 2 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"studio": "pnpm rebuild && drizzle-kit studio"
},
"dependencies": {
"better-sqlite3": "^9.4.4",
"drizzle-orm": "^0.30.6",
"better-sqlite3": "^9.5.0",
"drizzle-orm": "^0.30.8",
"drizzle-zod": "^0.5.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"main": "index.ts",
"dependencies": {
"@weibo-archiver/core": "workspace:^",
"sass": "^1.72.0"
"sass": "^1.75.0"
},
"devDependencies": {
"@iconify-json/tabler": "^1.1.109",
"@iconify-json/tabler": "^1.1.110",
"naive-ui": "^2.38.1",
"unocss": "^0.58.9"
"unocss": "^0.59.3"
}
}

0 comments on commit 43aceb6

Please sign in to comment.