@tap-payments/os-micro-frontend-shared 0.1.475-test.5 → 0.1.475-test.7
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 +7 -8
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.
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.1.475-test.7",
|
|
5
|
+
"testVersion": 7,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"main": "build/index.js",
|
|
@@ -90,7 +90,10 @@
|
|
|
90
90
|
"react18-input-otp": "^1.1.4",
|
|
91
91
|
"react-hot-toast": "^2.4.1",
|
|
92
92
|
"react-router-dom": "^7.7.0",
|
|
93
|
-
"react-hook-form": "^7.45.4"
|
|
93
|
+
"react-hook-form": "^7.45.4",
|
|
94
|
+
"react-window-infinite-loader": "^1.0.9",
|
|
95
|
+
"react-window": "^1.8.9",
|
|
96
|
+
"react-multi-date-picker": "^4.1.2"
|
|
94
97
|
},
|
|
95
98
|
"devDependencies": {
|
|
96
99
|
"@eslint/js": "^9.17.0",
|
|
@@ -131,7 +134,6 @@
|
|
|
131
134
|
"i18next": "^22.4.15",
|
|
132
135
|
"react-hook-form": "^7.45.4",
|
|
133
136
|
"react-i18next": "^12.2.2",
|
|
134
|
-
"react-multi-date-picker": "^4.1.2",
|
|
135
137
|
"react-window": "^1.8.9",
|
|
136
138
|
"react-window-infinite-loader": "^1.0.9"
|
|
137
139
|
},
|
|
@@ -144,10 +146,7 @@
|
|
|
144
146
|
"react": "^18",
|
|
145
147
|
"react-dom": "^18",
|
|
146
148
|
"react-hook-form": "^7",
|
|
147
|
-
"react-i18next": "^12"
|
|
148
|
-
"react-multi-date-picker": "^4",
|
|
149
|
-
"react-window": "^1.8",
|
|
150
|
-
"react-window-infinite-loader": "^1"
|
|
149
|
+
"react-i18next": "^12"
|
|
151
150
|
},
|
|
152
151
|
"lint-staged": {
|
|
153
152
|
"src/**/*.{ts,tsx,json,js,jsx}": [
|