Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Dec 6, 2023
1 parent 886b3b7 commit dd4a401
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
"interface": "i18next-resources-for-ts interface -i ./public/locales/en -o ./@types/resources.d.ts"
},
"dependencies": {
"i18next": "23.7.7",
"i18next": "23.7.8",
"next": "^14.0.3",
"next-i18next": "^15.0.0",
"next-i18next": "^15.1.1",
"react": "^18.2.0",
"react-i18next": "^13.5.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@types/react": "^18.2.39",
"@types/node": "^20.10.3",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"eslint-config-next": "^14.0.3",
"i18next-resources-for-ts": "1.4.0",
"rimraf": "^5.0.5",
"picocolors": "^1.0.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
}
}

0 comments on commit dd4a401

Please sign in to comment.