Skip to content

Commit

Permalink
chore(global): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xibman committed Sep 16, 2024
1 parent ce41f9d commit 9391448
Show file tree
Hide file tree
Showing 4 changed files with 2,786 additions and 4,803 deletions.
24 changes: 12 additions & 12 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"dependencies": {
"@iconify-json/heroicons": "^1.1.21",
"@iconify-json/simple-icons": "^1.1.109",
"@nuxt/content": "^2.13.1",
"@nuxt/ui-pro": "1.3.1",
"@iconify-json/heroicons": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.3",
"@nuxt/content": "^2.13.2",
"@nuxt/ui-pro": "1.4.2",
"@nuxtjs/fontaine": "^0.4.3",
"@nuxtjs/google-fonts": "^3.2.0",
"nuxt": "^3.12.3"
"nuxt": "^3.13.2"
},
"devDependencies": {
"@nuxt/devtools": "^1.3.9",
"@nuxt/eslint-config": "^0.3.13",
"@nuxthq/studio": "^2.0.3",
"eslint": "^9.6.0",
"nuxt-og-image": "3.0.0-rc.56",
"typescript": "^5.5.3",
"vue-tsc": "^2.0.26"
"@nuxt/devtools": "^1.4.2",
"@nuxt/eslint-config": "^0.5.7",
"@nuxthq/studio": "^2.1.0",
"eslint": "^9.10.0",
"nuxt-og-image": "3.0.2",
"typescript": "^5.6.2",
"vue-tsc": "^2.1.6"
},
"name": "nuxt-zod-i18n-doc",
"private": true,
Expand Down
34 changes: 18 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,29 +40,31 @@
"prepare": "husky"
},
"dependencies": {
"@intlify/shared": "^9.13.1",
"@nuxt/kit": "^3.12.3",
"@intlify/shared": "^9.14.0",
"@nuxt/kit": "^3.13.2",
"dedupe": "^4.0.3",
"defu": "^6.1.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@localazy/cli": "^1.7.11",
"@nuxt/devtools": "^1.3.9",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.8.1",
"@nuxt/schema": "^3.12.3",
"@nuxt/test-utils": "^3.13.1",
"@nuxtjs/i18n": "^8.3.1",
"@types/node": "^20.14.10",
"@localazy/cli": "^1.7.14",
"@nuxt/devtools": "^1.4.2",
"@nuxt/eslint-config": "^0.5.7",
"@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.6.0",
"eslint": "^9.10.0",
"eslint-plugin-jsonc": "^2.16.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"nuxt": "^3.12.3",
"vitest": "^1.6.0"
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"nuxt": "^3.13.2",
"vitest": "^2.1.1"
},
"lint-staged": {
"*.{js,ts,vue,json,md,yml}": "eslint"
}
},
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"dependencies": {
"@iconify-json/flag": "^1.1.53",
"@nuxt/ui": "2.17.0",
"@iconify-json/flag": "^1.2.0",
"@nuxt/ui": "2.18.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@nuxtjs/i18n": "^8.3.1",
"nuxt": "^3.12.3"
"@nuxtjs/i18n": "^8.5.3",
"nuxt": "^3.13.2"
},
"name": "nuxt-zod-i18n-playground",
"private": true,
Expand Down
Loading

0 comments on commit 9391448

Please sign in to comment.