Skip to content

Commit bf6fc10

Browse files
committed
chore: lint
1 parent 3000077 commit bf6fc10

File tree

3 files changed

+343
-180
lines changed

3 files changed

+343
-180
lines changed

client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"name": "nuxt-og-image-devtools",
33
"private": true,
44
"devDependencies": {
5-
"@iconify-json/carbon": "^1.2.9",
5+
"@iconify-json/carbon": "^1.2.10",
66
"@iconify-json/simple-icons": "^1.2.39",
77
"@nuxt/devtools-kit": "^2.5.0",
88
"@nuxt/devtools-ui-kit": "^2.5.0",
99
"@nuxt/kit": "^3.17.5",
10-
"@vueuse/core": "^13.3.0",
10+
"@vueuse/core": "^13.4.0",
1111
"floating-vue": "^5.2.2",
1212
"json-editor-vue": "^0.18.1",
1313
"nuxt": "^3.17.5",
14-
"shiki": "^3.6.0",
14+
"shiki": "^3.7.0",
1515
"splitpanes": "^4.0.4",
1616
"vue": "^3.5.17",
1717
"vue-router": "^4.5.1"

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nuxt-og-image",
33
"type": "module",
44
"version": "5.1.7",
5-
"packageManager": "[email protected].1",
5+
"packageManager": "[email protected].2",
66
"description": "Enlightened OG Image generation for Nuxt.",
77
"author": {
88
"website": "https://harlanzw.com",
@@ -96,19 +96,19 @@
9696
"yoga-wasm-web": "^0.3.3"
9797
},
9898
"devDependencies": {
99-
"@antfu/eslint-config": "^4.14.1",
99+
"@antfu/eslint-config": "^4.16.1",
100100
"@css-inline/css-inline": "^0.14.3",
101101
"@headlessui/vue": "^1.7.23",
102-
"@iconify-json/carbon": "^1.2.9",
102+
"@iconify-json/carbon": "^1.2.10",
103103
"@iconify-json/logos": "^1.2.4",
104104
"@iconify-json/noto": "^1.2.3",
105105
"@iconify-json/ri": "^1.2.5",
106106
"@iconify-json/tabler": "^1.2.19",
107107
"@img/sharp-linux-x64": "^0.34.2",
108-
"@nuxt/content": "^3.6.0",
108+
"@nuxt/content": "^3.6.1",
109109
"@nuxt/devtools": "^2.5.0",
110110
"@nuxt/devtools-ui-kit": "^2.5.0",
111-
"@nuxt/icon": "^1.13.0",
111+
"@nuxt/icon": "^1.14.0",
112112
"@nuxt/image": "^1.10.0",
113113
"@nuxt/module-builder": "^1.0.1",
114114
"@nuxt/test-utils": "^3.19.1",
@@ -120,7 +120,7 @@
120120
"@unocss/nuxt": "^66.2.3",
121121
"@unocss/preset-icons": "^66.2.3",
122122
"@unocss/runtime": "^66.2.3",
123-
"@vueuse/nuxt": "^13.3.0",
123+
"@vueuse/nuxt": "^13.4.0",
124124
"bumpp": "^10.2.0",
125125
"eslint": "^9.29.0",
126126
"happy-dom": "^18.0.1",

0 commit comments

Comments
 (0)