@tap-payments/os-micro-frontend-shared 0.1.475-test.1 → 0.1.475-test.1-test.2

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,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.475-test.1",
5
- "testVersion": 1,
4
+ "version": "0.1.475-test.1-test.2",
5
+ "testVersion": 2,
6
6
  "type": "module",
7
7
  "sideEffects": false,
8
8
  "main": "build/index.js",
@@ -71,37 +71,29 @@
71
71
  "prepare": "husky"
72
72
  },
73
73
  "dependencies": {
74
- "@emotion/react": "^11.11.0",
75
- "@emotion/styled": "^11.11.0",
76
- "@hookform/resolvers": "^3.3.1",
77
- "@mui/material": "^5.12.3",
78
- "@uiw/react-json-view": "^2.0.0-alpha.16",
79
74
  "axios": "^1.4.0",
80
75
  "color": "^5.0.0",
81
- "dayjs": "^1.11.8",
82
- "framer-motion": "10.11.0",
83
- "i18next": "^22.4.15",
84
76
  "memoize-one": "^6.0.0",
85
- "re-resizable": "^6.9.9",
86
- "react": "^18.2.0",
87
77
  "react-colorful": "^5.6.1",
88
- "react-currency-input-field": "^3.6.11",
89
- "react-date-object": "^2.1.9",
90
- "react-dom": "^18.2.0",
91
- "react-draggable": "^4.4.6",
78
+ "react-date-object": "2.1.9",
79
+ "react-lazy-load-image-component": "^1.6.3",
80
+ "yup": "^1.7.1",
81
+ "@hookform/resolvers": "^3",
82
+ "re-resizable": "^6",
83
+ "react-currency-input-field": "^3",
84
+ "react-draggable": "^4",
92
85
  "react-dropzone": "^14.2.3",
93
- "react-hook-form": "^7.45.4",
86
+ "dayjs": "^1.11.8",
87
+ "@uiw/react-json-view": "^2.0.0-alpha",
88
+ "react-virtualized-auto-sizer": "^1.0.20",
89
+ "recharts": "^2.15.1",
90
+ "react18-input-otp": "^1.1.4",
94
91
  "react-hot-toast": "^2.4.1",
95
- "react-i18next": "^12.2.2",
96
- "react-lazy-load-image-component": "^1.6.3",
97
- "react-multi-date-picker": "^4.1.2",
98
92
  "react-router-dom": "^7.7.0",
99
- "react-virtualized-auto-sizer": "^1.0.20",
100
- "react-window": "^1.8.9",
93
+ "react-hook-form": "^7.45.4",
101
94
  "react-window-infinite-loader": "^1.0.9",
102
- "react18-input-otp": "^1.1.4",
103
- "recharts": "^2.15.1",
104
- "yup": "^1.7.1"
95
+ "react-window": "^1.8.9",
96
+ "react-multi-date-picker": "^4.1.2"
105
97
  },
106
98
  "devDependencies": {
107
99
  "@eslint/js": "^9.17.0",
@@ -132,33 +124,26 @@
132
124
  "typescript": "5.0.2",
133
125
  "typescript-eslint": "^8.18.2",
134
126
  "vite": "6.0.5",
135
- "vite-tsconfig-paths": "^4.2.0"
127
+ "vite-tsconfig-paths": "^4.2.0",
128
+ "react": "^18.2.0",
129
+ "react-dom": "^18.2.0",
130
+ "@mui/material": "^5.12.3",
131
+ "@emotion/react": "^11.11.0",
132
+ "@emotion/styled": "^11.11.0",
133
+ "framer-motion": "10.11.0",
134
+ "i18next": "^22.4.15",
135
+ "react-i18next": "^12.2.2"
136
136
  },
137
137
  "peerDependencies": {
138
138
  "@emotion/react": "^11",
139
139
  "@emotion/styled": "^11",
140
- "@hookform/resolvers": "^3",
141
140
  "@mui/material": "^5",
142
- "@uiw/react-json-view": "^2.0.0-alpha",
143
- "dayjs": "^1",
144
141
  "framer-motion": "^10",
145
142
  "i18next": "^22",
146
- "re-resizable": "^6",
147
143
  "react": "^18",
148
- "react-currency-input-field": "^3",
149
144
  "react-dom": "^18",
150
- "react-draggable": "^4",
151
- "react-dropzone": "^14",
152
- "react-hook-form": "^7",
153
- "react-hot-toast": "^2",
154
- "react-i18next": "^12",
155
- "react-multi-date-picker": "^4",
156
145
  "react-router-dom": "^7",
157
- "react-virtualized-auto-sizer": "^1",
158
- "react-window": "^1.8",
159
- "react-window-infinite-loader": "^1",
160
- "react18-input-otp": "^1",
161
- "recharts": "^2"
146
+ "react-i18next": "^12"
162
147
  },
163
148
  "lint-staged": {
164
149
  "src/**/*.{ts,tsx,json,js,jsx}": [