From 85cef1749986b768c9648a4f02eaf8ebd86db201 Mon Sep 17 00:00:00 2001 From: olekstomek Date: Tue, 3 Aug 2021 00:49:55 +0200 Subject: bump up dependencies versions to newest (#164) * bump up dependencies versions to newest * by the way a small suggestion in readme --- README.md | 2 +- package.json | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6a096be..a3d92d4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ https://wificard.io -Print a simple card with your WiFi login details. Tape it to the fridge, keep it in your wallet, etc. +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. ![wificard](https://user-images.githubusercontent.com/48166553/125853182-49fd361d-5797-4989-afbf-e6a617945be2.gif) diff --git a/package.json b/package.json index 17a1a93..9cec5bc 100644 --- a/package.json +++ b/package.json @@ -3,20 +3,20 @@ "version": "0.1.0", "private": true, "dependencies": { - "@testing-library/jest-dom": "^4.2.4", - "@testing-library/react": "^9.3.2", - "@testing-library/user-event": "^7.1.2", - "i18next": "^20.3.3", + "@testing-library/jest-dom": "^5.14.1", + "@testing-library/react": "^12.0.0", + "@testing-library/user-event": "^13.2.1", + "i18next": "^20.3.5", "i18next-browser-languagedetector": "^6.1.2", - "qrcode.react": "^1.0.0", - "react": "^16.13.1", - "react-dom": "^16.13.1", - "react-i18next": "^11.11.2", - "react-scripts": "^4.0.1" + "qrcode.react": "^1.0.1", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-i18next": "^11.11.4", + "react-scripts": "^4.0.3" }, "devDependencies": { "prettier": "2.3.2", - "husky": "^7.0.0" + "husky": "^7.0.1" }, "scripts": { "start": "react-scripts start", -- cgit v1.2.3