File tree Expand file tree Collapse file tree 3 files changed +236
-185
lines changed Expand file tree Collapse file tree 3 files changed +236
-185
lines changed Original file line number Diff line number Diff line change 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"
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" ,
You can’t perform that action at this time.
0 commit comments