@plumile/backoffice-react 0.1.152 → 0.1.154

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumile/backoffice-react",
3
- "version": "0.1.152",
3
+ "version": "0.1.154",
4
4
  "description": "React provider and pages for Kronex backoffice",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -171,7 +171,7 @@
171
171
  },
172
172
  "dependencies": {
173
173
  "graphql-ws": "6.0.8",
174
- "i18next": "^26.2.0",
174
+ "i18next": "^26.3.0",
175
175
  "i18next-browser-languagedetector": "8.2.1",
176
176
  "react-i18next": "^17.0.8",
177
177
  "react-qr-code": "^2.0.21",
@@ -179,15 +179,15 @@
179
179
  "tslib": "^2.8.1"
180
180
  },
181
181
  "devDependencies": {
182
- "@plumile/auth": "^0.1.152",
183
- "@plumile/backoffice-core": "^0.1.152",
184
- "@plumile/filter-query": "^0.1.152",
185
- "@plumile/router": "^0.1.152",
186
- "@plumile/ui": "^0.1.152",
182
+ "@plumile/auth": "^0.1.154",
183
+ "@plumile/backoffice-core": "^0.1.154",
184
+ "@plumile/filter-query": "^0.1.154",
185
+ "@plumile/router": "^0.1.154",
186
+ "@plumile/ui": "^0.1.154",
187
187
  "@types/react": "19.2.15",
188
188
  "@types/react-dom": "19.2.3",
189
189
  "@types/relay-runtime": "20.1.1",
190
- "i18next": "26.2.0",
190
+ "i18next": "26.3.0",
191
191
  "react": "19.2.6",
192
192
  "react-dom": "19.2.6",
193
193
  "react-relay": "21.0.0",
@@ -196,12 +196,12 @@
196
196
  "typescript": "6.0.3"
197
197
  },
198
198
  "peerDependencies": {
199
- "@plumile/auth": "^0.1.150",
200
- "@plumile/backoffice-core": "^0.1.150",
201
- "@plumile/filter-query": "^0.1.150",
202
- "@plumile/router": "^0.1.150",
203
- "@plumile/ui": "^0.1.150",
204
- "i18next": "^26.2.0",
199
+ "@plumile/auth": "^0.1.153",
200
+ "@plumile/backoffice-core": "^0.1.153",
201
+ "@plumile/filter-query": "^0.1.153",
202
+ "@plumile/router": "^0.1.153",
203
+ "@plumile/ui": "^0.1.153",
204
+ "i18next": "^26.3.0",
205
205
  "react": "^19.2.6",
206
206
  "react-dom": "^19.2.6",
207
207
  "react-i18next": "^17.0.8",