@vibe/core 3.74.0-alpha-10c01.0 → 3.74.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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibe/core",
|
|
3
|
-
"version": "3.74.0
|
|
3
|
+
"version": "3.74.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.5
|
|
94
|
-
"@vibe/icon": "3.0.5
|
|
95
|
-
"@vibe/icons": "1.11.1
|
|
96
|
-
"@vibe/loader": "3.0.5
|
|
93
|
+
"@vibe/button": "3.0.5",
|
|
94
|
+
"@vibe/icon": "3.0.5",
|
|
95
|
+
"@vibe/icons": "1.11.1",
|
|
96
|
+
"@vibe/loader": "3.0.5",
|
|
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",
|
|
@@ -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.4
|
|
184
|
+
"@vibe/config": "3.0.4",
|
|
185
185
|
"@vitejs/plugin-react": "^4.3.1",
|
|
186
186
|
"@vitest/coverage-v8": "^1.6.0",
|
|
187
187
|
"@vitest/ui": "^1.6.0",
|
|
@@ -272,5 +272,5 @@
|
|
|
272
272
|
"browserslist": [
|
|
273
273
|
"extends browserslist-config-monday"
|
|
274
274
|
],
|
|
275
|
-
"gitHead": "
|
|
275
|
+
"gitHead": "6c414e65054f03580caae3d776a0871f409d78d6"
|
|
276
276
|
}
|