Skip to content

Commit

Permalink
Add resolutions to fix issue with babel createSuper error
Browse files Browse the repository at this point in the history
  • Loading branch information
erikap committed Mar 22, 2020
1 parent d751768 commit 3bf5767
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="Erika Pauwels <[email protected]>"

WORKDIR /app
COPY package.json .
RUN npm install
RUN yarn install
COPY . .
RUN ember build -prod

Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"ember-classic-decorator": "^1.0.5",
"ember-cli": "~3.15.1",
"ember-cli-app-version": "^3.2.0",
"ember-cli-babel": "^7.13.0",
"ember-cli-babel": "7.17.2",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-eslint": "^5.1.0",
"ember-cli-favicon": "^2.2.0",
Expand Down Expand Up @@ -82,6 +82,12 @@
"torii": "https://github.com/jmonster/torii.git#bbbd0ba317da193039193e47295224d2290b8443",
"torii-azure-ad2-provider": "^1.0.5"
},
"resolutions": {
"@babel/core": "7.8.7",
"@babel/helpers": "7.8.4",
"@babel/plugin-transform-classes": "7.8.6",
"@babel/runtime": "7.8.7"
},
"engines": {
"node": "8.* || >= 10.*"
},
Expand Down

0 comments on commit 3bf5767

Please sign in to comment.