-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies
- Loading branch information
1 parent
36d256a
commit 6222d94
Showing
3 changed files
with
1,394 additions
and
1,023 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "nuxt-og-image", | ||
"type": "module", | ||
"version": "4.0.2", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"description": "Enlightened OG Image generation for Nuxt.", | ||
"author": { | ||
"website": "https://harlanzw.com", | ||
|
@@ -33,7 +33,7 @@ | |
"virtual.d.ts" | ||
], | ||
"engines": { | ||
"node": ">=18.0.0" | ||
"node": ">=18.20.5" | ||
}, | ||
"scripts": { | ||
"stub": "nuxt-build-module build --stub && nuxt-module-build prepare", | ||
|
@@ -51,12 +51,12 @@ | |
"test:chrome": "HAS_CHROME=true vitest" | ||
}, | ||
"dependencies": { | ||
"@nuxt/devtools-kit": "^1.6.4", | ||
"@nuxt/devtools-kit": "^1.7.0", | ||
"@nuxt/kit": "^3.14.1592", | ||
"@resvg/resvg-js": "^2.6.2", | ||
"@resvg/resvg-wasm": "^2.6.2", | ||
"@unocss/core": "^0.65.2", | ||
"@unocss/preset-wind": "^0.65.2", | ||
"@unocss/core": "^0.65.3", | ||
"@unocss/preset-wind": "^0.65.3", | ||
"chrome-launcher": "^1.1.2", | ||
"defu": "^6.1.4", | ||
"execa": "^9.5.2", | ||
|
@@ -67,7 +67,7 @@ | |
"ofetch": "^1.4.1", | ||
"ohash": "^1.1.4", | ||
"pathe": "^1.1.2", | ||
"pkg-types": "^1.2.1", | ||
"pkg-types": "^1.3.0", | ||
"playwright-core": "^1.49.1", | ||
"radix3": "^1.1.2", | ||
"satori": "^0.12.0", | ||
|
@@ -81,7 +81,7 @@ | |
"yoga-wasm-web": "^0.3.3" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^3.12.0", | ||
"@antfu/eslint-config": "^3.12.1", | ||
"@css-inline/css-inline": "^0.14.3", | ||
"@headlessui/vue": "^1.7.23", | ||
"@iconify-json/carbon": "^1.2.5", | ||
|
@@ -91,8 +91,8 @@ | |
"@iconify-json/tabler": "^1.2.13", | ||
"@img/sharp-linux-x64": "0.33.5", | ||
"@nuxt/content": "^2.13.4", | ||
"@nuxt/devtools": "1.6.4", | ||
"@nuxt/devtools-ui-kit": "^1.6.4", | ||
"@nuxt/devtools": "1.7.0", | ||
"@nuxt/devtools-ui-kit": "^1.7.0", | ||
"@nuxt/icon": "^1.10.3", | ||
"@nuxt/image": "^1.8.1", | ||
"@nuxt/module-builder": "^0.8.4", | ||
|
@@ -102,25 +102,25 @@ | |
"@nuxtjs/eslint-config-typescript": "^12.1.0", | ||
"@nuxtjs/i18n": "^9.1.1", | ||
"@nuxtjs/tailwindcss": "^6.12.2", | ||
"@unocss/nuxt": "^0.65.2", | ||
"@unocss/preset-icons": "^0.65.2", | ||
"@unocss/preset-uno": "^0.65.2", | ||
"@unocss/runtime": "^0.65.2", | ||
"@vueuse/nuxt": "^12.1.0", | ||
"@unocss/nuxt": "^0.65.3", | ||
"@unocss/preset-icons": "^0.65.3", | ||
"@unocss/preset-uno": "^0.65.3", | ||
"@unocss/runtime": "^0.65.3", | ||
"@vueuse/nuxt": "^12.2.0", | ||
"bumpp": "^9.9.2", | ||
"eslint": "9.17.0", | ||
"jest-image-snapshot": "^6.4.0", | ||
"nuxt": "^3.14.1592", | ||
"playwright": "^1.49.1", | ||
"sass": "^1.83.0", | ||
"sharp": "^0.33.5", | ||
"typescript": "5.6.3", | ||
"unocss": "^0.65.2", | ||
"typescript": "5.7.2", | ||
"unocss": "^0.65.3", | ||
"vitest": "^2.1.8" | ||
}, | ||
"resolutions": { | ||
"@vue/server-renderer": "3.5.13", | ||
"typescript": "5.6.3", | ||
"typescript": "5.7.2", | ||
"vue": "3.5.13", | ||
"vue-router": "4.5.0" | ||
}, | ||
|
Oops, something went wrong.