@plumile/backoffice-react 0.1.106 → 0.1.107

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumile/backoffice-react",
3
- "version": "0.1.106",
3
+ "version": "0.1.107",
4
4
  "description": "React provider and pages for Kronex backoffice",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -170,11 +170,11 @@
170
170
  "npm": ">=8.0.0"
171
171
  },
172
172
  "dependencies": {
173
- "@plumile/auth": "^0.1.106",
174
- "@plumile/backoffice-core": "^0.1.106",
175
- "@plumile/filter-query": "^0.1.106",
176
- "@plumile/router": "^0.1.106",
177
- "@plumile/ui": "^0.1.106",
173
+ "@plumile/auth": "^0.1.107",
174
+ "@plumile/backoffice-core": "^0.1.107",
175
+ "@plumile/filter-query": "^0.1.107",
176
+ "@plumile/router": "^0.1.107",
177
+ "@plumile/ui": "^0.1.107",
178
178
  "graphql-ws": "6.0.8",
179
179
  "i18next": "^26.0.10",
180
180
  "i18next-browser-languagedetector": "8.2.1",
@@ -196,7 +196,7 @@
196
196
  "typescript": "6.0.3"
197
197
  },
198
198
  "peerDependencies": {
199
- "@plumile/auth": "^0.1.105",
199
+ "@plumile/auth": "^0.1.106",
200
200
  "i18next": "^26.0.10",
201
201
  "react": "^19.2.6",
202
202
  "react-dom": "^19.2.6",