Skip to content

Commit 8217f8f

Browse files
committed
chore: fix lint
1 parent 9dda7c2 commit 8217f8f

File tree

4 files changed

+232
-188
lines changed

4 files changed

+232
-188
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@
2929
"@iconify-json/twemoji": "^1.1.15",
3030
"@nuxtjs/color-mode": "^3.3.2",
3131
"@pinia/nuxt": "^0.5.1",
32-
"@unocss/eslint-config": "^0.58.4",
33-
"@unocss/nuxt": "^0.58.4",
32+
"@unocss/eslint-config": "^0.58.5",
33+
"@unocss/nuxt": "^0.58.5",
3434
"@vite-pwa/nuxt": "^0.4.0",
3535
"@vueuse/nuxt": "^10.7.2",
3636
"@yunlefun/utils": "0.1.2-beta.4",
3737
"consola": "^3.2.3",
3838
"copy-image-clipboard": "^2.1.2",
39-
"eslint": "npm:eslint-ts-patch@^8.56.0-0",
4039
"eslint-plugin-format": "^0.1.0",
40+
"eslint": "npm:eslint-ts-patch@^8.56.0-0",
4141
"eslint-ts-patch": "^8.56.0-0",
4242
"html-to-image": "^1.11.11",
43-
"nuxt": "^3.10.0",
43+
"nuxt": "^3.10.1",
4444
"nuxt-module-eslint-config": "^0.1.0",
4545
"pinia": "^2.1.7",
46-
"radix-vue": "^1.4.0",
46+
"radix-vue": "^1.4.1",
4747
"sass": "^1.70.0",
4848
"tsx": "^4.7.0",
4949
"typescript": "^5.3.3",

packages/ai/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"dependencies": {
77
"consola": "^3.2.3",
88
"dotenv": "^16.4.1",
9-
"openai": "^4.26.0"
9+
"openai": "^4.26.1"
1010
}
1111
}

0 commit comments

Comments
 (0)