Skip to content

Commit

Permalink
chore(dependencies): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Georget committed Jul 2, 2024
1 parent f9ba0eb commit f7c1c84
Show file tree
Hide file tree
Showing 5 changed files with 1,904 additions and 1,863 deletions.
16 changes: 8 additions & 8 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.104",
"@nuxt/content": "^2.12.1",
"@iconify-json/simple-icons": "^1.1.108",
"@nuxt/content": "^2.13.0",
"@nuxt/ui-pro": "1.2.0",
"@nuxtjs/fontaine": "^0.4.2",
"@nuxtjs/fontaine": "^0.4.3",
"@nuxtjs/google-fonts": "^3.2.0",
"nuxt": "^3.11.2"
"nuxt": "^3.12.2"
},
"devDependencies": {
"@nuxt/devtools": "^1.3.3",
"@nuxt/devtools": "^1.3.7",
"@nuxt/eslint-config": "^0.3.13",
"@nuxthq/studio": "^1.1.2",
"eslint": "^9.4.0",
"eslint": "^9.6.0",
"nuxt-og-image": "3.0.0-rc.53",
"typescript": "^5.4.5",
"vue-tsc": "^2.0.19"
"typescript": "^5.5.3",
"vue-tsc": "^2.0.24"
},
"name": "nuxt-zod-i18n-doc",
"private": true,
Expand Down
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,30 +35,31 @@
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"test": "vitest run",
"test:watch": "vitest watch",
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit",
"typecheck": "npx nuxi typecheck",
"prepare": "husky"
},
"dependencies": {
"@intlify/shared": "^9.13.1",
"@nuxt/kit": "^3.11.2",
"@nuxt/kit": "^3.12.2",
"defu": "^6.1.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@localazy/cli": "^1.7.10",
"@nuxt/devtools": "^1.3.3",
"@nuxt/devtools": "^1.3.7",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.7.0",
"@nuxt/schema": "^3.11.2",
"@nuxt/module-builder": "^0.8.1",
"@nuxt/schema": "^3.12.2",
"@nuxt/test-utils": "^3.13.1",
"@nuxtjs/i18n": "^8.3.1",
"@types/node": "^20.14.2",
"@types/node": "^20.14.9",
"changelogen": "^0.5.5",
"eslint": "^9.4.0",
"eslint": "^9.6.0",
"eslint-plugin-jsonc": "^2.16.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"nuxt": "^3.11.2",
"lint-staged": "^15.2.7",
"nuxt": "^3.12.2",
"vitest": "^1.6.0"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"devDependencies": {
"@nuxtjs/i18n": "^8.3.1",
"nuxt": "^3.11.2"
"nuxt": "^3.12.2"
},
"name": "nuxt-zod-i18n-playground",
"private": true,
Expand Down
Loading

0 comments on commit f7c1c84

Please sign in to comment.