Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Jul 22, 2023
1 parent a9a473b commit 6b622ad
Show file tree
Hide file tree
Showing 7 changed files with 753 additions and 840 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@astrojs/mdx": "^0.19.7",
"@astrojs/sitemap": "^1.4.0",
"@astrojs/sitemap": "^2.0.1",
"@astrojs/vue": "^2.2.1",
"@docsearch/css": "^3.5.1",
"@docsearch/js": "^3.5.1",
Expand All @@ -20,7 +20,7 @@
"@vee-validate/zod": "^4.10.7",
"@vue/repl": "^2.5.5",
"@vueuse/core": "^10.2.1",
"astro": "^2.8.3",
"astro": "^2.9.1",
"autoprefixer": "^10.4.13",
"fs-extra": "^11.1.1",
"jsdom": "^22.1.0",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^11.1.2",
"@types/node": "^20.4.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@types/node": "^20.4.4",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@vitest/coverage-v8": "^0.33.0",
"@vue/devtools-api": "^6.5.0",
"chalk": "^5.3.0",
Expand All @@ -50,15 +50,15 @@
"prettier": "^3.0.0",
"prettier-plugin-astro": "^0.11.0",
"raf-stub": "^3.0.0",
"rollup": "^3.26.2",
"rollup": "^3.26.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"terser": "^5.19.0",
"terser": "^5.19.2",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^9.0.0",
"type-fest": "^3.13.0",
"type-fest": "^4.0.0",
"typescript": "5.1.6",
"vitest": "^0.33.0",
"vue": "^3.3.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
"dist/*"
],
"dependencies": {
"@nuxt/kit": "^3.6.3",
"@nuxt/kit": "^3.6.5",
"local-pkg": "^0.4.3",
"vee-validate": "^4.10.7"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.1.1",
"@nuxt/module-builder": "^0.4.0",
"@nuxt/schema": "^3.6.3",
"@nuxt/test-utils": "^3.6.3",
"nuxt": "^3.6.3"
"@nuxt/schema": "^3.6.5",
"@nuxt/test-utils": "^3.6.5",
"nuxt": "^3.6.5"
}
}
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": "^3.13.0"
"type-fest": "^4.0.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": "^3.13.0",
"type-fest": "^4.0.0",
"vee-validate": "^4.10.7",
"yup": "^1.2.0"
},
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": "^3.13.0",
"type-fest": "^4.0.0",
"vee-validate": "^4.10.7",
"zod": "^3.21.4"
}
Expand Down
Loading

0 comments on commit 6b622ad

Please sign in to comment.