Skip to content

Commit 9cb585e

Browse files
committed
chore: upgrade deps
1 parent a1414f6 commit 9cb585e

File tree

6 files changed

+1118
-682
lines changed

6 files changed

+1118
-682
lines changed

docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,30 @@
77
"build": "astro build && node scripts/afterBuild.js"
88
},
99
"dependencies": {
10-
"@astrojs/mdx": "^1.0.3",
10+
"@astrojs/mdx": "^1.1.0",
1111
"@astrojs/sitemap": "^3.0.0",
1212
"@astrojs/vue": "^3.0.0",
1313
"@docsearch/css": "^3.5.2",
1414
"@docsearch/js": "^3.5.2",
15-
"@floating-ui/dom": "^1.5.1",
15+
"@floating-ui/dom": "^1.5.3",
1616
"@stackblitz/sdk": "^1.9.0",
17-
"@types/fs-extra": "^11.0.1",
17+
"@types/fs-extra": "^11.0.2",
1818
"@types/lodash-es": "^4.17.9",
1919
"@vee-validate/valibot": "^4.11.6",
2020
"@vee-validate/yup": "^4.11.6",
2121
"@vee-validate/zod": "^4.11.6",
2222
"@vue/repl": "^2.5.8",
2323
"@vueuse/core": "^10.4.1",
24-
"astro": "^3.0.12",
25-
"autoprefixer": "^10.4.15",
24+
"astro": "^3.1.2",
25+
"autoprefixer": "^10.4.16",
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.4",
3131
"tailwindcss": "^3.3.3",
3232
"unist-util-visit": "^5.0.0",
33-
"valibot": "^0.15.0",
33+
"valibot": "^0.17.0",
3434
"vee-validate": "^4.11.6",
3535
"vue": "^3.3.0",
3636
"yup": "^1.2.0",

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@
2525
"@commitlint/config-conventional": "^17.7.0",
2626
"@rollup/plugin-replace": "^5.0.2",
2727
"@rollup/plugin-typescript": "^11.1.3",
28-
"@types/node": "^20.6.0",
29-
"@typescript-eslint/eslint-plugin": "^6.6.0",
30-
"@typescript-eslint/parser": "^6.6.0",
31-
"@vitest/coverage-v8": "^0.34.4",
28+
"@types/node": "^20.6.3",
29+
"@typescript-eslint/eslint-plugin": "^6.7.2",
30+
"@typescript-eslint/parser": "^6.7.2",
31+
"@vitest/coverage-v8": "^0.34.5",
3232
"@vue/devtools-api": "^6.5.0",
3333
"chalk": "^5.3.0",
34-
"eslint": "^8.49.0",
34+
"eslint": "^8.50.0",
3535
"eslint-config-prettier": "^9.0.0",
3636
"eslint-config-standard": "^17.1.0",
3737
"eslint-plugin-import": "^2.28.1",
38-
"eslint-plugin-n": "^16.0.2",
38+
"eslint-plugin-n": "^16.1.0",
3939
"eslint-plugin-prettier": "^5.0.0",
4040
"eslint-plugin-promise": "^6.1.1",
4141
"eslint-plugin-standard": "^5.0.0",
@@ -50,17 +50,17 @@
5050
"prettier": "^3.0.3",
5151
"prettier-plugin-astro": "^0.12.0",
5252
"raf-stub": "^3.0.0",
53-
"rollup": "^3.29.1",
53+
"rollup": "^3.29.2",
5454
"rollup-plugin-commonjs": "^10.1.0",
5555
"rollup-plugin-dts": "^6.0.2",
5656
"rollup-plugin-json": "^4.0.0",
5757
"rollup-plugin-node-resolve": "^5.2.0",
58-
"terser": "^5.19.4",
58+
"terser": "^5.20.0",
5959
"tslint-config-prettier": "^1.18.0",
6060
"tslint-config-standard": "^9.0.0",
6161
"type-fest": "^4.3.1",
6262
"typescript": "5.2.2",
63-
"vitest": "^0.34.4",
63+
"vitest": "^0.34.5",
6464
"vue": "^3.3.0",
6565
"yup": "^1.2.0"
6666
},

packages/joi/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-
"joi": "17.10.1",
31+
"joi": "17.10.2",
3232
"type-fest": "^4.2.0",
3333
"vee-validate": "4.11.6"
3434
}

packages/nuxt/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
"dist/*"
3838
],
3939
"dependencies": {
40-
"@nuxt/kit": "^3.7.1",
40+
"@nuxt/kit": "^3.7.3",
4141
"local-pkg": "^0.4.3",
4242
"vee-validate": "4.11.6"
4343
},
4444
"devDependencies": {
4545
"@nuxt/eslint-config": "^0.2.0",
4646
"@nuxt/module-builder": "^0.5.1",
47-
"@nuxt/schema": "^3.7.1",
48-
"@nuxt/test-utils": "^3.7.1",
49-
"nuxt": "^3.7.1"
47+
"@nuxt/schema": "^3.7.3",
48+
"@nuxt/test-utils": "^3.7.3",
49+
"nuxt": "^3.7.3"
5050
}
5151
}

packages/valibot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"dependencies": {
3131
"type-fest": "^4.3.1",
32-
"valibot": "^0.15.0",
32+
"valibot": "^0.17.0",
3333
"vee-validate": "4.11.6"
3434
}
3535
}

0 commit comments

Comments
 (0)