diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | package.json | 20 |
2 files changed, 11 insertions, 11 deletions
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | https://wificard.io | 5 | https://wificard.io |
| 6 | 6 | ||
| 7 | Print a simple card with your WiFi login details. Tape it to the fridge, keep it in your wallet, etc. | 7 | Print a simple card with your WiFi login details. Tape it to the fridge, keep it in your wallet, hang on the wall for guests at home or in the hotel, etc. |
| 8 | 8 | ||
| 9 |  | 9 |  |
| 10 | 10 | ||
diff --git a/package.json b/package.json index 17a1a93..9cec5bc 100644 --- a/package.json +++ b/package.json | |||
| @@ -3,20 +3,20 @@ | |||
| 3 | "version": "0.1.0", | 3 | "version": "0.1.0", |
| 4 | "private": true, | 4 | "private": true, |
| 5 | "dependencies": { | 5 | "dependencies": { |
| 6 | "@testing-library/jest-dom": "^4.2.4", | 6 | "@testing-library/jest-dom": "^5.14.1", |
| 7 | "@testing-library/react": "^9.3.2", | 7 | "@testing-library/react": "^12.0.0", |
| 8 | "@testing-library/user-event": "^7.1.2", | 8 | "@testing-library/user-event": "^13.2.1", |
| 9 | "i18next": "^20.3.3", | 9 | "i18next": "^20.3.5", |
| 10 | "i18next-browser-languagedetector": "^6.1.2", | 10 | "i18next-browser-languagedetector": "^6.1.2", |
| 11 | "qrcode.react": "^1.0.0", | 11 | "qrcode.react": "^1.0.1", |
| 12 | "react": "^16.13.1", | 12 | "react": "^17.0.2", |
| 13 | "react-dom": "^16.13.1", | 13 | "react-dom": "^17.0.2", |
| 14 | "react-i18next": "^11.11.2", | 14 | "react-i18next": "^11.11.4", |
| 15 | "react-scripts": "^4.0.1" | 15 | "react-scripts": "^4.0.3" |
| 16 | }, | 16 | }, |
| 17 | "devDependencies": { | 17 | "devDependencies": { |
| 18 | "prettier": "2.3.2", | 18 | "prettier": "2.3.2", |
| 19 | "husky": "^7.0.0" | 19 | "husky": "^7.0.1" |
| 20 | }, | 20 | }, |
| 21 | "scripts": { | 21 | "scripts": { |
| 22 | "start": "react-scripts start", | 22 | "start": "react-scripts start", |
