@plumile/backoffice-react 0.1.86 → 0.1.87
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 +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plumile/backoffice-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.87",
|
|
4
4
|
"description": "React provider and pages for Plumile backoffice",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -158,12 +158,12 @@
|
|
|
158
158
|
"npm": ">=8.0.0"
|
|
159
159
|
},
|
|
160
160
|
"dependencies": {
|
|
161
|
-
"@plumile/backoffice-core": "^0.1.
|
|
162
|
-
"@plumile/filter-query": "^0.1.
|
|
163
|
-
"@plumile/router": "^0.1.
|
|
164
|
-
"@plumile/ui": "^0.1.
|
|
161
|
+
"@plumile/backoffice-core": "^0.1.87",
|
|
162
|
+
"@plumile/filter-query": "^0.1.87",
|
|
163
|
+
"@plumile/router": "^0.1.87",
|
|
164
|
+
"@plumile/ui": "^0.1.87",
|
|
165
165
|
"graphql-ws": "6.0.8",
|
|
166
|
-
"i18next": "^26.0.
|
|
166
|
+
"i18next": "^26.0.4",
|
|
167
167
|
"i18next-browser-languagedetector": "8.2.1",
|
|
168
168
|
"react-i18next": "17.0.2",
|
|
169
169
|
"relay-runtime": "20.1.1",
|
|
@@ -173,17 +173,17 @@
|
|
|
173
173
|
"@types/react": "19.2.14",
|
|
174
174
|
"@types/react-dom": "19.2.3",
|
|
175
175
|
"@types/relay-runtime": "20.1.1",
|
|
176
|
-
"i18next": "26.0.
|
|
177
|
-
"react": "19.2.
|
|
178
|
-
"react-dom": "19.2.
|
|
176
|
+
"i18next": "26.0.4",
|
|
177
|
+
"react": "19.2.5",
|
|
178
|
+
"react-dom": "19.2.5",
|
|
179
179
|
"react-relay": "20.1.1",
|
|
180
180
|
"rimraf": "6.1.3",
|
|
181
181
|
"typescript": "6.0.2"
|
|
182
182
|
},
|
|
183
183
|
"peerDependencies": {
|
|
184
|
-
"i18next": "^26.0.
|
|
185
|
-
"react": "^19.2.
|
|
186
|
-
"react-dom": "^19.2.
|
|
184
|
+
"i18next": "^26.0.4",
|
|
185
|
+
"react": "^19.2.5",
|
|
186
|
+
"react-dom": "^19.2.5",
|
|
187
187
|
"react-i18next": "^17.0.2",
|
|
188
188
|
"react-relay": "^20.1.1",
|
|
189
189
|
"relay-runtime": "^20.1.1"
|