@vibe/core 4.0.1-alpha-649fd.0 → 4.0.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 +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibe/core",
|
|
3
|
-
"version": "4.0.1
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"description": "Official monday.com UI resources for application development in React.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -90,21 +90,21 @@
|
|
|
90
90
|
},
|
|
91
91
|
"dependencies": {
|
|
92
92
|
"@floating-ui/react-dom": "^2.1.2",
|
|
93
|
-
"@vibe/base": "4.0.1
|
|
94
|
-
"@vibe/button": "4.0.1
|
|
95
|
-
"@vibe/clickable": "4.0.1
|
|
96
|
-
"@vibe/dialog": "4.0.1
|
|
97
|
-
"@vibe/hooks": "4.0.1
|
|
98
|
-
"@vibe/icon": "4.0.1
|
|
99
|
-
"@vibe/icon-button": "4.0.1
|
|
93
|
+
"@vibe/base": "4.0.1",
|
|
94
|
+
"@vibe/button": "4.0.1",
|
|
95
|
+
"@vibe/clickable": "4.0.1",
|
|
96
|
+
"@vibe/dialog": "4.0.1",
|
|
97
|
+
"@vibe/hooks": "4.0.1",
|
|
98
|
+
"@vibe/icon": "4.0.1",
|
|
99
|
+
"@vibe/icon-button": "4.0.1",
|
|
100
100
|
"@vibe/icons": "4.0.0",
|
|
101
|
-
"@vibe/layer": "4.0.1
|
|
102
|
-
"@vibe/layout": "4.0.1
|
|
103
|
-
"@vibe/loader": "4.0.1
|
|
104
|
-
"@vibe/shared": "4.0.1
|
|
101
|
+
"@vibe/layer": "4.0.1",
|
|
102
|
+
"@vibe/layout": "4.0.1",
|
|
103
|
+
"@vibe/loader": "4.0.1",
|
|
104
|
+
"@vibe/shared": "4.0.1",
|
|
105
105
|
"@vibe/style": "4.0.0",
|
|
106
|
-
"@vibe/tooltip": "4.0.1
|
|
107
|
-
"@vibe/typography": "4.0.1
|
|
106
|
+
"@vibe/tooltip": "4.0.1",
|
|
107
|
+
"@vibe/typography": "4.0.1",
|
|
108
108
|
"browserslist-config-monday": "1.0.6",
|
|
109
109
|
"classnames": "^2.3.2",
|
|
110
110
|
"date-fns": "^2.30.0",
|
|
@@ -273,5 +273,5 @@
|
|
|
273
273
|
"browserslist": [
|
|
274
274
|
"extends browserslist-config-monday"
|
|
275
275
|
],
|
|
276
|
-
"gitHead": "
|
|
276
|
+
"gitHead": "1b8dbcff3fee62f6ea3d10bfb26ec2a0c27c8106"
|
|
277
277
|
}
|