Skip to content

Commit b0a32fe

Browse files
committed
fix: update package version
1 parent 2d9db7d commit b0a32fe

File tree

3 files changed

+236
-185
lines changed

3 files changed

+236
-185
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"build:yup": "pnpm -C packages/yup run build",
2626
"test": "pnpm -C test run test",
2727
"play": "pnpm -C playground run dev",
28-
"docs:dev":"pnpm -C docs run dev",
29-
"docs:build":"pnpm -C docs run build",
30-
"docs:serve":"pnpm -C docs run serve",
28+
"docs:dev": "pnpm -C docs run dev",
29+
"docs:build": "pnpm -C docs run build",
30+
"docs:serve": "pnpm -C docs run serve",
3131
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public",
3232
"lint": "eslint .",
3333
"lint:fix": "eslint . --fix"
@@ -41,7 +41,7 @@
4141
"vue": "^3.2.45"
4242
},
4343
"devDependencies": {
44-
"@antfu/eslint-config": "^0.34.0",
44+
"@antfu/eslint-config": "^0.34.1",
4545
"@types/node": "^18.11.18",
4646
"bumpp": "^8.2.1",
4747
"chalk": "^5.2.0",

0 commit comments

Comments
 (0)