Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Sep 9, 2024
1 parent 159fdcd commit e0034fa
Show file tree
Hide file tree
Showing 4 changed files with 289 additions and 279 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@iconify-json/heroicons": "^1.2.0",
"@iconify-json/ph": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.2",
"@nuxt/content": "^2.13.2",
"@nuxt/fonts": "^0.7.2",
"@nuxt/image": "^1.8.0",
Expand Down
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default createConfigForNuxt({
'error',
{
'ts-expect-error': 'allow-with-description',
'ts-ignore': true,
'ts-ignore': 'allow-with-description',
},
],
'@typescript-eslint/consistent-type-definitions': ['error', 'interface'],
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@types/stripe-v3": "^3.1.33",
"@types/vimeo__player": "^2.18.3",
"@types/youtube": "^0.1.0",
"@unhead/vue": "1.11.0-beta.1",
"@unhead/vue": "1.11.1",
"@vueuse/core": "^11.0.3",
"consola": "^3.2.3",
"defu": "^6.1.4",
Expand Down Expand Up @@ -101,7 +101,7 @@
"@nuxt/test-utils": "3.14.1",
"@types/semver": "^7.5.8",
"@typescript-eslint/typescript-estree": "^8.4.0",
"@unhead/schema": "1.11.0-beta.1",
"@unhead/schema": "1.11.1",
"acorn-loose": "^8.4.0",
"bumpp": "^9.5.2",
"changelogen": "^0.5.5",
Expand All @@ -120,14 +120,14 @@
"@nuxt/schema": "3.13.0",
"@nuxt/scripts": "workspace:*",
"@unhead/dom": "1.10.2",
"@unhead/schema": "1.10.4",
"@unhead/shared": "1.10.4",
"@unhead/ssr": "1.10.4",
"@unhead/vue": "1.10.4",
"@unhead/schema": "1.11.1",
"@unhead/shared": "1.11.1",
"@unhead/ssr": "1.11.1",
"@unhead/vue": "1.11.1",
"nuxt": "^3.13.1",
"nuxt-scripts-devtools": "workspace:*",
"shiki": "1.10.3",
"unhead": "1.10.4",
"unhead": "1.11.1",
"vue": "^3.5.3",
"vue-router": "^4.4.3"
}
Expand Down
Loading

0 comments on commit e0034fa

Please sign in to comment.