mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 07:08:02 +00:00
chore(deps): update dependencies
This commit is contained in:
@@ -12,7 +12,12 @@
|
||||
"lint:front": "cd front && pnpm nuxt typecheck",
|
||||
"lint:backend": "cd backend && golangci-lint run",
|
||||
"lint:worker": "cd worker && golangci-lint run",
|
||||
"prepare": "husky"
|
||||
"prepare": "husky",
|
||||
"up-deps": "concurrently -n backend,worker,models,utils -c green,yellow,blue,magenta 'pnpm:up-deps:backend' 'pnpm:up-deps:worker' 'pnpm:up-deps:models' 'pnpm:up-deps:utils'",
|
||||
"up-deps:backend": "cd backend && go get -u",
|
||||
"up-deps:worker": "cd worker && go get -u",
|
||||
"up-deps:models": "cd pkg/models && go get -u",
|
||||
"up-deps:utils": "cd pkg/utils && go get -u"
|
||||
},
|
||||
"workspaces": [
|
||||
"front"
|
||||
@@ -33,6 +38,6 @@
|
||||
"concurrently": "^9.2.1",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^15.5.2",
|
||||
"prettier": "^3.6.2"
|
||||
"prettier": "^3.8.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user