Skip to content

Commit

Permalink
chore(deps): update i18next dependencies
Browse files Browse the repository at this point in the history
- install package [email protected]
- install package [email protected]
- install package [email protected]
  • Loading branch information
SimonGolms committed Mar 26, 2021
1 parent 2dace7f commit dd2b95d
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 26 deletions.
54 changes: 31 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
"generate:resources:assets:ios": "node scripts/resources/assets-ios.js",
"generate:resources:assets:pwa": "node scripts/resources/assets-pwa.js",
"start": "react-scripts start",
"start:prod": "npx http-server ./build --proxy http://localhost:8080? --silent",
"build": "react-scripts build",
"build:ionic:browser": "ionic build --prod --engine=browser",
"build:ionic:ios": "ionic capacitor sync ios --prod",
"test": "react-scripts test",
"eject": "react-scripts eject",
"res": "node scripts/res.js",
Expand All @@ -40,14 +42,14 @@
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.0.5",
"fuse.js": "^6.4.6",
"i18next": "^19.9.2",
"i18next-browser-languagedetector": "6.0.1",
"i18next": "^20.1.0",
"i18next-browser-languagedetector": "6.1.0",
"ionicons": "5.5.0",
"md5": "^2.3.0",
"microsoft-cognitiveservices-speech-sdk": "^1.16.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-i18next": "11.8.10",
"react-i18next": "11.8.11",
"react-redux": "7.2.2",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
Expand All @@ -70,6 +72,7 @@
"@types/react-router": "^5.1.12",
"@types/react-router-dom": "5.1.7",
"chalk": "^4.1.0",
"device-bars": "^1.1.2",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-jest-playwright": "^0.2.1",
"eslint-plugin-prettier": "^3.3.1",
Expand Down

0 comments on commit dd2b95d

Please sign in to comment.