Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Sep 23, 2023
1 parent a1414f6 commit 9cb585e
Show file tree
Hide file tree
Showing 6 changed files with 1,118 additions and 682 deletions.
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,30 @@
"build": "astro build && node scripts/afterBuild.js"
},
"dependencies": {
"@astrojs/mdx": "^1.0.3",
"@astrojs/mdx": "^1.1.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/vue": "^3.0.0",
"@docsearch/css": "^3.5.2",
"@docsearch/js": "^3.5.2",
"@floating-ui/dom": "^1.5.1",
"@floating-ui/dom": "^1.5.3",
"@stackblitz/sdk": "^1.9.0",
"@types/fs-extra": "^11.0.1",
"@types/fs-extra": "^11.0.2",
"@types/lodash-es": "^4.17.9",
"@vee-validate/valibot": "^4.11.6",
"@vee-validate/yup": "^4.11.6",
"@vee-validate/zod": "^4.11.6",
"@vue/repl": "^2.5.8",
"@vueuse/core": "^10.4.1",
"astro": "^3.0.12",
"autoprefixer": "^10.4.15",
"astro": "^3.1.2",
"autoprefixer": "^10.4.16",
"fs-extra": "^11.1.1",
"jsdom": "^22.1.0",
"lodash-es": "^4.17.21",
"remark-gfm": "^3.0.1",
"shiki": "^0.14.4",
"tailwindcss": "^3.3.3",
"unist-util-visit": "^5.0.0",
"valibot": "^0.15.0",
"valibot": "^0.17.0",
"vee-validate": "^4.11.6",
"vue": "^3.3.0",
"yup": "^1.2.0",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
"@commitlint/config-conventional": "^17.7.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^11.1.3",
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@vitest/coverage-v8": "^0.34.4",
"@types/node": "^20.6.3",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@vitest/coverage-v8": "^0.34.5",
"@vue/devtools-api": "^6.5.0",
"chalk": "^5.3.0",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
Expand All @@ -50,17 +50,17 @@
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"raf-stub": "^3.0.0",
"rollup": "^3.29.1",
"rollup": "^3.29.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-dts": "^6.0.2",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"terser": "^5.19.4",
"terser": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^9.0.0",
"type-fest": "^4.3.1",
"typescript": "5.2.2",
"vitest": "^0.34.4",
"vitest": "^0.34.5",
"vue": "^3.3.0",
"yup": "^1.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/joi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dist/*.d.ts"
],
"dependencies": {
"joi": "17.10.1",
"joi": "17.10.2",
"type-fest": "^4.2.0",
"vee-validate": "4.11.6"
}
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.7.1",
"@nuxt/kit": "^3.7.3",
"local-pkg": "^0.4.3",
"vee-validate": "4.11.6"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.1",
"@nuxt/schema": "^3.7.1",
"@nuxt/test-utils": "^3.7.1",
"nuxt": "^3.7.1"
"@nuxt/schema": "^3.7.3",
"@nuxt/test-utils": "^3.7.3",
"nuxt": "^3.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"dependencies": {
"type-fest": "^4.3.1",
"valibot": "^0.15.0",
"valibot": "^0.17.0",
"vee-validate": "4.11.6"
}
}
Loading

0 comments on commit 9cb585e

Please sign in to comment.