|
18 | 18 | "eslint-plugin-jest": "^27.0.0", |
19 | 19 | "eslint-plugin-node": "^11.1.0", |
20 | 20 | "eslint-plugin-prettier": "^4.0.0", |
21 | | - "fs-extra": "^11.1.0", |
| 21 | + "fs-extra": "^11.1.1", |
22 | 22 | "husky": "^8.0.0", |
23 | 23 | "js-yaml": "^4.1.0", |
24 | 24 | "lint-staged": "^13.0.0", |
|
27 | 27 | "~dev-tools": "workspace:^" |
28 | 28 | }, |
29 | 29 | "resolutions": { |
30 | | - "@modjo/http-server": "latest", |
31 | | - "@modjo/core": "latest", |
32 | | - "@modjo/config": "latest", |
33 | | - "@modjo/express": "latest", |
34 | | - "@modjo/express-monitor": "latest", |
35 | | - "@modjo/http-logger": "latest", |
36 | | - "@modjo/lightship": "latest", |
37 | | - "@modjo/logger": "latest", |
38 | | - "@modjo/microservice-oapi": "latest", |
39 | | - "@modjo/oa": "latest", |
40 | | - "@modjo/shutdown-handlers": "latest", |
41 | | - "@modjo/sentry": "latest", |
42 | 30 | "tar": "^6.1.9", |
43 | 31 | "multer": "^1.4.4-lts.1", |
44 | 32 | "fast-copy": "^3.0.0", |
|
76 | 64 | "docker:kontinuous:build": "DOCKER_BUILDKIT=1 docker build --progress=plain -f packages/kontinuous/Dockerfile -t kontinuous .", |
77 | 65 | "docker:kontinuous:run": "docker run -it -v $PWD:/workspace -v $(dirname $KUBECONFIG):/home/node/.kube -e KUBECONFIG=/home/node/.kube/$(basename $KUBECONFIG) kontinuous", |
78 | 66 | "docker:kontinuous": "yarn docker:kontinuous:build && yarn docker:kontinuous:run", |
79 | | - "logs:remote-webhook": "kubectl --context prod -n kontinuous-webhook logs -f --all-containers -l component=kontinuous-webhook", |
80 | | - "upgrade:modjo": "yarn up -R \"@modjo/*\"" |
| 67 | + "logs:remote-webhook": "kubectl --context prod -n kontinuous-webhook logs -f --all-containers -l component=kontinuous-webhook" |
81 | 68 | }, |
82 | 69 | "lint-staged": { |
83 | 70 | "*.js": [ |
|
0 commit comments