@tap-payments/os-micro-frontend-shared 0.1.24-test.4 → 0.1.24-test.5

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 +22 -4
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@tap-payments/os-micro-frontend-shared",
3
3
  "description": "Shared components and utilities for Tap Payments micro frontends",
4
- "version": "0.1.24-test.4",
5
- "testVersion": 4,
4
+ "version": "0.1.24-test.5",
5
+ "testVersion": 5,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",
@@ -126,10 +126,28 @@
126
126
  "peerDependencies": {
127
127
  "react": "^18",
128
128
  "react-dom": "^18",
129
+ "@mui/material": "^5",
129
130
  "@emotion/react": "^11",
130
131
  "@emotion/styled": "^11",
131
- "@mui/material": "^5",
132
- "react-multi-date-picker": "^4"
132
+ "framer-motion": "^10",
133
+ "react-hook-form": "^7",
134
+ "@hookform/resolvers": "^3",
135
+ "react-router-dom": "^7",
136
+ "i18next": "^22",
137
+ "react-i18next": "^12",
138
+ "react-multi-date-picker": "^4",
139
+ "dayjs": "^1",
140
+ "react-dropzone": "^14",
141
+ "react-hot-toast": "^2",
142
+ "recharts": "^2",
143
+ "react-window": "^1.8",
144
+ "react-window-infinite-loader": "^1",
145
+ "react-virtualized-auto-sizer": "^1",
146
+ "re-resizable": "^6",
147
+ "react-draggable": "^4",
148
+ "react-currency-input-field": "^3",
149
+ "react18-input-otp": "^1",
150
+ "@uiw/react-json-view": "^2.0.0-alpha"
133
151
  },
134
152
  "lint-staged": {
135
153
  "src/**/*.{ts,tsx,json,js,jsx}": [