Skip to content

Commit 8107f31

Browse files
committed
chore: upgrade dependencies
1 parent ecbb690 commit 8107f31

File tree

7 files changed

+853
-708
lines changed

7 files changed

+853
-708
lines changed

docs/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
},
99
"dependencies": {
1010
"@astrojs/mdx": "^0.19.7",
11-
"@astrojs/sitemap": "^2.0.1",
11+
"@astrojs/sitemap": "^2.0.2",
1212
"@astrojs/vue": "^2.2.1",
13-
"@docsearch/css": "^3.5.1",
14-
"@docsearch/js": "^3.5.1",
13+
"@docsearch/css": "^3.5.2",
14+
"@docsearch/js": "^3.5.2",
1515
"@floating-ui/dom": "^1.5.1",
1616
"@stackblitz/sdk": "^1.9.0",
1717
"@types/fs-extra": "^11.0.1",
1818
"@types/lodash-es": "^4.17.8",
1919
"@vee-validate/valibot": "^4.11.1",
2020
"@vee-validate/yup": "^4.11.1",
2121
"@vee-validate/zod": "^4.11.1",
22-
"@vue/repl": "^2.5.6",
22+
"@vue/repl": "^2.5.8",
2323
"@vueuse/core": "^10.3.0",
24-
"astro": "^2.10.1",
25-
"autoprefixer": "^10.4.13",
24+
"astro": "^2.10.12",
25+
"autoprefixer": "^10.4.15",
2626
"fs-extra": "^11.1.1",
2727
"jsdom": "^22.1.0",
2828
"lodash-es": "^4.17.21",
2929
"remark-gfm": "^3.0.1",
3030
"shiki": "^0.14.3",
3131
"tailwindcss": "^3.3.3",
3232
"unist-util-visit": "^5.0.0",
33-
"valibot": "^0.7.0",
33+
"valibot": "^0.12.0",
3434
"vee-validate": "^4.11.1",
3535
"vue": "^3.3.0",
3636
"yup": "^1.2.0",
37-
"zod": "^3.21.4"
37+
"zod": "^3.22.2"
3838
}
3939
}

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,46 +21,46 @@
2121
},
2222
"devDependencies": {
2323
"@changesets/cli": "^2.26.2",
24-
"@commitlint/cli": "^17.6.7",
25-
"@commitlint/config-conventional": "^17.6.7",
24+
"@commitlint/cli": "^17.7.1",
25+
"@commitlint/config-conventional": "^17.7.0",
2626
"@rollup/plugin-replace": "^5.0.2",
2727
"@rollup/plugin-typescript": "^11.1.2",
28-
"@types/node": "^20.4.8",
29-
"@typescript-eslint/eslint-plugin": "^6.2.1",
30-
"@typescript-eslint/parser": "^6.2.1",
31-
"@vitest/coverage-v8": "^0.34.1",
28+
"@types/node": "^20.5.1",
29+
"@typescript-eslint/eslint-plugin": "^6.4.0",
30+
"@typescript-eslint/parser": "^6.4.0",
31+
"@vitest/coverage-v8": "^0.34.2",
3232
"@vue/devtools-api": "^6.5.0",
3333
"chalk": "^5.3.0",
34-
"eslint": "^8.46.0",
35-
"eslint-config-prettier": "^8.10.0",
34+
"eslint": "^8.47.0",
35+
"eslint-config-prettier": "^9.0.0",
3636
"eslint-config-standard": "^17.1.0",
37-
"eslint-plugin-import": "^2.28.0",
37+
"eslint-plugin-import": "^2.28.1",
3838
"eslint-plugin-n": "^16.0.1",
3939
"eslint-plugin-prettier": "^5.0.0",
4040
"eslint-plugin-promise": "^6.1.1",
4141
"eslint-plugin-standard": "^5.0.0",
42-
"filesize": "^10.0.8",
42+
"filesize": "^10.0.12",
4343
"flush-promises": "^1.0.2",
4444
"fs-extra": "^11.1.1",
4545
"gzip-size": "^7.0.0",
4646
"husky": "^8.0.3",
4747
"jsdom": "^22.1.0",
4848
"klona": "^2.0.6",
49-
"lint-staged": "^13.2.3",
50-
"prettier": "^3.0.1",
51-
"prettier-plugin-astro": "^0.11.0",
49+
"lint-staged": "^14.0.0",
50+
"prettier": "^3.0.2",
51+
"prettier-plugin-astro": "^0.11.1",
5252
"raf-stub": "^3.0.0",
53-
"rollup": "^3.27.2",
53+
"rollup": "^3.28.0",
5454
"rollup-plugin-commonjs": "^10.1.0",
55-
"rollup-plugin-dts": "^5.3.1",
55+
"rollup-plugin-dts": "^6.0.0",
5656
"rollup-plugin-json": "^4.0.0",
5757
"rollup-plugin-node-resolve": "^5.2.0",
5858
"terser": "^5.19.2",
5959
"tslint-config-prettier": "^1.18.0",
6060
"tslint-config-standard": "^9.0.0",
61-
"type-fest": "^4.1.0",
61+
"type-fest": "^4.2.0",
6262
"typescript": "5.1.6",
63-
"vitest": "^0.34.1",
63+
"vitest": "^0.34.2",
6464
"vue": "^3.3.0",
6565
"yup": "^1.2.0"
6666
},

packages/valibot/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"dist/*.d.ts"
2929
],
3030
"dependencies": {
31-
"type-fest": "^4.1.0",
32-
"valibot": "^0.7.0",
31+
"type-fest": "^4.2.0",
32+
"valibot": "^0.12.0",
3333
"vee-validate": "^4.11.1"
3434
}
3535
}

packages/vee-validate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
},
3333
"dependencies": {
3434
"@vue/devtools-api": "^6.5.0",
35-
"type-fest": "^4.1.0"
35+
"type-fest": "^4.2.0"
3636
}
3737
}

packages/yup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dist/*.d.ts"
2929
],
3030
"dependencies": {
31-
"type-fest": "^4.1.0",
31+
"type-fest": "^4.2.0",
3232
"vee-validate": "^4.11.1",
3333
"yup": "^1.2.0"
3434
},

packages/zod/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"dist/*.d.ts"
2929
],
3030
"dependencies": {
31-
"type-fest": "^4.1.0",
31+
"type-fest": "^4.2.0",
3232
"vee-validate": "^4.11.1",
33-
"zod": "^3.21.4"
33+
"zod": "^3.22.2"
3434
}
3535
}

0 commit comments

Comments
 (0)