Skip to content

Commit

Permalink
chore(dependencies): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xibman committed Nov 30, 2024
1 parent 5ccaa6d commit b37b25e
Show file tree
Hide file tree
Showing 4 changed files with 1,797 additions and 810 deletions.
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"dependencies": {
"@iconify-json/heroicons": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.3",
"@nuxt/content": "^2.13.2",
"@nuxt/image": "^1.8.0",
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.13",
"@nuxt/content": "^2.13.4",
"@nuxt/image": "^1.8.1",
"@nuxt/ui-pro": "1.4.2",
"@nuxtjs/fontaine": "^0.4.3",
"@nuxtjs/google-fonts": "^3.2.0",
Expand All @@ -13,9 +13,9 @@
"@nuxt/devtools": "^1.4.2",
"@nuxt/eslint-config": "^0.5.7",
"@nuxthq/studio": "^2.1.0",
"eslint": "^9.10.0",
"eslint": "^9.16.0",
"nuxt-og-image": "3.0.2",
"typescript": "^5.6.2",
"typescript": "^5.7.2",
"vue-tsc": "^2.1.6"
},
"name": "nuxt-zod-i18n-doc",
Expand Down
21 changes: 9 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"prepare": "husky"
},
"dependencies": {
"@intlify/shared": "^9.14.0",
"@intlify/shared": "^9.14.2",
"@nuxt/kit": "^3.13.2",
"dedupe": "^4.0.3",
"defu": "^6.1.4",
Expand All @@ -53,21 +53,18 @@
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.13.2",
"@nuxt/test-utils": "^3.14.2",
"@nuxtjs/i18n": "^8.5.3",
"@types/node": "^22.5.5",
"changelogen": "^0.5.5",
"eslint": "^9.10.0",
"eslint-plugin-jsonc": "^2.16.0",
"husky": "^9.1.6",
"@nuxtjs/i18n": "^8.5.6",
"@types/node": "^22.10.1",
"changelogen": "^0.5.7",
"eslint": "^9.16.0",
"eslint-plugin-jsonc": "^2.18.2",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"nuxt": "^3.13.2",
"vitest": "^2.1.1"
"vitest": "^2.1.6"
},
"lint-staged": {
"*.{js,ts,vue,json,md,yml}": "eslint"
},
"packageManager": "pnpm@9.10.0",
"resolutions": {
"nuxt-component-meta": "^0.8.2"
}
"packageManager": "pnpm@9.14.4"
}
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"dependencies": {
"@iconify-json/flag": "^1.2.0",
"@iconify-json/flag": "^1.2.2",
"@nuxt/ui": "2.18.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@nuxtjs/i18n": "^8.5.3",
"@nuxtjs/i18n": "^8.5.6",
"nuxt": "^3.13.2"
},
"name": "nuxt-zod-i18n-playground",
Expand Down
Loading

0 comments on commit b37b25e

Please sign in to comment.