@plumile/backoffice-react 0.1.172 → 0.1.177
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.
|
|
3
|
+
"version": "0.1.177",
|
|
4
4
|
"description": "React provider and pages for Kronex backoffice",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -174,16 +174,16 @@
|
|
|
174
174
|
"i18next": "^26.3.1",
|
|
175
175
|
"i18next-browser-languagedetector": "8.2.1",
|
|
176
176
|
"react-i18next": "^17.0.8",
|
|
177
|
-
"react-qr-code": "^2.0
|
|
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.
|
|
183
|
-
"@plumile/backoffice-core": "^0.1.
|
|
184
|
-
"@plumile/filter-query": "^0.1.
|
|
185
|
-
"@plumile/router": "^0.1.
|
|
186
|
-
"@plumile/ui": "^0.1.
|
|
182
|
+
"@plumile/auth": "^0.1.177",
|
|
183
|
+
"@plumile/backoffice-core": "^0.1.177",
|
|
184
|
+
"@plumile/filter-query": "^0.1.177",
|
|
185
|
+
"@plumile/router": "^0.1.177",
|
|
186
|
+
"@plumile/ui": "^0.1.177",
|
|
187
187
|
"@types/react": "19.2.17",
|
|
188
188
|
"@types/react-dom": "19.2.3",
|
|
189
189
|
"@types/relay-runtime": "20.1.1",
|
|
@@ -196,16 +196,16 @@
|
|
|
196
196
|
"typescript": "6.0.3"
|
|
197
197
|
},
|
|
198
198
|
"peerDependencies": {
|
|
199
|
-
"@plumile/auth": "^0.1.
|
|
200
|
-
"@plumile/backoffice-core": "^0.1.
|
|
201
|
-
"@plumile/filter-query": "^0.1.
|
|
202
|
-
"@plumile/router": "^0.1.
|
|
203
|
-
"@plumile/ui": "^0.1.
|
|
199
|
+
"@plumile/auth": "^0.1.173",
|
|
200
|
+
"@plumile/backoffice-core": "^0.1.173",
|
|
201
|
+
"@plumile/filter-query": "^0.1.173",
|
|
202
|
+
"@plumile/router": "^0.1.173",
|
|
203
|
+
"@plumile/ui": "^0.1.173",
|
|
204
204
|
"i18next": "^26.3.1",
|
|
205
205
|
"react": "^19.2.7",
|
|
206
206
|
"react-dom": "^19.2.7",
|
|
207
207
|
"react-i18next": "^17.0.8",
|
|
208
|
-
"react-qr-code": "^2.0
|
|
208
|
+
"react-qr-code": "^2.2.0",
|
|
209
209
|
"react-relay": "^21.0.1",
|
|
210
210
|
"relay-runtime": "^21.0.1"
|
|
211
211
|
},
|