Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 28, 2024
1 parent 36d256a commit 6222d94
Show file tree
Hide file tree
Showing 3 changed files with 1,394 additions and 1,023 deletions.
8 changes: 4 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"private": true,
"devDependencies": {
"@iconify-json/carbon": "^1.2.5",
"@nuxt/devtools-kit": "^1.6.4",
"@nuxt/devtools-ui-kit": "^1.6.4",
"@nuxt/devtools-kit": "^1.7.0",
"@nuxt/devtools-ui-kit": "^1.7.0",
"@nuxt/kit": "^3.14.1592",
"@vueuse/core": "^12.1.0",
"@vueuse/core": "^12.2.0",
"floating-vue": "^5.2.2",
"json-editor-vue": "^0.17.3",
"nuxt": "latest",
"splitpanes": "^3.1.5",
"vue": "3.5.12",
"vue": "3.5.13",
"vue-router": "^4.5.0"
}
}
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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"
},
Expand Down
Loading

0 comments on commit 6222d94

Please sign in to comment.