@payfit/unity-components 2.52.0 → 2.52.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 +8 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payfit/unity-components",
|
|
3
|
-
"version": "2.52.
|
|
3
|
+
"version": "2.52.1",
|
|
4
4
|
"module": "./dist/esm/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"tailwind-variants": "3.2.2",
|
|
92
92
|
"usehooks-ts": "3.1.1",
|
|
93
93
|
"zod": "4.4.3",
|
|
94
|
-
"@payfit/unity-illustrations": "2.52.
|
|
94
|
+
"@payfit/unity-illustrations": "2.52.1"
|
|
95
95
|
},
|
|
96
96
|
"peerDependencies": {
|
|
97
97
|
"@hookform/devtools": "^4",
|
|
@@ -103,8 +103,8 @@
|
|
|
103
103
|
"react-hook-form": "^7",
|
|
104
104
|
"react-router-dom": "^5",
|
|
105
105
|
"zod": "^3 || ^4",
|
|
106
|
-
"@payfit/unity-icons": "2.52.
|
|
107
|
-
"@payfit/unity-themes": "2.52.
|
|
106
|
+
"@payfit/unity-icons": "2.52.1",
|
|
107
|
+
"@payfit/unity-themes": "2.52.1"
|
|
108
108
|
},
|
|
109
109
|
"devDependencies": {
|
|
110
110
|
"@figma/code-connect": "1.4.8",
|
|
@@ -148,15 +148,14 @@
|
|
|
148
148
|
"tailwindcss": "4.3.1",
|
|
149
149
|
"typescript": "6.0.3",
|
|
150
150
|
"vite": "8.0.16",
|
|
151
|
-
"vite-plugin-node-polyfills": "0.28.0",
|
|
152
151
|
"vitest": "4.1.9",
|
|
153
|
-
"@payfit/hr-app-eslint": "0.0.0-use.local",
|
|
154
152
|
"@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
|
|
155
153
|
"@payfit/storybook-addon-console-errors": "0.0.0-use.local",
|
|
156
154
|
"@payfit/storybook-config": "0.0.0-use.local",
|
|
157
|
-
"@payfit/
|
|
158
|
-
"@payfit/unity-
|
|
159
|
-
"@payfit/unity-
|
|
155
|
+
"@payfit/hr-app-eslint": "0.0.0-use.local",
|
|
156
|
+
"@payfit/unity-icons": "2.52.1",
|
|
157
|
+
"@payfit/unity-illustrations": "2.52.1",
|
|
158
|
+
"@payfit/unity-themes": "2.52.1",
|
|
160
159
|
"@payfit/vite-configs": "0.0.0-use.local"
|
|
161
160
|
},
|
|
162
161
|
"peerDependenciesMeta": {
|