Skip to content

Commit e0034fa

Browse files
committed
chore: bump deps
1 parent 159fdcd commit e0034fa

File tree

4 files changed

+289
-279
lines changed

4 files changed

+289
-279
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@iconify-json/heroicons": "^1.2.0",
1313
"@iconify-json/ph": "^1.2.0",
14-
"@iconify-json/simple-icons": "^1.2.1",
14+
"@iconify-json/simple-icons": "^1.2.2",
1515
"@nuxt/content": "^2.13.2",
1616
"@nuxt/fonts": "^0.7.2",
1717
"@nuxt/image": "^1.8.0",

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default createConfigForNuxt({
1818
'error',
1919
{
2020
'ts-expect-error': 'allow-with-description',
21-
'ts-ignore': true,
21+
'ts-ignore': 'allow-with-description',
2222
},
2323
],
2424
'@typescript-eslint/consistent-type-definitions': ['error', 'interface'],

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@types/stripe-v3": "^3.1.33",
7373
"@types/vimeo__player": "^2.18.3",
7474
"@types/youtube": "^0.1.0",
75-
"@unhead/vue": "1.11.0-beta.1",
75+
"@unhead/vue": "1.11.1",
7676
"@vueuse/core": "^11.0.3",
7777
"consola": "^3.2.3",
7878
"defu": "^6.1.4",
@@ -101,7 +101,7 @@
101101
"@nuxt/test-utils": "3.14.1",
102102
"@types/semver": "^7.5.8",
103103
"@typescript-eslint/typescript-estree": "^8.4.0",
104-
"@unhead/schema": "1.11.0-beta.1",
104+
"@unhead/schema": "1.11.1",
105105
"acorn-loose": "^8.4.0",
106106
"bumpp": "^9.5.2",
107107
"changelogen": "^0.5.5",
@@ -120,14 +120,14 @@
120120
"@nuxt/schema": "3.13.0",
121121
"@nuxt/scripts": "workspace:*",
122122
"@unhead/dom": "1.10.2",
123-
"@unhead/schema": "1.10.4",
124-
"@unhead/shared": "1.10.4",
125-
"@unhead/ssr": "1.10.4",
126-
"@unhead/vue": "1.10.4",
123+
"@unhead/schema": "1.11.1",
124+
"@unhead/shared": "1.11.1",
125+
"@unhead/ssr": "1.11.1",
126+
"@unhead/vue": "1.11.1",
127127
"nuxt": "^3.13.1",
128128
"nuxt-scripts-devtools": "workspace:*",
129129
"shiki": "1.10.3",
130-
"unhead": "1.10.4",
130+
"unhead": "1.11.1",
131131
"vue": "^3.5.3",
132132
"vue-router": "^4.4.3"
133133
}

0 commit comments

Comments
 (0)