@wavemaker/angular-codegen 12.0.0-next.45032 → 12.0.0-next.45503

Sign up to get free protection for your applications and to get access to all the features.
@@ -44,10 +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/foundation-css": "12.0.0-next.45032",
49
- "@wavemaker/custom-widgets-m3": "12.0.0-next.45032",
50
- "@wavemaker/variables": "12.0.0-next.45032",
47
+ "@wavemaker/nvd3": "1.8.12",
48
+ "@wavemaker/variables": "12.0.0-next.45503",
51
49
  "@ztree/ztree_v3": "3.5.48",
52
50
  "angular-imask": "^7.6.1",
53
51
  "angular2-websocket": "0.9.7",
@@ -67,12 +65,12 @@
67
65
  "ngx-toastr": "17.0.2",
68
66
  "rxjs": "6.6.0",
69
67
  "rxjs-compat": "6.4.0",
70
- "summernote": "0.8.18",
68
+ "summernote": "0.8.20",
71
69
  "ts-jest": "29.1.1",
72
70
  "tslib": "2.4.1",
73
71
  "x2js": "3.4.4",
74
72
  "zone.js": "0.14.7",
75
- "@wavemaker/app-ng-runtime": "12.0.0-next.45032"
73
+ "@wavemaker/app-ng-runtime": "12.0.0-next.45503"
76
74
  },
77
75
  "devDependencies": {
78
76
  "@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
@@ -82,7 +80,7 @@
82
80
  "@angular/compiler-cli": "17.3.11",
83
81
  "@angular/language-service": "17.3.11",
84
82
  "@babel/plugin-transform-runtime": "^7.14.5",
85
- "@compodoc/compodoc": "^1.1.19",
83
+ "@compodoc/compodoc": "^1.1.25",
86
84
  "@rollup/plugin-alias": "4.0.2",
87
85
  "@rollup/plugin-commonjs": "24.0.0",
88
86
  "@rollup/plugin-multi-entry": "6.0.0",
@@ -93,10 +91,9 @@
93
91
  "@types/node": "12.11.1",
94
92
  "@types/sizzle": "^2.3.3",
95
93
  "babel-loader": "^9.1.2",
96
- "cheerio": "^1.0.0-rc.12",
94
+ "cheerio": "1.0.0-rc.12",
97
95
  "codelyzer": "5.1.2",
98
96
  "compression-webpack-plugin": "10.0.0",
99
- "core-js-builder": "2.5.7",
100
97
  "fs": "0.0.1-security",
101
98
  "fs-extra": "7.0.1",
102
99
  "jest": "^29.7.0",
@@ -106,11 +103,11 @@
106
103
  "moment-timezone": "^0.5.34",
107
104
  "ng-packagr": "17.3.0",
108
105
  "npm-run-all": "4.1.5",
109
- "owasp-dependency-check": "0.0.21",
106
+ "owasp-dependency-check": "0.0.23",
110
107
  "rimraf": "2.6.3",
111
108
  "rollup": "4.9.5",
112
109
  "rollup-plugin-includepaths": "0.2.3",
113
- "sonarqube-scanner": "^2.8.2",
110
+ "sonarqube-scanner": "4.0.1",
114
111
  "terser": "^5.15.1",
115
112
  "ts-node": "7.0.1",
116
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
  ],