@hanzogui/config 8.2.0 → 8.2.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 +19 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hanzogui/config",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.1",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist",
|
|
6
6
|
"reanimated.cjs",
|
|
@@ -140,21 +140,21 @@
|
|
|
140
140
|
"clean:build": "hanzogui-build clean:build"
|
|
141
141
|
},
|
|
142
142
|
"dependencies": {
|
|
143
|
-
"@hanzogui/animations-css": "8.2.
|
|
144
|
-
"@hanzogui/animations-motion": "8.2.
|
|
145
|
-
"@hanzogui/animations-react-native": "8.2.
|
|
146
|
-
"@hanzogui/animations-reanimated": "8.2.
|
|
147
|
-
"@hanzogui/colors": "8.2.
|
|
148
|
-
"@hanzogui/core": "8.2.
|
|
149
|
-
"@hanzogui/font-zen": "8.2.
|
|
150
|
-
"@hanzogui/react-native-media-driver": "8.2.
|
|
151
|
-
"@hanzogui/shorthands": "8.2.
|
|
152
|
-
"@hanzogui/theme-builder": "8.2.
|
|
153
|
-
"@hanzogui/themes": "8.2.
|
|
154
|
-
"@hanzogui/web": "8.2.
|
|
143
|
+
"@hanzogui/animations-css": "8.2.1",
|
|
144
|
+
"@hanzogui/animations-motion": "8.2.1",
|
|
145
|
+
"@hanzogui/animations-react-native": "8.2.1",
|
|
146
|
+
"@hanzogui/animations-reanimated": "8.2.1",
|
|
147
|
+
"@hanzogui/colors": "8.2.1",
|
|
148
|
+
"@hanzogui/core": "8.2.1",
|
|
149
|
+
"@hanzogui/font-zen": "8.2.1",
|
|
150
|
+
"@hanzogui/react-native-media-driver": "8.2.1",
|
|
151
|
+
"@hanzogui/shorthands": "8.2.1",
|
|
152
|
+
"@hanzogui/theme-builder": "8.2.1",
|
|
153
|
+
"@hanzogui/themes": "8.2.1",
|
|
154
|
+
"@hanzogui/web": "8.2.1"
|
|
155
155
|
},
|
|
156
156
|
"devDependencies": {
|
|
157
|
-
"@hanzogui/build": "8.2.
|
|
157
|
+
"@hanzogui/build": "8.2.1"
|
|
158
158
|
},
|
|
159
159
|
"peerDependencies": {
|
|
160
160
|
"@hanzogui/animations-moti": "*"
|
|
@@ -163,5 +163,10 @@
|
|
|
163
163
|
"@hanzogui/animations-moti": {
|
|
164
164
|
"optional": true
|
|
165
165
|
}
|
|
166
|
+
},
|
|
167
|
+
"repository": {
|
|
168
|
+
"type": "git",
|
|
169
|
+
"url": "git+https://github.com/hanzoai/gui.git",
|
|
170
|
+
"directory": "pkgs/core/config"
|
|
166
171
|
}
|
|
167
172
|
}
|