my-orders-tickets-widget 1.0.0-beta.13 → 1.0.0-beta.14

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": "my-orders-tickets-widget",
3
- "version": "1.0.0-beta.13",
3
+ "version": "1.0.0-beta.14",
4
4
  "main": "index.js",
5
5
  "author": "smarcet <smarcet@gmail.com>",
6
6
  "license": "Apache-2.0",
@@ -63,7 +63,7 @@
63
63
  "moment": "^2.30.1",
64
64
  "moment-timezone": "^0.5.45",
65
65
  "node-sass": "^9.0.0",
66
- "openstack-uicore-foundation": "^4.1.82",
66
+ "openstack-uicore-foundation": "4.1.90",
67
67
  "optimize-css-assets-webpack-plugin": "^6.0.1",
68
68
  "path": "^0.12.7",
69
69
  "prettier": "^2.0.5",
@@ -148,12 +148,19 @@
148
148
  "@mui/x-date-pickers": "^7.12.0",
149
149
  "@reduxjs/toolkit": "^2.2.5",
150
150
  "@sentry/react": "^8.37.1",
151
+ "awesome-bootstrap-checkbox": "^1.0.1",
151
152
  "dayjs": "^1.11.12",
153
+ "final-form": "4.20.7",
154
+ "formik": "^2.4.6",
152
155
  "i18next": "^23.11.5",
153
156
  "i18next-browser-languagedetector": "^8.0.0",
154
157
  "js-cookie": "^3.0.5",
155
158
  "prop-types": "^15.8.1",
159
+ "react-final-form": "6.5.9",
156
160
  "react-i18next": "^14.1.2",
157
- "react-infinite-scroll-component": "^6.1.0"
161
+ "react-infinite-scroll-component": "^6.1.0",
162
+ "react-qr-code": "^2.0.8",
163
+ "react-select": "^2.4.4",
164
+ "yup": "^1.4.0"
158
165
  }
159
166
  }