Skip to content

Commit 428b4d9

Browse files
committed
chore: update i18next and react-i18next dependencies across multiple packages
1 parent 2f31606 commit 428b4d9

File tree

7 files changed

+37
-121
lines changed

7 files changed

+37
-121
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,3 +215,4 @@ Procfile text
215215

216216
# Prevents massive diffs from built files
217217
dist/* binary
218+
pnpm-lock.yaml merge=ours

apps/extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"copy-to-clipboard": "~3.3.3",
4747
"dayjs": "~1.11.7",
4848
"hotkeys-js": "~3.10.2",
49-
"i18next": "^23.11.2",
49+
"i18next": "^25.3.2",
5050
"is-hotkey": "~0.2.0",
5151
"katex": "0.15.6",
5252
"lodash.debounce": "~4.0.8",
@@ -58,7 +58,7 @@
5858
"react-dom": "^18.2.0",
5959
"react-draggable": "~4.4.5",
6060
"react-error-boundary": "~4.0.13",
61-
"react-i18next": "^14.1.0",
61+
"react-i18next": "^15.6.0",
6262
"react-icons": "~5.4.0",
6363
"react-infinite-scroll-component": "~6.1.0",
6464
"react-markdown": "^8.0.7",

apps/web-next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"antd": "^5.21.5",
2828
"aos": "^2.3.4",
2929
"clsx": "^2.1.0",
30-
"i18next": "^23.11.2",
30+
"i18next": "^25.3.2",
3131
"lodash.throttle": "^4.1.1",
3232
"lucide-react": "~0.454.0",
3333
"motion": "^12.4.5",
@@ -36,7 +36,7 @@
3636
"react-beautiful-dnd": "^13.1.1",
3737
"react-dom": "^18.3.1",
3838
"react-helmet": "^6.1.0",
39-
"react-i18next": "^14.1.0",
39+
"react-i18next": "^15.6.0",
4040
"react-icons": "~5.4.0",
4141
"react-resizable-panels": "^2.0.19",
4242
"react-router-dom": "^6.22.1",

apps/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"dayjs": "~1.11.7",
5454
"dedent": "^1.5.3",
5555
"hotkeys-js": "~3.10.2",
56-
"i18next": "^23.11.2",
56+
"i18next": "^25.3.2",
5757
"is-hotkey": "~0.2.0",
5858
"js-cookie": "^3.0.5",
5959
"jsonrepair": "^3.12.0",
@@ -73,7 +73,7 @@
7373
"react-dom": "^18.2.0",
7474
"react-draggable": "~4.4.5",
7575
"react-helmet": "^6.1.0",
76-
"react-i18next": "^14.1.0",
76+
"react-i18next": "^15.6.0",
7777
"react-icons": "~5.4.0",
7878
"react-infinite-scroll-component": "~6.1.0",
7979
"react-markdown": "^8.0.7",

packages/ai-workspace-common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"highlight.js": "^11.9.0",
9191
"hotkeys-js": "~3.10.2",
9292
"html2canvas": "^1.4.1",
93-
"i18next": "^23.11.2",
93+
"i18next": "^25.3.2",
9494
"i18next-browser-languagedetector": "^8.0.2",
9595
"idb": "^8.0.3",
9696
"idb-keyval": "^6.2.2",
@@ -122,7 +122,7 @@
122122
"react-dom": "^18.2.0",
123123
"react-draggable": "~4.4.5",
124124
"react-helmet": "^6.1.0",
125-
"react-i18next": "^14.1.0",
125+
"react-i18next": "^15.6.0",
126126
"react-icons": "~5.4.0",
127127
"react-infinite-scroll-component": "~6.1.0",
128128
"react-markdown": "^8.0.7",

packages/web-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
"@sentry/react": "^7.113.0",
2020
"antd": "^5.21.5",
2121
"classnames": "^2.5.1",
22-
"i18next": "^24.2.1",
22+
"i18next": "^25.3.2",
2323
"i18next-browser-languagedetector": "^8.0.0",
2424
"lucide-react": "~0.454.0",
2525
"react": "^18.2.0",
2626
"react-beautiful-dnd": "^13.1.1",
2727
"react-dom": "^18.2.0",
2828
"react-helmet": "^6.1.0",
29-
"react-i18next": "^15.1.0",
3029
"react-icons": "~5.4.0",
3130
"react-resizable-panels": "^2.0.19",
31+
"react-i18next": "^15.6.0",
3232
"react-router-dom": "^6.22.1",
3333
"react-use": "^17.5.0"
3434
},

0 commit comments

Comments
 (0)