@plumile/backoffice-react 0.1.193 → 0.1.194

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 +19 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumile/backoffice-react",
3
- "version": "0.1.193",
3
+ "version": "0.1.194",
4
4
  "description": "React provider and pages for Kronex backoffice",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -173,40 +173,40 @@
173
173
  "graphql-ws": "6.1.0",
174
174
  "i18next": "^26.3.6",
175
175
  "i18next-browser-languagedetector": "8.2.1",
176
- "react-i18next": "^17.0.9",
176
+ "react-i18next": "^17.0.10",
177
177
  "react-qr-code": "^2.2.0",
178
178
  "relay-runtime": "^21.0.1",
179
179
  "tslib": "^2.8.1"
180
180
  },
181
181
  "devDependencies": {
182
- "@plumile/auth": "^0.1.193",
183
- "@plumile/backoffice-core": "^0.1.193",
184
- "@plumile/filter-query": "^0.1.193",
185
- "@plumile/relay": "^0.1.193",
186
- "@plumile/router": "^0.1.193",
187
- "@plumile/ui": "^0.1.193",
182
+ "@plumile/auth": "^0.1.194",
183
+ "@plumile/backoffice-core": "^0.1.194",
184
+ "@plumile/filter-query": "^0.1.194",
185
+ "@plumile/relay": "^0.1.194",
186
+ "@plumile/router": "^0.1.194",
187
+ "@plumile/ui": "^0.1.194",
188
188
  "@types/react": "19.2.17",
189
189
  "@types/react-dom": "19.2.3",
190
190
  "@types/relay-runtime": "20.1.1",
191
191
  "@typescript/native": "npm:typescript@7.0.2",
192
192
  "i18next": "26.3.6",
193
- "react": "19.2.7",
194
- "react-dom": "19.2.7",
193
+ "react": "19.2.8",
194
+ "react-dom": "19.2.8",
195
195
  "react-relay": "21.0.1",
196
196
  "relay-test-utils": "21.0.1",
197
197
  "rimraf": "6.1.3"
198
198
  },
199
199
  "peerDependencies": {
200
- "@plumile/auth": "^0.1.191",
201
- "@plumile/backoffice-core": "^0.1.191",
202
- "@plumile/filter-query": "^0.1.191",
203
- "@plumile/relay": "^0.1.191",
204
- "@plumile/router": "^0.1.191",
205
- "@plumile/ui": "^0.1.191",
200
+ "@plumile/auth": "^0.1.193",
201
+ "@plumile/backoffice-core": "^0.1.193",
202
+ "@plumile/filter-query": "^0.1.193",
203
+ "@plumile/relay": "^0.1.193",
204
+ "@plumile/router": "^0.1.193",
205
+ "@plumile/ui": "^0.1.193",
206
206
  "i18next": "^26.3.6",
207
- "react": "^19.2.7",
208
- "react-dom": "^19.2.7",
209
- "react-i18next": "^17.0.9",
207
+ "react": "^19.2.8",
208
+ "react-dom": "^19.2.8",
209
+ "react-i18next": "^17.0.10",
210
210
  "react-qr-code": "^2.2.0",
211
211
  "react-relay": "^21.0.1",
212
212
  "relay-runtime": "^21.0.1"