Skip to content

Commit

Permalink
update deps for ts
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Dec 12, 2022
1 parent 3dd9aa8 commit bbe4d52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions example/react-typescript/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"i18next": "^22.0.4",
"i18next": "^22.4.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.0.0"
"react-i18next": "^12.1.1"
},
"devDependencies": {
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"react-scripts": "5.0.1",
"typescript": "^4.8.4"
"typescript": "^4.9.4"
},
"scripts": {
"start": "react-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-testing-library": "^3.10.1",
"husky": "^3.0.3",
"i18next": "^22.4.2",
"i18next": "^22.4.3",
"jest": "^24.8.0",
"jest-cli": "^24.8.4",
"lint-staged": "^8.1.3",
Expand Down

0 comments on commit bbe4d52

Please sign in to comment.