@syncfusion/ej2-vue-popups 32.2.5 → 32.2.6
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-vue-popups",
|
|
3
|
-
"version": "32.2.
|
|
3
|
+
"version": "32.2.6",
|
|
4
4
|
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for Vue",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~32.2.3",
|
|
35
35
|
"@syncfusion/ej2-vue-base": "~32.2.3",
|
|
36
|
-
"@syncfusion/ej2-popups": "32.2.
|
|
36
|
+
"@syncfusion/ej2-popups": "32.2.6"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {},
|
|
39
39
|
"scripts": {
|