Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilfish committed May 31, 2024
1 parent fd85c3f commit bf6999b
Show file tree
Hide file tree
Showing 4 changed files with 1,598 additions and 1,177 deletions.
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.4.0",
"private": true,
"description": "",
"author": "",
"author": "Chilfish",
"scripts": {
"ins": "pnpm -F web... install",
"build": "nuxi build",
Expand All @@ -26,7 +26,7 @@
"@bg-dev/nuxt-naiveui": "^1.13.3",
"@nuxt/image": "^1.7.0",
"@nuxtjs/color-mode": "^3.4.1",
"@nuxtjs/seo": "2.0.0-rc.8",
"@nuxtjs/seo": "^2.0.0-rc.10",
"@pinia/nuxt": "^0.5.1",
"@unocss/nuxt": "^0.60.3",
"@vercel/analytics": "^1.3.1",
Expand All @@ -35,6 +35,6 @@
"@weibo-archiver/shared": "workspace:^",
"@weibo-archiver/ui": "workspace:^",
"dayjs-nuxt": "^2.1.9",
"nuxt": "3.10.3"
"nuxt": "^3.11.2"
}
}
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default antfu({
'node/prefer-global/process': 'off',
'format/prettier': 'off',
'antfu/no-import-dist': 'off',
'antfu/top-level-function': 'off',
},
ignores: [
'pnpm-lock.yaml',
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": {
"name": "Chilfish",
"email": "[email protected]",
"url": "https://chilfish.top"
"url": "https://github.com/Chilfish"
},
"license": "MIT",
"homepage": "https://github.com/Chilfish/Weibo-archiver.git",
Expand Down Expand Up @@ -43,6 +43,11 @@
"unbuild": "^2.0.0",
"vue-tsc": "^2.0.19"
},
"pnpm": {
"overrides": {
"@babel/helper-module-imports": "~7.22.15"
}
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
Expand Down
Loading

0 comments on commit bf6999b

Please sign in to comment.