@vibe/core 3.73.0-alpha-8cc35.0 → 3.73.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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibe/core",
|
|
3
|
-
"version": "3.73.0
|
|
3
|
+
"version": "3.73.0",
|
|
4
4
|
"description": "Official monday.com UI resources for application development in React.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -90,10 +90,10 @@
|
|
|
90
90
|
},
|
|
91
91
|
"dependencies": {
|
|
92
92
|
"@popperjs/core": "2.11.6",
|
|
93
|
-
"@vibe/button": "3.0.
|
|
94
|
-
"@vibe/icon": "3.0.
|
|
93
|
+
"@vibe/button": "3.0.4",
|
|
94
|
+
"@vibe/icon": "3.0.4",
|
|
95
95
|
"@vibe/icons": "1.11.0",
|
|
96
|
-
"@vibe/loader": "3.0.
|
|
96
|
+
"@vibe/loader": "3.0.4",
|
|
97
97
|
"a11y-dialog": "^7.5.2",
|
|
98
98
|
"body-scroll-lock": "^4.0.0-beta.0",
|
|
99
99
|
"browserslist-config-monday": "1.0.6",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"downshift": "^9.0.8",
|
|
102
102
|
"es-toolkit": "^1.39.10",
|
|
103
103
|
"framer-motion": "^6.5.1",
|
|
104
|
-
"monday-ui-style": "0.26.
|
|
104
|
+
"monday-ui-style": "0.26.1",
|
|
105
105
|
"react-dates": "21.8.0",
|
|
106
106
|
"react-focus-lock": "^2.13.2",
|
|
107
107
|
"react-inlinesvg": "^4.1.3",
|
|
@@ -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": "3.0.
|
|
184
|
+
"@vibe/config": "3.0.3",
|
|
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": "^4.7.3",
|
|
256
256
|
"typescript-plugin-css-modules": "^4.2.1",
|
|
257
|
-
"vibe-storybook-components": "1.0.
|
|
257
|
+
"vibe-storybook-components": "1.0.6",
|
|
258
258
|
"vite": "^5.3.1",
|
|
259
259
|
"vitest": "^1.6.0"
|
|
260
260
|
},
|
|
@@ -272,5 +272,5 @@
|
|
|
272
272
|
"browserslist": [
|
|
273
273
|
"extends browserslist-config-monday"
|
|
274
274
|
],
|
|
275
|
-
"gitHead": "
|
|
275
|
+
"gitHead": "3fa0a7a084a54b81883f58f898714b7b4ceac90c"
|
|
276
276
|
}
|