diff --git a/projetol-frontend/package-lock.json b/projetol-frontend/package-lock.json index a0a6c8e..9eed907 100644 --- a/projetol-frontend/package-lock.json +++ b/projetol-frontend/package-lock.json @@ -4175,6 +4175,15 @@ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" }, + "cors": { + "version": "2.8.5", + "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", + "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", + "requires": { + "object-assign": "^4", + "vary": "^1" + } + }, "cosmiconfig": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", @@ -8974,6 +8983,14 @@ "object-visit": "^1.0.0" } }, + "material-ui-image": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/material-ui-image/-/material-ui-image-3.2.2.tgz", + "integrity": "sha512-2CdBG0rOYqEC2oyc6owdReEfU5jdYAuEIUvY2J2QU16q2OFIwB3ElPm/ZCDzzSjzeJ1T6nFPyNurjyJridDaew==", + "requires": { + "prop-types": "^15.5.8" + } + }, "md5.js": { "version": "1.3.5", "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", diff --git a/projetol-frontend/package.json b/projetol-frontend/package.json index 01ad5e7..c864928 100644 --- a/projetol-frontend/package.json +++ b/projetol-frontend/package.json @@ -8,6 +8,8 @@ "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.4.0", "@testing-library/user-event": "^7.2.1", + "cors": "^2.8.5", + "material-ui-image": "^3.2.2", "node-sass": "^4.13.1", "react": "^16.12.0", "react-dom": "^16.12.0", diff --git a/projetol-frontend/public/favicon.ico b/projetol-frontend/public/favicon.ico index a11777c..bf91093 100644 Binary files a/projetol-frontend/public/favicon.ico and b/projetol-frontend/public/favicon.ico differ diff --git a/projetol-frontend/public/index.html b/projetol-frontend/public/index.html index aa069f2..f642042 100644 --- a/projetol-frontend/public/index.html +++ b/projetol-frontend/public/index.html @@ -24,7 +24,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> -