@wavemaker/angular-codegen 11.2.0-next.140962 → 11.2.0-next.140963

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,15 +19,15 @@
19
19
  },
20
20
  "private": true,
21
21
  "dependencies": {
22
- "@angular/animations": "14.2.12",
23
- "@angular/common": "14.2.12",
24
- "@angular/compiler": "14.2.12",
25
- "@angular/core": "14.2.12",
26
- "@angular/forms": "14.2.12",
27
- "@angular/platform-browser": "14.2.12",
28
- "@angular/platform-browser-dynamic": "14.2.12",
29
- "@angular/router": "14.2.12",
30
- "@angular/service-worker": "14.2.12",
22
+ "@angular/animations": "15.2.9",
23
+ "@angular/common": "15.2.9",
24
+ "@angular/compiler": "15.2.9",
25
+ "@angular/core": "15.2.9",
26
+ "@angular/forms": "15.2.9",
27
+ "@angular/platform-browser": "15.2.9",
28
+ "@angular/platform-browser-dynamic": "15.2.9",
29
+ "@angular/router": "15.2.9",
30
+ "@angular/service-worker": "15.2.9",
31
31
  "@awesome-cordova-plugins/app-version": "5.39.1",
32
32
  "@awesome-cordova-plugins/barcode-scanner": "5.39.1",
33
33
  "@awesome-cordova-plugins/calendar": "5.39.1",
@@ -47,7 +47,7 @@
47
47
  "@metrichor/jmespath": "^0.3.1",
48
48
  "@wavemaker.com/nvd3": "1.0.0",
49
49
  "@wavemaker/focus-trap": "^1.0.0",
50
- "@wavemaker/variables": "11.2.0-next.140962",
50
+ "@wavemaker/variables": "11.2.0-next.140963",
51
51
  "angular-imask": "6.3.0",
52
52
  "angular2-websocket": "0.9.7",
53
53
  "core-js": "2.5.4",
@@ -64,22 +64,22 @@
64
64
  "ng-circle-progress": "1.5.1",
65
65
  "ngx-bootstrap": "8.0.0",
66
66
  "ngx-color-picker": "12.0.1",
67
- "ngx-toastr": "14.3.0",
67
+ "ngx-toastr": "16.0.2",
68
68
  "rxjs": "6.6.0",
69
69
  "rxjs-compat": "6.4.0",
70
70
  "summernote": "0.8.11",
71
71
  "tslib": "2.4.1",
72
72
  "x2js": "^3.4.4",
73
73
  "zone.js": "~0.11.4",
74
- "@wavemaker/app-ng-runtime": "11.2.0-next.140962"
74
+ "@wavemaker/app-ng-runtime": "11.2.0-next.140963"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
78
- "@angular-builders/custom-webpack": "14.1.0",
79
- "@angular-devkit/build-angular": "14.2.10",
80
- "@angular/cli": "14.2.10",
81
- "@angular/compiler-cli": "14.2.12",
82
- "@angular/language-service": "14.2.12",
78
+ "@angular-builders/custom-webpack": "15.0.0",
79
+ "@angular-devkit/build-angular": "15.2.8",
80
+ "@angular/cli": "15.2.8",
81
+ "@angular/compiler-cli": "15.2.9",
82
+ "@angular/language-service": "15.2.9",
83
83
  "@babel/plugin-transform-runtime": "^7.14.5",
84
84
  "@compodoc/compodoc": "^1.1.19",
85
85
  "@types/jasmine": "2.8.8",
@@ -107,7 +107,7 @@
107
107
  "karma-mocha-reporter": "2.2.5",
108
108
  "moment": "2.29.4",
109
109
  "moment-timezone": "^0.5.34",
110
- "ng-packagr": "14.2.0",
110
+ "ng-packagr": "15.2.2",
111
111
  "npm-run-all": "4.1.5",
112
112
  "owasp-dependency-check": "0.0.21",
113
113
  "rimraf": "2.6.3",
@@ -121,13 +121,13 @@
121
121
  "sonarqube-scanner": "^2.8.2",
122
122
  "ts-node": "7.0.1",
123
123
  "tslint": "~6.1.0",
124
- "typescript": "4.6.4",
124
+ "typescript": "4.9.5",
125
125
  "util": "0.11.1",
126
126
  "yargs": "^17.3.1"
127
127
  },
128
128
  "engines": {
129
- "node": "~16.15.1",
130
- "npm": "~8.11.0"
129
+ "node": "~18.16.0",
130
+ "npm": "~9.5.1"
131
131
  },
132
132
  "engineStrict": true
133
133
  }
@@ -6,7 +6,7 @@
6
6
  "outDir": "./dist/out-tsc",
7
7
  "sourceMap": true,
8
8
  "declaration": false,
9
- "target": "es2020",
9
+ "target": "es2022",
10
10
  "module": "es2020",
11
11
  "moduleResolution": "node",
12
12
  "emitDecoratorMetadata": true,
@@ -109,7 +109,8 @@
109
109
  "@wm/mobile/runtime/dynamic": [
110
110
  "node_modules/@wavemaker/app-ng-runtime/mobile/runtime-dynamic"
111
111
  ]
112
- }
112
+ },
113
+ "useDefineForClassFields": false
113
114
  },
114
115
  "angularCompilerOptions": {
115
116
  "compilationMode": "full"
@@ -6,7 +6,7 @@
6
6
  "outDir": "./dist/out-tsc",
7
7
  "sourceMap": true,
8
8
  "declaration": false,
9
- "target": "es2020",
9
+ "target": "es2022",
10
10
  "module": "es2020",
11
11
  "moduleResolution": "node",
12
12
  "emitDecoratorMetadata": true,