Skip to content

Commit

Permalink
Update to model catalog api 1.8.0 (#37)
Browse files Browse the repository at this point in the history
* fix: update dependecy

* fix: update dependency
  • Loading branch information
mosoriob authored Nov 28, 2022
1 parent a191e45 commit d21f138
Show file tree
Hide file tree
Showing 4 changed files with 340 additions and 569 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Install Polymer CLI, https://www.polymer-project.org/3.0/docs/tools/polymer-cli
FROM node:11 AS build-env
FROM node:12 AS build-env

RUN mkdir -p /home/node/app/node_modules && chown -R node:node /home/node/app
WORKDIR /home/node/app
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ services:
build:
context: .
image: "mint-project/modelexplorer:latest"
volumes:
- ./default.conf:/etc/nginx/conf.d/default.conf
ports:
- 12123:80
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "MINT UI",
"author": "Varun Ratnakar",
"contributors": [
"Hernan Vargas"
"Hernan Vargas",
"Maximiliano Osorio"
],
"license": "MIT",
"private": true,
Expand All @@ -22,7 +23,7 @@
"@apollo/client": "^3.1.3",
"@babel/polyfill": "^7.10.4",
"@babel/runtime-corejs2": "^7.11.2",
"@mintproject/modelcatalog_client": "^7.0.2",
"@mintproject/modelcatalog_client": "^8.0.1",
"@polymer/app-layout": "^3.0.2",
"@polymer/polymer": "^3.1.0",
"@types/codemirror": "^0.0.78",
Expand All @@ -34,7 +35,7 @@
"firebase": "^7.7.0",
"graphql": "^15.3.0",
"lit-element": "^2.2.1",
"marked": "^0.7.0",
"marked": "^4.0.10",
"moment": "^2.24.0",
"multiselect-combo-box": "^2.0.2",
"prop-types": "^15.7.2",
Expand Down Expand Up @@ -64,7 +65,7 @@
"@types/clean-webpack-plugin": "0.1.2",
"@types/copy-webpack-plugin": "^4.4.2",
"@types/expect-puppeteer": "^3.3.1",
"@types/googlemaps": "^3.37.7",
"@types/googlemaps": "^3.37.6",
"@types/gulp": "^4.0.5",
"@types/html-webpack-plugin": "^3.2.0",
"@types/jest": "^24.0.0",
Expand Down Expand Up @@ -97,14 +98,13 @@
"jest-axe": "^3.1.1",
"jest-puppeteer": "^3.9.0",
"loader-utils": "^1.2.3",
"node-sass": "^4.11.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"pixelmatch": "^4.0.2",
"pngjs": "^3.3.3",
"postcss-loader": "^3.0.0",
"postcss": "^8.1",
"postcss-loader": "^4.0.3",
"postcss-preset-env": "^6.5.0",
"puppeteer": "^1.12.2",
"sass-loader": "^7.1.0",
"script-ext-html-webpack-plugin": "^2.1.3",
"stylelint": "^9.10.1",
"stylelint-config-recommended": "^2.1.0",
Expand Down
Loading

0 comments on commit d21f138

Please sign in to comment.