Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
t83714 committed Oct 12, 2021
1 parent a8489c7 commit 977fff6
Show file tree
Hide file tree
Showing 3 changed files with 272 additions and 2,687 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10
FROM node:12-alpine

RUN mkdir -p /usr/src/app
COPY . /usr/src/app
Expand Down
19 changes: 12 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,30 @@
"docker-build-prod": "create-docker-context-for-node-component --build --push --tag auto",
"retag-and-push": "retag-and-push",
"test": "echo \"Test cases for visualization minion are yet to be added.\"",
"helm-lint": "helm lint deploy/magda-minion-visualization -f deploy/test-deploy.yaml"
"helm-lint": "helm lint deploy/magda-minion-visualization -f deploy/test-deploy.yaml",
"helm-docs": "helm-docs -t ./README.md.gotmpl -o ../../README.md",
"update-all-charts": "helm dep up ./deploy/magda-minion-visualization",
"add-all-chart-version-changes": "git ls-files -m | grep Chart.yaml | xargs git add && git ls-files -m | grep Chart.lock | xargs git add",
"add-all-helm-docs-changes": "yarn helm-docs && git ls-files -m | grep -i readme.md | xargs git add",
"version": "yarn update-helm-chart-version && yarn update-all-charts && yarn add-all-chart-version-changes && yarn add-all-helm-docs-changes"
},
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@magda/scripts": "^0.0.57-0",
"@magda/ci-utils": "^1.0.2",
"@magda/docker-utils": "^0.0.60",
"@types/papaparse": "^4.1.31",
"@types/read-pkg-up": "^3.0.1",
"@types/urijs": "^1.15.31",
"husky": "^3.1.0",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"rimraf": "^3.0.0",
"typescript": "^3.7.2"
"typescript": "^3.9.5"
},
"dependencies": {
"@magda/minion-sdk": "^0.0.57-0",
"@magda/registry-aspects": "^0.0.57-0",
"@magda/utils": "^0.0.57-0",
"@magda/minion-sdk": "^0.0.60",
"@magda/registry-aspects": "^0.0.60",
"@magda/utils": "^0.0.60",
"moment": "^2.19.1",
"papaparse": "^4.3.6",
"read-pkg-up": "^3.0.0",
Expand Down
Loading

0 comments on commit 977fff6

Please sign in to comment.