Skip to content

Commit

Permalink
chore(frontend): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hbollon committed Jul 24, 2024
1 parent 1f7046a commit 4122d6f
Show file tree
Hide file tree
Showing 3 changed files with 6,518 additions and 14 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ WORKDIR /opt/build
COPY . .
RUN make build

FROM node:16.5-alpine3.14 as node-builder
FROM node:lts as node-builder
WORKDIR /opt/build
COPY static/terraboard-vuejs ./terraboard-vuejs
WORKDIR /opt/build/terraboard-vuejs
RUN npm install
RUN npm run build
RUN yarn install
RUN yarn run build

FROM scratch
WORKDIR /
Expand Down
22 changes: 11 additions & 11 deletions static/terraboard-vuejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@vueform/multiselect": "^2.0.1",
"axios": "^0.21.1",
"chart.js": "^3.4.1",
"core-js": "^3.6.5",
"highlight.js": "^10.7.2",
"@vueform/multiselect": "^2.0.0",
"axios": "^0.21.0",
"chart.js": "^3.4.0",
"core-js": "^3.6.0",
"highlight.js": "^10.7.0",
"vue": "^3.0.0",
"vue-class-component": "^8.0.0-0",
"vue-router": "^4.0.0-0"
Expand All @@ -21,17 +21,17 @@
"@types/highlight.js": "^10.1.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-plugin-babel": "^5.0.0",
"@vue/cli-plugin-eslint": "^5.0.0",
"@vue/cli-plugin-router": "^5.0.0",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/cli-service": "^5.0.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"eslint": "^7.5.0",
"eslint-plugin-vue": "^7.0.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"typescript": "~4.1.5"
"sass-loader": "^8.0.0",
"typescript": "~4.1.0"
}
}
Loading

0 comments on commit 4122d6f

Please sign in to comment.