@vibe/core 4.6.0-alpha-1900b.0 → 4.6.0-alpha-e982b.0
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 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibe/core",
|
|
3
|
-
"version": "4.6.0-alpha-
|
|
3
|
+
"version": "4.6.0-alpha-e982b.0",
|
|
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.4-alpha-
|
|
94
|
-
"@vibe/button": "4.1.0-alpha-
|
|
95
|
-
"@vibe/clickable": "4.0.4-alpha-
|
|
96
|
-
"@vibe/dialog": "4.2.0-alpha-
|
|
97
|
-
"@vibe/hooks": "4.0.4-alpha-
|
|
98
|
-
"@vibe/icon": "4.0.4-alpha-
|
|
99
|
-
"@vibe/icon-button": "4.0.7-alpha-
|
|
100
|
-
"@vibe/icons": "4.1.1-alpha-
|
|
101
|
-
"@vibe/layer": "4.0.5-alpha-
|
|
102
|
-
"@vibe/layout": "4.0.5-alpha-
|
|
103
|
-
"@vibe/loader": "4.0.4-alpha-
|
|
104
|
-
"@vibe/shared": "4.0.4-alpha-
|
|
105
|
-
"@vibe/style": "4.1.0-alpha-
|
|
106
|
-
"@vibe/tooltip": "4.0.7-alpha-
|
|
107
|
-
"@vibe/typography": "4.0.7-alpha-
|
|
93
|
+
"@vibe/base": "4.0.4-alpha-e982b.0",
|
|
94
|
+
"@vibe/button": "4.1.0-alpha-e982b.0",
|
|
95
|
+
"@vibe/clickable": "4.0.4-alpha-e982b.0",
|
|
96
|
+
"@vibe/dialog": "4.2.0-alpha-e982b.0",
|
|
97
|
+
"@vibe/hooks": "4.0.4-alpha-e982b.0",
|
|
98
|
+
"@vibe/icon": "4.0.4-alpha-e982b.0",
|
|
99
|
+
"@vibe/icon-button": "4.0.7-alpha-e982b.0",
|
|
100
|
+
"@vibe/icons": "4.1.1-alpha-e982b.0",
|
|
101
|
+
"@vibe/layer": "4.0.5-alpha-e982b.0",
|
|
102
|
+
"@vibe/layout": "4.0.5-alpha-e982b.0",
|
|
103
|
+
"@vibe/loader": "4.0.4-alpha-e982b.0",
|
|
104
|
+
"@vibe/shared": "4.0.4-alpha-e982b.0",
|
|
105
|
+
"@vibe/style": "4.1.0-alpha-e982b.0",
|
|
106
|
+
"@vibe/tooltip": "4.0.7-alpha-e982b.0",
|
|
107
|
+
"@vibe/typography": "4.0.7-alpha-e982b.0",
|
|
108
108
|
"browserslist-config-monday": "1.0.6",
|
|
109
109
|
"classnames": "^2.5.1",
|
|
110
110
|
"date-fns": "^2.30.0",
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
"@uiw/codemirror-extensions-langs": "^4.21.25",
|
|
182
182
|
"@uiw/codemirror-theme-github": "^4.21.25",
|
|
183
183
|
"@uiw/react-codemirror": "^4.21.25",
|
|
184
|
-
"@vibe/config": "4.0.3-alpha-
|
|
184
|
+
"@vibe/config": "4.0.3-alpha-e982b.0",
|
|
185
185
|
"@vitejs/plugin-react": "^4.3.1",
|
|
186
186
|
"@vitest/coverage-v8": "^1.6.0",
|
|
187
187
|
"@vitest/ui": "^1.6.0",
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
"tsx": "^4.20.3",
|
|
255
255
|
"typescript": "^5.9.3",
|
|
256
256
|
"typescript-plugin-css-modules": "^4.2.1",
|
|
257
|
-
"vibe-storybook-components": "4.0.1-alpha-
|
|
257
|
+
"vibe-storybook-components": "4.0.1-alpha-e982b.0",
|
|
258
258
|
"vite": "^5.3.1",
|
|
259
259
|
"vitest": "^1.6.0"
|
|
260
260
|
},
|
|
@@ -271,5 +271,5 @@
|
|
|
271
271
|
"browserslist": [
|
|
272
272
|
"extends browserslist-config-monday"
|
|
273
273
|
],
|
|
274
|
-
"gitHead": "
|
|
274
|
+
"gitHead": "c7ea7f32c8792e693e44c7d22576290587bc4b63"
|
|
275
275
|
}
|