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 Dec 23, 2024
1 parent fa356ec commit bbf3fac
Show file tree
Hide file tree
Showing 3 changed files with 1,304 additions and 654 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "nuxt-og-image-devtools",
"private": true,
"devDependencies": {
"@iconify-json/carbon": "^1.2.4",
"@iconify-json/carbon": "^1.2.5",
"@nuxt/devtools-kit": "^1.6.4",
"@nuxt/devtools-ui-kit": "^1.6.4",
"@nuxt/kit": "^3.14.1592",
"@vueuse/core": "^12.0.0",
"@vueuse/core": "^12.1.0",
"floating-vue": "^5.2.2",
"json-editor-vue": "^0.17.3",
"nuxt": "latest",
Expand Down
38 changes: 19 additions & 19 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.1",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"description": "Enlightened OG Image generation for Nuxt.",
"author": {
"website": "https://harlanzw.com",
Expand Down Expand Up @@ -55,13 +55,13 @@
"@nuxt/kit": "^3.14.1592",
"@resvg/resvg-js": "^2.6.2",
"@resvg/resvg-wasm": "^2.6.2",
"@unocss/core": "^0.65.1",
"@unocss/preset-wind": "^0.65.1",
"@unocss/core": "^0.65.2",
"@unocss/preset-wind": "^0.65.2",
"chrome-launcher": "^1.1.2",
"defu": "^6.1.4",
"execa": "^9.5.2",
"image-size": "^1.1.1",
"magic-string": "^0.30.15",
"image-size": "^1.2.0",
"magic-string": "^0.30.17",
"nuxt-site-config": "^3.0.6",
"nypm": "^0.4.1",
"ofetch": "^1.4.1",
Expand All @@ -84,16 +84,16 @@
"@antfu/eslint-config": "^3.12.0",
"@css-inline/css-inline": "^0.14.3",
"@headlessui/vue": "^1.7.23",
"@iconify-json/carbon": "^1.2.4",
"@iconify-json/logos": "^1.2.3",
"@iconify-json/noto": "^1.2.1",
"@iconify-json/ri": "^1.2.3",
"@iconify-json/tabler": "^1.2.11",
"@iconify-json/carbon": "^1.2.5",
"@iconify-json/logos": "^1.2.4",
"@iconify-json/noto": "^1.2.2",
"@iconify-json/ri": "^1.2.5",
"@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/icon": "^1.10.1",
"@nuxt/icon": "^1.10.3",
"@nuxt/image": "^1.8.1",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/test-utils": "3.15.1",
Expand All @@ -102,20 +102,20 @@
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "^9.1.1",
"@nuxtjs/tailwindcss": "^6.12.2",
"@unocss/nuxt": "^0.65.1",
"@unocss/preset-icons": "^0.65.1",
"@unocss/preset-uno": "^0.65.1",
"@unocss/runtime": "^0.65.1",
"@vueuse/nuxt": "^12.0.0",
"bumpp": "^9.9.1",
"eslint": "9.16.0",
"@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",
"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.1",
"unocss": "^0.65.2",
"vitest": "^2.1.8"
},
"resolutions": {
Expand Down
Loading

0 comments on commit bbf3fac

Please sign in to comment.