diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/package.json b/package.json index 44a6f1e..9080d89 100644 --- a/package.json +++ b/package.json @@ -19,28 +19,28 @@ }, "license": "MIT", "dependencies": { - "@material-ui/core": "^4.9.0", - "axios": "^0.19.2", + "@material-ui/core": "^4.11.0", + "axios": "^0.21.0", "emojilib": "^2.4.0", - "react": "^16.12.0", - "react-dom": "^16.12.0", - "typeface-roboto": "0.0.75" + "react": "^17.0.1", + "react-dom": "^17.0.1", + "typeface-roboto": "1.1.13" }, "devDependencies": { - "@types/node": "^13.5.0", - "@types/react": "^16.9.19", - "@types/react-dom": "^16.9.5", - "@typescript-eslint/eslint-plugin": "^2.28.0", - "@typescript-eslint/parser": "^2.19.0", - "eslint": "^6.8.0", - "eslint-config-airbnb-typescript": "^7.2.1", - "eslint-plugin-import": "^2.20.2", - "eslint-plugin-jsx-a11y": "^6.2.3", - "eslint-plugin-react": "^7.19.0", - "eslint-plugin-react-hooks": "^2.5.1", - "gh-pages": "^2.2.0", - "react-scripts": "^3.3.1", - "typescript": "^3.7.5" + "@types/node": "^14.14.7", + "@types/react": "^16.9.56", + "@types/react-dom": "^16.9.9", + "@typescript-eslint/eslint-plugin": "^4.7.0", + "@typescript-eslint/parser": "^4.7.0", + "eslint": "^7.13.0", + "eslint-config-airbnb-typescript": "^12.0.0", + "eslint-plugin-import": "^2.22.1", + "eslint-plugin-jsx-a11y": "^6.4.1", + "eslint-plugin-react": "^7.21.5", + "eslint-plugin-react-hooks": "^4.2.0", + "gh-pages": "^3.1.0", + "react-scripts": "^4.0.0", + "typescript": "^4.0.5" }, "browserslist": { "production": [ |