Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 14, 2024
1 parent 89d18f8 commit b60d7c0
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 121 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"typescript": "^5.4.5",
"ufo": "^1.5.3",
"v-calendar": "^3.1.2",
"valibot": "^0.31.1",
"valibot": "^0.32.0",
"yup": "^1.4.0",
"zod": "^3.23.8"
}
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nuxt/ui",
"version": "2.17.0",
"packageManager": "pnpm@9.1.1",
"packageManager": "pnpm@9.3.0",
"repository": "nuxt/ui",
"homepage": "https://ui.nuxt.com",
"type": "module",
Expand Down Expand Up @@ -60,28 +60,28 @@
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/module-builder": "^0.7.1",
"@nuxt/test-utils": "^3.13.1",
"@release-it/conventional-changelog": "^8.0.1",
"@vue/test-utils": "^2.4.6",
"eslint": "^8.57.0",
"happy-dom": "^14.10.1",
"happy-dom": "^14.12.0",
"joi": "^17.13.1",
"nuxt": "^3.12.1",
"release-it": "^17.3.0",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"valibot30": "npm:valibot@0.30.0",
"valibot": "^0.31.1",
"valibot30": "npm:valibot@0.32.0",
"valibot": "^0.32.0",
"vitest": "^1.6.0",
"vitest-environment-nuxt": "^1.0.0",
"vue-tsc": "^2.0.16",
"vue-tsc": "^2.0.21",
"yup": "^1.4.0",
"zod": "^3.23.8"
},
"resolutions": {
"@nuxt/ui": "workspace:*",
"@nuxt/module-builder": "0.5.5",
"vue-tsc": "2.0.16"
"@nuxt/module-builder": "^0.7.1",
"vue-tsc": "^2.0.21"
}
}
Loading

0 comments on commit b60d7c0

Please sign in to comment.