@abi-software/scaffoldvuer 0.1.54-beta.2 → 0.1.54-beta.3
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-lock.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abi-software/scaffoldvuer",
|
|
3
|
-
"version": "0.1.54-beta.
|
|
3
|
+
"version": "0.1.54-beta.3",
|
|
4
4
|
"lockfileVersion": 1,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"dependencies": {
|
|
@@ -17192,9 +17192,9 @@
|
|
|
17192
17192
|
}
|
|
17193
17193
|
},
|
|
17194
17194
|
"zincjs": {
|
|
17195
|
-
"version": "1.0.
|
|
17196
|
-
"resolved": "https://registry.npmjs.org/zincjs/-/zincjs-1.0.
|
|
17197
|
-
"integrity": "sha512-
|
|
17195
|
+
"version": "1.0.7",
|
|
17196
|
+
"resolved": "https://registry.npmjs.org/zincjs/-/zincjs-1.0.7.tgz",
|
|
17197
|
+
"integrity": "sha512-hgAUWM38xDcF3c1vwFxcYBB3stv5Yb/LoUqNt+Mchgi2cZPISyT3tr1TkivTeXoo3rPuAFJQXnUd3RIEsbBt7Q==",
|
|
17198
17198
|
"requires": {
|
|
17199
17199
|
"css-element-queries": "^1.2.2",
|
|
17200
17200
|
"lodash": "^4.17.19",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abi-software/scaffoldvuer",
|
|
3
|
-
"version": "0.1.54-beta.
|
|
3
|
+
"version": "0.1.54-beta.3",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"vue": "^2.6.10",
|
|
34
34
|
"vue-drag-resize": "^1.3.2",
|
|
35
35
|
"vue-router": "^3.5.1",
|
|
36
|
-
"zincjs": "^1.0.
|
|
36
|
+
"zincjs": "^1.0.7"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@vue/cli-plugin-babel": "^4.0.0",
|