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] committed Sep 23, 2023
1 parent 7910407 commit 4b40d2f
Show file tree
Hide file tree
Showing 6 changed files with 712 additions and 575 deletions.
18 changes: 9 additions & 9 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"author": "Elone Hoo <hi@elonehoo.me>",
"license": "MIT",
"dependencies": {
"@iconify-json/carbon": "^1.1.19",
"@unocss/reset": "^0.54.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vueuse/core": "^10.3.0",
"@iconify-json/carbon": "^1.1.21",
"@unocss/reset": "^0.56.1",
"@vitejs/plugin-vue": "^4.3.4",
"@vueuse/core": "^10.4.1",
"esno": "^0.17.0",
"https-localhost": "^4.7.1",
"jiti": "^1.19.1",
"unocss": "^0.54.1",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.8",
"vitepress": "1.0.0-beta.7",
"jiti": "^1.20.0",
"unocss": "^0.56.1",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vitepress": "1.0.0-rc.17",
"workbox-window": "^7.0.0"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
"vue": "^3.2.45"
},
"dependencies": {
"magic-string": "^0.30.2",
"typescript": "^5.1.6",
"magic-string": "^0.30.3",
"typescript": "^5.2.2",
"vue": "^3.3.4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.40.0",
"@types/node": "^20.4.8",
"bumpp": "^9.1.1",
"@antfu/eslint-config": "^0.43.1",
"@types/node": "^20.6.4",
"bumpp": "^9.2.0",
"chalk": "^5.3.0",
"eslint": "^8.46.0",
"eslint": "^8.50.0",
"esno": "^0.17.0",
"fast-glob": "^3.3.1",
"rimraf": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
},
"dependencies": {
"@vue-hooks-form/core": "workspace:*",
"yup": "^1.2.0"
"yup": "^1.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
},
"dependencies": {
"@vue-hooks-form/core": "workspace:*",
"zod": "3.21.4"
"zod": "3.22.2"
}
}
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"preview": "vite preview"
},
"dependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue": "^4.3.4",
"@vue-hooks-form/class-validator": "workspace:*",
"@vue-hooks-form/core": "workspace:*",
"@vue-hooks-form/yup": "workspace:*",
"@vue-hooks-form/zod": "workspace:*",
"vite": "^4.4.8",
"vue-tsc": "^1.8.8",
"zod": "^3.21.4"
"vite": "^4.4.9",
"vue-tsc": "^1.8.13",
"zod": "^3.22.2"
}
}

0 comments on commit 4b40d2f

Please sign in to comment.