Skip to content

Commit d1dd5bc

Browse files
locks
1 parent b78946d commit d1dd5bc

File tree

5 files changed

+44
-12
lines changed

5 files changed

+44
-12
lines changed

i18next-nextjs-react/i18next-shared-lib/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
"name": "Frédéric JAMMES"
1212
},
1313
"devDependencies": {
14-
"typescript": "4.9.5"
14+
"typescript": "4.9.5",
15+
"i18next": "^21.10.0",
16+
"i18next-browser-languagedetector": "^6.1.8",
17+
"react-i18next": "^11.18.6",
18+
"react": "^18.2.0"
1519
},
1620
"peerDependencies": {
1721
"i18next": "^21.10.0",

i18next-nextjs-react/next-host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"i18next": "^21.10.0",
1414
"i18next-browser-languagedetector": "^6.1.8",
15-
"i18next-shared-lib": "../i18next-shared-lib",
15+
"i18next-shared-lib": "workspace:*",
1616
"next": "12.3.4",
1717
"react": "^18.2.0",
1818
"react-dom": "18.3.1",

i18next-nextjs-react/react-host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"webpack-dev-server": "4.15.2"
3434
},
3535
"dependencies": {
36-
"i18next-shared-lib": "../i18next-shared-lib",
36+
"i18next-shared-lib": "workspace:*",
3737
"i18next": "^21.10.0",
3838
"i18next-browser-languagedetector": "^6.1.8",
3939
"react-i18next": "^11.18.6",

i18next-nextjs-react/react-remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"webpack-dev-server": "4.15.2"
3434
},
3535
"dependencies": {
36-
"i18next-shared-lib": "../i18next-shared-lib",
36+
"i18next-shared-lib": "workspace:*",
3737
"i18next": "^21.10.0",
3838
"i18next-browser-languagedetector": "^6.1.8",
3939
"react-i18next": "^11.18.6",

pnpm-lock.yaml

Lines changed: 36 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)