Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Jun 19, 2023
1 parent a972d88 commit e687801
Show file tree
Hide file tree
Showing 8 changed files with 1,275 additions and 1,247 deletions.
16 changes: 8 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
"build": "astro build && node scripts/afterBuild.js"
},
"dependencies": {
"@astrojs/mdx": "^0.19.4",
"@astrojs/sitemap": "^1.3.1",
"@astrojs/vue": "^2.2.0",
"@docsearch/css": "^3.4.0",
"@docsearch/js": "^3.4.0",
"@floating-ui/dom": "^1.2.8",
"@astrojs/mdx": "^0.19.7",
"@astrojs/sitemap": "^1.3.3",
"@astrojs/vue": "^2.2.1",
"@docsearch/css": "^3.5.1",
"@docsearch/js": "^3.5.1",
"@floating-ui/dom": "^1.4.1",
"@stackblitz/sdk": "^1.9.0",
"@types/fs-extra": "^11.0.1",
"@vueuse/core": "^10.1.2",
"astro": "^2.5.5",
"@vueuse/core": "^10.2.0",
"astro": "^2.6.5",
"autoprefixer": "^10.4.13",
"fs-extra": "^11.1.1",
"jsdom": "^22.1.0",
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^11.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@vitest/coverage-c8": "^0.31.1",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@vitest/coverage-c8": "^0.32.2",
"@vue/devtools-api": "^6.5.0",
"chalk": "^5.2.0",
"eslint": "^8.41.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-prettier": "^4.0.0",
Expand All @@ -46,19 +46,19 @@
"klona": "^2.0.6",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.9.1",
"prettier-plugin-astro": "^0.10.0",
"raf-stub": "^3.0.0",
"rollup": "^3.23.0",
"rollup": "^3.25.1",
"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.17.6",
"terser": "^5.18.1",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^9.0.0",
"type-fest": "^3.11.0",
"typescript": "5.0.4",
"vitest": "^0.31.1",
"type-fest": "^3.12.0",
"typescript": "5.1.3",
"vitest": "^0.32.2",
"vue": "^3.3.0",
"yup": "^1.2.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 @@ -35,15 +35,15 @@
"dist/*"
],
"dependencies": {
"@nuxt/kit": "^3.5.1",
"@nuxt/kit": "^3.5.3",
"local-pkg": "^0.4.3",
"vee-validate": "^4.9.6"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.1.1",
"@nuxt/module-builder": "^0.4.0",
"@nuxt/schema": "^3.5.1",
"@nuxt/test-utils": "^3.5.1",
"nuxt": "^3.5.1"
"@nuxt/schema": "^3.5.3",
"@nuxt/test-utils": "^3.5.3",
"nuxt": "^3.5.3"
}
}
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.11.0"
"type-fest": "^3.12.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.11.0",
"type-fest": "^3.12.0",
"vee-validate": "^4.9.6",
"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.11.0",
"type-fest": "^3.12.0",
"vee-validate": "^4.9.6",
"zod": "^3.21.4"
}
Expand Down
Loading

0 comments on commit e687801

Please sign in to comment.