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 Aug 21, 2023
1 parent e0bc274 commit 29ffd81
Show file tree
Hide file tree
Showing 5 changed files with 391 additions and 391 deletions.
14 changes: 7 additions & 7 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",
"@iconify-json/carbon": "^1.1.20",
"@unocss/reset": "^0.55.2",
"@vitejs/plugin-vue": "^4.3.1",
"@vueuse/core": "^10.3.0",
"esno": "^0.17.0",
"https-localhost": "^4.7.1",
"jiti": "^1.19.1",
"unocss": "^0.54.1",
"jiti": "^1.19.3",
"unocss": "^0.55.2",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.8",
"vitepress": "1.0.0-beta.7",
"vite": "^4.4.9",
"vitepress": "1.0.0-rc.4",
"workbox-window": "^7.0.0"
}
}
10 changes: 5 additions & 5 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",
"magic-string": "^0.30.3",
"typescript": "^5.1.6",
"vue": "^3.3.4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.40.0",
"@types/node": "^20.4.8",
"bumpp": "^9.1.1",
"@antfu/eslint-config": "^0.40.2",
"@types/node": "^20.5.1",
"bumpp": "^9.2.0",
"chalk": "^5.3.0",
"eslint": "^8.46.0",
"eslint": "^8.47.0",
"esno": "^0.17.0",
"fast-glob": "^3.3.1",
"rimraf": "^5.0.1",
Expand Down
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"
}
}
6 changes: 3 additions & 3 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.1",
"@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",
"vite": "^4.4.9",
"vue-tsc": "^1.8.8",
"zod": "^3.21.4"
"zod": "^3.22.2"
}
}
Loading

0 comments on commit 29ffd81

Please sign in to comment.