Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Aug 19, 2023
1 parent ecbb690 commit 8107f31
Show file tree
Hide file tree
Showing 7 changed files with 853 additions and 708 deletions.
16 changes: 8 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
},
"dependencies": {
"@astrojs/mdx": "^0.19.7",
"@astrojs/sitemap": "^2.0.1",
"@astrojs/sitemap": "^2.0.2",
"@astrojs/vue": "^2.2.1",
"@docsearch/css": "^3.5.1",
"@docsearch/js": "^3.5.1",
"@docsearch/css": "^3.5.2",
"@docsearch/js": "^3.5.2",
"@floating-ui/dom": "^1.5.1",
"@stackblitz/sdk": "^1.9.0",
"@types/fs-extra": "^11.0.1",
"@types/lodash-es": "^4.17.8",
"@vee-validate/valibot": "^4.11.1",
"@vee-validate/yup": "^4.11.1",
"@vee-validate/zod": "^4.11.1",
"@vue/repl": "^2.5.6",
"@vue/repl": "^2.5.8",
"@vueuse/core": "^10.3.0",
"astro": "^2.10.1",
"autoprefixer": "^10.4.13",
"astro": "^2.10.12",
"autoprefixer": "^10.4.15",
"fs-extra": "^11.1.1",
"jsdom": "^22.1.0",
"lodash-es": "^4.17.21",
"remark-gfm": "^3.0.1",
"shiki": "^0.14.3",
"tailwindcss": "^3.3.3",
"unist-util-visit": "^5.0.0",
"valibot": "^0.7.0",
"valibot": "^0.12.0",
"vee-validate": "^4.11.1",
"vue": "^3.3.0",
"yup": "^1.2.0",
"zod": "^3.21.4"
"zod": "^3.22.2"
}
}
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,46 +21,46 @@
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^11.1.2",
"@types/node": "^20.4.8",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@vitest/coverage-v8": "^0.34.1",
"@types/node": "^20.5.1",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@vitest/coverage-v8": "^0.34.2",
"@vue/devtools-api": "^6.5.0",
"chalk": "^5.3.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"filesize": "^10.0.8",
"filesize": "^10.0.12",
"flush-promises": "^1.0.2",
"fs-extra": "^11.1.1",
"gzip-size": "^7.0.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"klona": "^2.0.6",
"lint-staged": "^13.2.3",
"prettier": "^3.0.1",
"prettier-plugin-astro": "^0.11.0",
"lint-staged": "^14.0.0",
"prettier": "^3.0.2",
"prettier-plugin-astro": "^0.11.1",
"raf-stub": "^3.0.0",
"rollup": "^3.27.2",
"rollup": "^3.28.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-dts": "^5.3.1",
"rollup-plugin-dts": "^6.0.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"terser": "^5.19.2",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^9.0.0",
"type-fest": "^4.1.0",
"type-fest": "^4.2.0",
"typescript": "5.1.6",
"vitest": "^0.34.1",
"vitest": "^0.34.2",
"vue": "^3.3.0",
"yup": "^1.2.0"
},
Expand Down
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.1.0",
"valibot": "^0.7.0",
"type-fest": "^4.2.0",
"valibot": "^0.12.0",
"vee-validate": "^4.11.1"
}
}
2 changes: 1 addition & 1 deletion packages/vee-validate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
},
"dependencies": {
"@vue/devtools-api": "^6.5.0",
"type-fest": "^4.1.0"
"type-fest": "^4.2.0"
}
}
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.1.0",
"type-fest": "^4.2.0",
"vee-validate": "^4.11.1",
"yup": "^1.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/zod/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.1.0",
"type-fest": "^4.2.0",
"vee-validate": "^4.11.1",
"zod": "^3.21.4"
"zod": "^3.22.2"
}
}
Loading

0 comments on commit 8107f31

Please sign in to comment.