diff --git a/Dockerfile b/Dockerfile index 2e7e43c..a06b33a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM nginx:1.11-alpine COPY index.html /usr/share/nginx/html/ COPY dist /usr/share/nginx/html/dist/ COPY node_modules/bootstrap/dist/css/bootstrap.min.css /usr/share/nginx/html/node_modules/bootstrap/dist/css/bootstrap.min.css -COPY node_modules/react/cjs/react.production.min.js /usr/share/nginx/html/node_modules/cjs/react.production.min.js -COPY node_modules/react-dom/cjs/react-dom.production.min.js /usr/share/nginx/html/node_modules/react-dom/cjs/react-dom.production.min.js +COPY node_modules/react/umd/react.production.min.js /usr/share/nginx/html/node_modules/react/umd/react.production.min.js +COPY node_modules/react-dom/umd/react-dom.production.min.js /usr/share/nginx/html/node_modules/react-dom/umd/react-dom.production.min.js COPY node_modules/promise-polyfill/promise.min.js /usr/share/nginx/html/node_modules/promise-polyfill/promise.min.js COPY node_modules/whatwg-fetch/fetch.js /usr/share/nginx/html/node_modules/whatwg-fetch/fetch.js diff --git a/index.html b/index.html index 3dba6f3..88d445d 100644 --- a/index.html +++ b/index.html @@ -9,8 +9,8 @@
- - + + diff --git a/node_modules/.yarn-integrity b/node_modules/.yarn-integrity index ca092c4..11e18c5 100644 --- a/node_modules/.yarn-integrity +++ b/node_modules/.yarn-integrity @@ -23,7 +23,7 @@ "source-map-loader@^0.2.0", "style-loader@^0.16.0", "ts-loader@^2.0.3", - "typescript@^2.2.1", + "typescript@^2.6.2", "url-loader@^0.5.8", "webpack@^2.7.0", "whatwg-fetch@^2.0.3" @@ -709,7 +709,7 @@ "tunnel-agent@^0.6.0": "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd", "tweetnacl@^0.14.3": "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64", "tweetnacl@~0.14.0": "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64", - "typescript@^2.2.1": "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2.tgz#3c5b6fd7f6de0914269027f03c0946758f7673a4", + "typescript@^2.6.2": "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2.tgz#3c5b6fd7f6de0914269027f03c0946758f7673a4", "ua-parser-js@^0.7.9": "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.17.tgz#e9ec5f9498b9ec910e7ae3ac626a805c4d09ecac", "uglify-js@^2.8.27": "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.29.tgz#29c5733148057bb4e1f75df35b7a9cb72e6a59dd", "uglify-to-browserify@~1.0.0": "https://registry.yarnpkg.com/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7", diff --git a/yarn.lock b/yarn.lock index f983410..8d032cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3485,7 +3485,7 @@ tweetnacl@^0.14.3, tweetnacl@~0.14.0: version "0.14.5" resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" -typescript@^2.2.1: +typescript@^2.6.2: version "2.6.2" resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2.tgz#3c5b6fd7f6de0914269027f03c0946758f7673a4"