Skip to content

Commit

Permalink
Shifting i18next back to dependency; app error over double initializing
Browse files Browse the repository at this point in the history
  • Loading branch information
TimRoe committed Jul 2, 2024
1 parent 3064c47 commit 001c9e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"@department-of-veterans-affairs/mobile-assets": "0.12.0",
"@department-of-veterans-affairs/mobile-tokens": "0.12.0",
"@os-team/i18next-react-native-language-detector": "^1.0.31",
"i18next": "^23.11.5",
"react-native-svg": "15.2.0",
"styled-components": "^6.1.8"
},
"peerDependencies": {
"@department-of-veterans-affairs/mobile-assets": "*",
"i18next": ">=23.0.0",
"react": "^18.2.0",
"react-i18next": ">=14.0.0",
"react-native": ">=0.71.7",
Expand Down Expand Up @@ -94,7 +94,6 @@
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"gh-pages": "^6.1.1",
"i18next": "^23.11.5",
"jest": "^29.7.0",
"jest-expo": "~51.0.1",
"jest-styled-components": "^7.2.0",
Expand Down
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2203,7 +2203,6 @@ __metadata:
typescript: "npm:^5.3.3"
peerDependencies:
"@department-of-veterans-affairs/mobile-assets": "*"
i18next: ">=23.0.0"
react: ^18.2.0
react-i18next: ">=14.0.0"
react-native: ">=0.71.7"
Expand Down

0 comments on commit 001c9e0

Please sign in to comment.