@timum/booking 1.4.0 → 1.5.1

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@timum/booking",
3
- "version": "1.4.0",
4
- "next_version": "1.4.0",
3
+ "version": "1.5.1",
4
+ "next_version": "1.5.1",
5
5
  "current_major_version": "1",
6
6
  "license": "CC-BY-ND-4.0",
7
7
  "type": "module",
@@ -31,6 +31,8 @@
31
31
  "add-to-calendar-button": "^1.18.8",
32
32
  "i18next": "^21.10.0",
33
33
  "i18next-browser-languagedetector": "^6.1.5",
34
+ "i18next-locize-backend": "^6.4.1",
35
+ "locize": "^3.2.1",
34
36
  "lodash": "4.17.21",
35
37
  "luxon": "^2.3.1",
36
38
  "markdown-to-jsx": "^7.1.9",
@@ -144,7 +146,7 @@
144
146
  "@storybook/node-logger": "^6.5.7",
145
147
  "@storybook/react": "^6.5.7",
146
148
  "@storybook/testing-library": "^0.0.13",
147
- "@vitejs/plugin-react": "^3.1.0",
149
+ "@vitejs/plugin-react": "^4.2.1",
148
150
  "css-loader": "^6.7.1",
149
151
  "eslint": "^8.17.0",
150
152
  "eslint-config-prettier": "^8.5.0",
@@ -153,8 +155,8 @@
153
155
  "eslint-plugin-storybook": "^0.5.12",
154
156
  "material-ui-confirm": ">=3.0.4",
155
157
  "mini-css-extract-plugin": "^1.2.0",
156
- "msw": "^0.39.2",
157
- "msw-storybook-addon": "^1.6.3",
158
+ "msw": "^1.2.5",
159
+ "msw-storybook-addon": "^1.10.0",
158
160
  "notistack": ">=2.0.3",
159
161
  "react": ">=18.0.0",
160
162
  "react-dom": ">=18.2.0",
@@ -162,7 +164,7 @@
162
164
  "react-i18next": ">=11.18.6",
163
165
  "react-redux": ">=8.0.2",
164
166
  "rollup-plugin-sourcemaps": "^0.6.3",
165
- "vite": "^4.1.1",
167
+ "vite": "^4.5.1",
166
168
  "vite-plugin-svgr": "^2.4.0"
167
169
  },
168
170
  "msw": {