@wavemaker/angular-codegen 12.0.0-next.45031 → 12.0.0-next.45501

Sign up to get free protection for your applications and to get access to all the features.
@@ -44,9 +44,8 @@
44
44
  "@babel/runtime": "7.14.8",
45
45
  "@metrichor/jmespath": "0.3.1",
46
46
  "@wavemaker/focus-trap": "1.0.1",
47
- "@wavemaker/nvd3": "1.8.11",
48
- "@wavemaker/custom-widgets-m3": "12.0.0-next.45031",
49
- "@wavemaker/variables": "12.0.0-next.45031",
47
+ "@wavemaker/nvd3": "1.8.12",
48
+ "@wavemaker/variables": "12.0.0-next.45501",
50
49
  "@ztree/ztree_v3": "3.5.48",
51
50
  "angular-imask": "^7.6.1",
52
51
  "angular2-websocket": "0.9.7",
@@ -66,12 +65,12 @@
66
65
  "ngx-toastr": "17.0.2",
67
66
  "rxjs": "6.6.0",
68
67
  "rxjs-compat": "6.4.0",
69
- "summernote": "0.8.18",
68
+ "summernote": "0.8.20",
70
69
  "ts-jest": "29.1.1",
71
70
  "tslib": "2.4.1",
72
71
  "x2js": "3.4.4",
73
72
  "zone.js": "0.14.7",
74
- "@wavemaker/app-ng-runtime": "12.0.0-next.45031"
73
+ "@wavemaker/app-ng-runtime": "12.0.0-next.45501"
75
74
  },
76
75
  "devDependencies": {
77
76
  "@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
@@ -81,7 +80,7 @@
81
80
  "@angular/compiler-cli": "17.3.11",
82
81
  "@angular/language-service": "17.3.11",
83
82
  "@babel/plugin-transform-runtime": "^7.14.5",
84
- "@compodoc/compodoc": "^1.1.19",
83
+ "@compodoc/compodoc": "^1.1.25",
85
84
  "@rollup/plugin-alias": "4.0.2",
86
85
  "@rollup/plugin-commonjs": "24.0.0",
87
86
  "@rollup/plugin-multi-entry": "6.0.0",
@@ -92,10 +91,9 @@
92
91
  "@types/node": "12.11.1",
93
92
  "@types/sizzle": "^2.3.3",
94
93
  "babel-loader": "^9.1.2",
95
- "cheerio": "^1.0.0-rc.12",
94
+ "cheerio": "1.0.0-rc.12",
96
95
  "codelyzer": "5.1.2",
97
96
  "compression-webpack-plugin": "10.0.0",
98
- "core-js-builder": "2.5.7",
99
97
  "fs": "0.0.1-security",
100
98
  "fs-extra": "7.0.1",
101
99
  "jest": "^29.7.0",
@@ -105,11 +103,11 @@
105
103
  "moment-timezone": "^0.5.34",
106
104
  "ng-packagr": "17.3.0",
107
105
  "npm-run-all": "4.1.5",
108
- "owasp-dependency-check": "0.0.21",
106
+ "owasp-dependency-check": "0.0.23",
109
107
  "rimraf": "2.6.3",
110
108
  "rollup": "4.9.5",
111
109
  "rollup-plugin-includepaths": "0.2.3",
112
- "sonarqube-scanner": "^2.8.2",
110
+ "sonarqube-scanner": "4.0.1",
113
111
  "terser": "^5.15.1",
114
112
  "ts-node": "7.0.1",
115
113
  "tslint": "~6.1.0",
@@ -71,6 +71,7 @@ import "hammerjs/hammer.min.js";
71
71
  import "iscroll/build/iscroll.js";
72
72
  import "tabbable/dist/index.umd.min.js";
73
73
  import "@wavemaker/focus-trap/dist/focus-trap.umd.min.js";
74
+ import "x2js"
74
75
 
75
76
 
76
77
 
@@ -37,9 +37,6 @@
37
37
  "@wavemaker/variables": [
38
38
  "node_modules/@wavemaker/variables/"
39
39
  ],
40
- "@wavemaker/custom-widgets-m3": [
41
- "node_modules/@wavemaker/custom-widgets-m3/"
42
- ],
43
40
  "@wm/components/base": [
44
41
  "node_modules/@wavemaker/app-ng-runtime/components/base/public_api.d.ts"
45
42
  ],