Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update example dependencies #1788

Merged
merged 1 commit into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
617 changes: 204 additions & 413 deletions example/ReactNativeLocizeProject/package-lock.json

Large diffs are not rendered by default.

617 changes: 204 additions & 413 deletions example/ReactNativeProject/package-lock.json

Large diffs are not rendered by default.

2,295 changes: 1,114 additions & 1,181 deletions example/devserver-save-missing/package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions example/devserver-save-missing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"body-parser": "1.20.2",
"i18next": "22.4.10",
"i18next-browser-languagedetector": "7.0.1",
"i18next-fs-backend": "2.1.1",
"i18next-http-backend": "2.1.1",
"i18next-http-middleware": "3.3.0",
"react": "18.2.0",
"react-app-rewired": "2.2.1",
"react-dom": "18.2.0",
"react-i18next": "12.2.0",
"react-scripts": "5.0.1"
"body-parser": "^1.20.2",
"i18next": "^23.12.3",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-fs-backend": "^2.3.2",
"i18next-http-backend": "^2.5.2",
"i18next-http-middleware": "^3.6.0",
"react": "^18.3.1",
"react-app-rewired": "^2.2.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.1",
"react-scripts": "^5.0.1"
},
"scripts": {
"start": "react-app-rewired start",
Expand Down
3 changes: 3 additions & 0 deletions example/locize/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
root: true,
};
2,182 changes: 1,101 additions & 1,081 deletions example/locize/package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions example/locize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"i18next": "23.7.6",
"i18next-browser-languagedetector": "7.2.0",
"i18next-locize-backend": "6.4.1",
"locize": "3.2.1",
"locize-lastused": "3.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.5.0",
"react-scripts": "5.0.1"
"i18next": "^23.12.3",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-locize-backend": "^6.4.3",
"locize": "^3.3.0",
"locize-lastused": "^3.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.1",
"react-scripts": "^5.0.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down
1 change: 1 addition & 0 deletions example/razzle-ssr/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ npm-debug.log*
coverage
node_modules
build
cache
.env.local
.env.development.local
.env.test.local
Expand Down
Loading
Loading