diff --git a/package.json b/package.json index 44373897b..65b09d79a 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "react-fundamentals", "version": "1.0.0", "description": "The material for learning React fundamentals", + "title": "React Fundamentals ⚛", "keywords": [], "homepage": "http://react-fundamentals.netlify.com/", "license": "GPL-3.0-only", @@ -13,22 +14,27 @@ }, "dependencies": { "@reach/router": "^1.2.1", - "@testing-library/react": "^8.0.1", - "history": "^4.9.0", - "jest-dom": "^3.4.0", - "react": "^16.8.6", - "react-dom": "^16.8.6", - "stop-runaway-react-effects": "^1.2.0" + "@testing-library/jest-dom": "^4.2.4", + "@testing-library/react": "^9.4.0", + "chalk": "^3.0.0", + "glob": "^7.1.6", + "history": "^4.10.1", + "normalize.css": "^8.0.1", + "preval.macro": "^4.0.0", + "react": "^16.12.0", + "react-dom": "^16.12.0", + "react-router-dom": "^5.1.2", + "stop-runaway-react-effects": "^1.2.1" }, "devDependencies": { - "cross-spawn": "^6.0.5", - "husky": "^2.4.0", - "inquirer": "^6.3.1", + "cross-spawn": "^7.0.1", + "husky": "^4.0.10", + "inquirer": "^7.0.3", "is-ci": "^2.0.0", - "npm-run-all": "^4.1.3", - "prettier": "^1.17.1", - "react-scripts": "^3.0.1", - "replace-in-file": "^4.1.0" + "npm-run-all": "^4.1.5", + "prettier": "^1.19.1", + "react-scripts": "^3.3.0", + "replace-in-file": "^5.0.2" }, "scripts": { "start": "react-scripts start", diff --git a/public/index.html b/public/index.html index 1edd238ef..d037de6a2 100644 --- a/public/index.html +++ b/public/index.html @@ -7,22 +7,9 @@ content="width=device-width, initial-scale=1, shrink-to-fit=no" /> - - -