diff --git a/bun.lockb b/bun.lockb index 415f9487..10689ec7 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/docs/package.json b/docs/package.json index 3fe3241b..0c3306ed 100644 --- a/docs/package.json +++ b/docs/package.json @@ -8,11 +8,11 @@ }, "dependencies": { "@iconify-json/ph": "^1.1.6", - "@iconify-json/simple-icons": "^1.1.71", - "@nuxt/content": "2.8.2", - "@nuxt/image": "npm:@nuxt/image-edge@1.0.0-rc.2-28251871.d39eab1", - "@nuxthq/elements": "npm:@nuxthq/elements-edge@0.0.1-28250956.31b8365", - "@nuxthq/ui": "npm:@nuxt/ui-edge@2.8.1-28248232.e404912", + "@iconify-json/simple-icons": "^1.1.72", + "@nuxt/content": "2.8.5", + "@nuxt/image": "npm:@nuxt/image-edge@1.0.0-rc.2-28264832.2387d47", + "@nuxthq/elements": "npm:@nuxthq/elements-edge@0.0.1-28254979.521622f", + "@nuxthq/ui": "npm:@nuxt/ui-edge@2.8.1-28265313.2fc9385", "@nuxtjs/fontaine": "^0.4.1", "@nuxtjs/google-fonts": "^3.0.2", "@vueuse/core": "^10.4.1", @@ -22,8 +22,8 @@ "shikiji": "^0.6.8" }, "devDependencies": { - "@nuxt/devtools": "0.8.3", - "nuxt": "^3.7.3", + "@nuxt/devtools": "0.8.5", + "nuxt": "^3.7.4", "nuxt-og-image": "^2.0.28" } } diff --git a/package.json b/package.json index fd7b33fd..fdd1aaed 100644 --- a/package.json +++ b/package.json @@ -24,20 +24,20 @@ }, "devDependencies": { "@hebilicious/eslint-config": "0.0.3-beta.3", - "@nuxt/test-utils": "^3.7.3", - "@types/node": "^20.6.2", + "@nuxt/test-utils": "^3.7.4", + "@types/node": "^20.7.1", "bumpp": "^9.2.0", "conventional-changelog-cli": "^4.1.0", - "eslint": "8.49.0", + "eslint": "8.50.0", "eslint-plugin-import": "^2.28.1", "lint-staged": "^14.0.1", - "pnpm": "8.7.6", + "pnpm": "8.8.0", "prettier": "^3.0.3", - "rimraf": "^5.0.1", + "rimraf": "^5.0.5", "simple-git-hooks": "^2.9.0", - "taze": "^0.11.2", + "taze": "^0.11.3", "typescript": "^5.2.2", - "vitest": "^0.34.4" + "vitest": "^0.34.5" }, "trustedDependencies": [ "@hebilicious/form-actions-nuxt" diff --git a/packages/form-actions-nuxt/package.json b/packages/form-actions-nuxt/package.json index 09c4c104..b0b462c4 100644 --- a/packages/form-actions-nuxt/package.json +++ b/packages/form-actions-nuxt/package.json @@ -43,20 +43,20 @@ "dev": "nuxi dev" }, "peerDependencies": { - "h3": "^1.8.1", + "h3": "^1.8.2", "nitropack": "2.6.3", - "nuxt": "^3.7.3", + "nuxt": "^3.7.4", "vite": "*" }, "dependencies": { - "@nuxt/kit": "3.7.3", + "@nuxt/kit": "3.7.4", "@vueuse/core": "^10.4.1", "defu": "^6.1.2", - "esbuild": "^0.19.3", + "esbuild": "^0.19.4", "magicast": "^0.3.0", "scule": "^1.0.0" }, "devDependencies": { - "@nuxt/module-builder": "^0.5.1" + "@nuxt/module-builder": "^0.5.2" } } diff --git a/playgrounds/advanced/package.json b/playgrounds/advanced/package.json index 6503da32..d931e062 100644 --- a/playgrounds/advanced/package.json +++ b/playgrounds/advanced/package.json @@ -10,7 +10,7 @@ "@hebilicious/form-actions-nuxt": "latest", "@hebilicious/server-block-nuxt": "0.3.4", "@hebilicious/sfc-server-volar": "0.3.4", - "@nuxt/devtools": "^0.8.3", - "nuxt": "3.7.3" + "@nuxt/devtools": "^0.8.5", + "nuxt": "3.7.4" } } diff --git a/playgrounds/simple/package.json b/playgrounds/simple/package.json index a2e40646..f5dbd5e1 100644 --- a/playgrounds/simple/package.json +++ b/playgrounds/simple/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "@hebilicious/form-actions-nuxt": "latest", - "@nuxt/devtools": "^0.8.3", - "nuxt": "3.7.3" + "@nuxt/devtools": "^0.8.5", + "nuxt": "3.7.4" } } diff --git a/playgrounds/vorms-zod/package.json b/playgrounds/vorms-zod/package.json index 80a56e65..679f3736 100644 --- a/playgrounds/vorms-zod/package.json +++ b/playgrounds/vorms-zod/package.json @@ -8,10 +8,10 @@ }, "devDependencies": { "@hebilicious/form-actions-nuxt": "latest", - "@nuxt/devtools": "^0.8.3", + "@nuxt/devtools": "^0.8.5", "@vorms/core": "^1.1.0", "@vorms/resolvers": "^1.1.0", - "nuxt": "3.7.3", + "nuxt": "3.7.4", "zod": "^3.22.2" } }