Skip to content

Commit

Permalink
chore: upgraded dependencies closes #4590
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Dec 14, 2023
1 parent 7e2093b commit 5ce3b63
Show file tree
Hide file tree
Showing 9 changed files with 1,294 additions and 788 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
"@vee-validate/yup": "^4.12.2",
"@vee-validate/zod": "^4.12.2",
"@vue/repl": "^3.0.0",
"@vueuse/core": "^10.6.1",
"@vueuse/core": "^10.7.0",
"astro": "^3.6.4",
"autoprefixer": "^10.4.16",
"fs-extra": "^11.2.0",
"jsdom": "^23.0.1",
"lodash-es": "^4.17.21",
"remark-gfm": "^3.0.1",
"shiki": "^0.14.5",
"tailwindcss": "^3.3.5",
"shiki": "^0.14.6",
"tailwindcss": "^3.3.6",
"unist-util-visit": "^5.0.0",
"valibot": "^0.21.0",
"valibot": "^0.24.1",
"vee-validate": "^4.12.2",
"vue": "^3.3.8",
"vue": "^3.3.11",
"yup": "^1.3.2",
"zod": "^3.22.4"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/src/utils/examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function getViteProjectConfig(files: Record<string, string>): Project {
"@vee-validate/rules": "^${version}",
"@vee-validate/i18n": "^${version}",
"vee-validate": "^${version}",
"vue": "^3.3.8",
"vue": "^3.3.11",
"yup": "latest",
"zod": "latest"
},
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-typescript": "^11.1.5",
"@types/node": "^20.10.2",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitest/coverage-v8": "^0.34.6",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitest/coverage-v8": "^1.0.4",
"@vue/devtools-api": "^6.5.1",
"chalk": "^5.3.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-n": "^16.4.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"filesize": "^10.1.0",
Expand All @@ -49,23 +49,23 @@
"husky": "^8.0.3",
"jsdom": "^23.0.1",
"klona": "^2.0.6",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.2",
"raf-stub": "^3.0.0",
"rollup": "^4.6.1",
"rollup": "^4.9.0",
"rollup-plugin-dts": "^6.1.0",
"terser": "^5.24.0",
"terser": "^5.26.0",
"tslint-config-prettier": "^1.18.0",
"type-fest": "^4.8.2",
"typescript": "5.3.2",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^0.34.6",
"vue": "^3.3.8",
"type-fest": "^4.8.3",
"typescript": "5.3.3",
"vite-tsconfig-paths": "^4.2.2",
"vitest": "^1.0.4",
"vue": "^3.3.11",
"yup": "^1.3.2"
},
"peerDependencies": {
"vue": "^3.3.8"
"vue": "^3.3.11"
},
"lint-staged": {
"*.ts": [
Expand Down
2 changes: 1 addition & 1 deletion packages/joi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"dependencies": {
"joi": "17.11.0",
"type-fest": "^4.8.2",
"type-fest": "^4.8.3",
"vee-validate": "4.12.2"
}
}
4 changes: 2 additions & 2 deletions packages/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"dist/*.d.ts"
],
"dependencies": {
"type-fest": "^4.8.2",
"valibot": "^0.21.0",
"type-fest": "^4.8.3",
"valibot": "^0.24.1",
"vee-validate": "4.12.2"
}
}
4 changes: 2 additions & 2 deletions packages/vee-validate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"dist/*.d.ts"
],
"peerDependencies": {
"vue": "^3.3.8"
"vue": "^3.3.11"
},
"dependencies": {
"@vue/devtools-api": "^6.5.1",
"type-fest": "^4.8.2"
"type-fest": "^4.8.3"
}
}
2 changes: 1 addition & 1 deletion packages/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dist/*.d.ts"
],
"dependencies": {
"type-fest": "^4.8.2",
"type-fest": "^4.8.3",
"vee-validate": "4.12.2",
"yup": "^1.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dist/*.d.ts"
],
"dependencies": {
"type-fest": "^4.8.2",
"type-fest": "^4.8.3",
"vee-validate": "4.12.2",
"zod": "^3.22.4"
}
Expand Down
Loading

0 comments on commit 5ce3b63

Please sign in to comment.