@plumile/backoffice-react 0.2.5 → 0.2.6

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.
Files changed (1) hide show
  1. package/package.json +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumile/backoffice-react",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "React provider and pages for Kronex backoffice",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -170,7 +170,7 @@
170
170
  "npm": ">=8.0.0"
171
171
  },
172
172
  "dependencies": {
173
- "i18next": "^26.4.1",
173
+ "i18next": "^26.4.2",
174
174
  "i18next-browser-languagedetector": "8.2.1",
175
175
  "react-i18next": "^17.0.13",
176
176
  "react-qr-code": "^2.2.0",
@@ -179,28 +179,28 @@
179
179
  "tslib": "^2.8.1"
180
180
  },
181
181
  "devDependencies": {
182
- "@plumile/auth": "^0.2.5",
183
- "@plumile/backoffice-core": "^0.2.5",
184
- "@plumile/relay": "^0.2.5",
185
- "@plumile/router": "^0.2.5",
186
- "@plumile/ui": "^0.2.5",
182
+ "@plumile/auth": "^0.2.6",
183
+ "@plumile/backoffice-core": "^0.2.6",
184
+ "@plumile/relay": "^0.2.6",
185
+ "@plumile/router": "^0.2.6",
186
+ "@plumile/ui": "^0.2.6",
187
187
  "@types/react": "19.2.18",
188
188
  "@types/react-dom": "19.2.7",
189
189
  "@types/relay-runtime": "20.1.1",
190
190
  "@typescript/native": "npm:typescript@7.0.2",
191
- "i18next": "26.4.1",
191
+ "i18next": "26.4.2",
192
192
  "react": "19.2.8",
193
193
  "react-dom": "19.2.8",
194
194
  "react-relay": "21.0.1",
195
195
  "rimraf": "6.1.3"
196
196
  },
197
197
  "peerDependencies": {
198
- "@plumile/auth": "^0.2.3",
199
- "@plumile/backoffice-core": "^0.2.3",
200
- "@plumile/relay": "^0.2.3",
201
- "@plumile/router": "^0.2.3",
202
- "@plumile/ui": "^0.2.3",
203
- "i18next": "^26.4.1",
198
+ "@plumile/auth": "^0.2.5",
199
+ "@plumile/backoffice-core": "^0.2.5",
200
+ "@plumile/relay": "^0.2.5",
201
+ "@plumile/router": "^0.2.5",
202
+ "@plumile/ui": "^0.2.5",
203
+ "i18next": "^26.4.2",
204
204
  "react": "^19.2.8",
205
205
  "react-dom": "^19.2.8",
206
206
  "react-i18next": "^17.0.13",