|
33 | 33 | "build:devui:ivy": "node --max_old_space_size=8192 ./node_modules/@angular/cli/bin/ng build devui-lib"
|
34 | 34 | },
|
35 | 35 | "dependencies": {
|
36 |
| - "@angular/animations": "~11.2.7", |
37 |
| - "@angular/cdk": "^11.2.6", |
38 |
| - "@angular/common": "~11.2.7", |
39 |
| - "@angular/compiler": "~11.2.7", |
40 |
| - "@angular/core": "~11.2.7", |
41 |
| - "@angular/forms": "~11.2.7", |
42 |
| - "@angular/platform-browser": "~11.2.7", |
43 |
| - "@angular/platform-browser-dynamic": "~11.2.7", |
44 |
| - "@angular/router": "~11.2.7", |
| 36 | + "@angular/animations": "~12.0.3", |
| 37 | + "@angular/cdk": "^12.0.2", |
| 38 | + "@angular/common": "~12.0.3", |
| 39 | + "@angular/compiler": "~12.0.3", |
| 40 | + "@angular/core": "~12.0.3", |
| 41 | + "@angular/forms": "~12.0.3", |
| 42 | + "@angular/platform-browser": "~12.0.3", |
| 43 | + "@angular/platform-browser-dynamic": "~12.0.3", |
| 44 | + "@angular/router": "~12.0.3", |
45 | 45 | "@devui-design/icons": "^1.2.0",
|
46 | 46 | "@ngx-translate/core": "^13.0.0",
|
47 | 47 | "@ngx-translate/http-loader": "^6.0.0",
|
|
59 | 59 | "marked": "^2.0.0",
|
60 | 60 | "@popperjs/core": "^2.5.4",
|
61 | 61 | "web-animations-js": "^2.3.2",
|
62 |
| - "zone.js": "~0.10.2" |
| 62 | + "zone.js": "~0.11.4" |
63 | 63 | },
|
64 | 64 | "devDependencies": {
|
65 |
| - "@angular-builders/custom-webpack": "^11.0.0", |
66 |
| - "@angular-devkit/build-angular": "~0.1102.6", |
67 |
| - "@angular/cli": "^11.2.6", |
68 |
| - "@angular/compiler-cli": "~11.2.7", |
69 |
| - "@angular/language-service": "^11.2.7", |
| 65 | + "@angular-builders/custom-webpack": "^12.0.0", |
| 66 | + "@angular-devkit/build-angular": "~12.0.3", |
| 67 | + "@angular/cli": "^12.0.3", |
| 68 | + "@angular/compiler-cli": "~12.0.3", |
| 69 | + "@angular/language-service": "^12.0.3", |
70 | 70 | "@commitlint/cli": "^11.0.0",
|
71 | 71 | "@commitlint/config-conventional": "^11.0.0",
|
72 | 72 | "@types/jasmine": "~3.6.0",
|
|
87 | 87 | "karma-junit-reporter": "^2.0.1",
|
88 | 88 | "lint-staged": "^9.2.3",
|
89 | 89 | "markdown-loader": "^5.1.0",
|
90 |
| - "ng-packagr": "11.2.4", |
| 90 | + "ng-packagr": "^12.0.0", |
91 | 91 | "ngx-build-plus": "^8.1.5",
|
92 | 92 | "patch-package": "^6.2.2",
|
93 | 93 | "postcss": "^8.2.4",
|
|
102 | 102 | "stylelint-scss": "^3.17.0",
|
103 | 103 | "ts-node": "~7.0.0",
|
104 | 104 | "tslint": "~6.1.0",
|
105 |
| - "typescript": "~4.0.7" |
| 105 | + "typescript": "~4.2.4" |
106 | 106 | },
|
107 | 107 | "lint-staged": {
|
108 | 108 | "devui/**/*.ts": [
|
|
0 commit comments