@wavemaker/angular-codegen 11.0.0-next.NULL → 11.0.0-rc.5151
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.
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"he": "1.2.0",
|
|
45
45
|
"iscroll": "5.2.0",
|
|
46
46
|
"jquery": "3.4.1",
|
|
47
|
-
"jquery-ui": "1.
|
|
47
|
+
"jquery-ui": "1.13.0",
|
|
48
48
|
"js-cookie": "2.2.0",
|
|
49
49
|
"jssha": "^3.1.2",
|
|
50
50
|
"lodash": "4.17.19",
|
|
@@ -108,6 +108,18 @@
|
|
|
108
108
|
"yargs": "^17.3.1"
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
|
+
"jquery-ui": {
|
|
112
|
+
"version": "1.13.0",
|
|
113
|
+
"resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.0.tgz",
|
|
114
|
+
"integrity": "sha512-Osf7ECXNTYHtKBkn9xzbIf9kifNrBhfywFEKxOeB/OVctVmLlouV9mfc2qXCp6uyO4Pn72PXKOnj09qXetopCw==",
|
|
115
|
+
"extraneous": true
|
|
116
|
+
},
|
|
117
|
+
"js-cookie": {
|
|
118
|
+
"version": "2.2.0",
|
|
119
|
+
"resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-2.2.0.tgz",
|
|
120
|
+
"integrity": "sha1-Gywnmm7s44ChIWi5JIUmWzWx7/s=",
|
|
121
|
+
"extraneous": true
|
|
122
|
+
},
|
|
111
123
|
"node_modules/@ampproject/rollup-plugin-closure-compiler": {
|
|
112
124
|
"version": "0.8.5",
|
|
113
125
|
"resolved": "https://registry.npmjs.org/@ampproject/rollup-plugin-closure-compiler/-/rollup-plugin-closure-compiler-0.8.5.tgz",
|
|
@@ -21831,9 +21843,12 @@
|
|
|
21831
21843
|
"integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw=="
|
|
21832
21844
|
},
|
|
21833
21845
|
"node_modules/jquery-ui": {
|
|
21834
|
-
"version": "1.
|
|
21835
|
-
"resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.
|
|
21836
|
-
"integrity": "
|
|
21846
|
+
"version": "1.13.0",
|
|
21847
|
+
"resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.0.tgz",
|
|
21848
|
+
"integrity": "sha512-Osf7ECXNTYHtKBkn9xzbIf9kifNrBhfywFEKxOeB/OVctVmLlouV9mfc2qXCp6uyO4Pn72PXKOnj09qXetopCw==",
|
|
21849
|
+
"dependencies": {
|
|
21850
|
+
"jquery": ">=1.8.0 <4.0.0"
|
|
21851
|
+
}
|
|
21837
21852
|
},
|
|
21838
21853
|
"node_modules/js-cookie": {
|
|
21839
21854
|
"version": "2.2.0",
|
|
@@ -52760,9 +52775,12 @@
|
|
|
52760
52775
|
"integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw=="
|
|
52761
52776
|
},
|
|
52762
52777
|
"jquery-ui": {
|
|
52763
|
-
"version": "1.
|
|
52764
|
-
"resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.
|
|
52765
|
-
"integrity": "
|
|
52778
|
+
"version": "1.13.0",
|
|
52779
|
+
"resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.0.tgz",
|
|
52780
|
+
"integrity": "sha512-Osf7ECXNTYHtKBkn9xzbIf9kifNrBhfywFEKxOeB/OVctVmLlouV9mfc2qXCp6uyO4Pn72PXKOnj09qXetopCw==",
|
|
52781
|
+
"requires": {
|
|
52782
|
+
"jquery": ">=1.8.0 <4.0.0"
|
|
52783
|
+
}
|
|
52766
52784
|
},
|
|
52767
52785
|
"js-cookie": {
|
|
52768
52786
|
"version": "2.2.0",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"he": "1.2.0",
|
|
55
55
|
"iscroll": "5.2.0",
|
|
56
56
|
"jquery": "3.4.1",
|
|
57
|
-
"jquery-ui": "1.
|
|
57
|
+
"jquery-ui": "1.13.0",
|
|
58
58
|
"js-cookie": "2.2.0",
|
|
59
59
|
"jssha": "^3.1.2",
|
|
60
60
|
"lodash": "4.17.19",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"tslib": "^2.0.0",
|
|
69
69
|
"x2js": "3.2.6",
|
|
70
70
|
"zone.js": "~0.10.3",
|
|
71
|
-
"@wavemaker/app-ng-runtime": "11.0.0-
|
|
71
|
+
"@wavemaker/app-ng-runtime": "11.0.0-rc.5151"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@ampproject/rollup-plugin-closure-compiler": "0.8.5",
|