|
12 | 12 | },
|
13 | 13 | "private": true,
|
14 | 14 | "dependencies": {
|
15 |
| - "@angular/animations": "^12.2.0", |
16 |
| - "@angular/common": "^12.2.0", |
17 |
| - "@angular/compiler": "^12.2.0", |
18 |
| - "@angular/core": "^12.2.0", |
19 |
| - "@angular/forms": "^12.2.0", |
20 |
| - "@angular/platform-browser": "^12.2.0", |
21 |
| - "@angular/platform-browser-dynamic": "^12.2.0", |
22 |
| - "@angular/router": "^12.2.0", |
| 15 | + "@angular/animations": "^13.0.0", |
| 16 | + "@angular/common": "^13.0.0", |
| 17 | + "@angular/compiler": "^13.0.0", |
| 18 | + "@angular/core": "^13.0.0", |
| 19 | + "@angular/cdk": "^13.0.0", |
| 20 | + "@angular/forms": "^13.0.0", |
| 21 | + "@angular/platform-browser": "^13.0.0", |
| 22 | + "@angular/platform-browser-dynamic": "^13.0.0", |
| 23 | + "@angular/router": "^13.0.0", |
23 | 24 | "ace-builds": "^1.4.13",
|
24 | 25 | "acorn": "^6.0.5",
|
25 | 26 | "bootstrap": "^3.3.6",
|
|
28 | 29 | "jspdf-autotable": "3.0.10",
|
29 | 30 | "jspdf1": "npm:[email protected]",
|
30 | 31 | "survey-analytics": "latest",
|
31 |
| - "survey-angular": "latest", |
32 | 32 | "survey-core": "latest",
|
33 |
| - "survey-knockout-ui": "latest", |
| 33 | + "survey-angular-ui": "latest", |
34 | 34 | "survey-creator-core": "latest",
|
35 |
| - "survey-creator-knockout": "latest", |
| 35 | + "survey-creator-angular": "latest", |
36 | 36 | "survey-pdf": "latest",
|
37 | 37 | "surveyjs-widgets": "latest",
|
38 | 38 | "core-js": "^3.21.1",
|
39 | 39 | "xlsx": "^0.16.6",
|
40 |
| - "rxjs": "6.6.3", |
| 40 | + "rxjs": "~7.4.0", |
41 | 41 | "tslib": "2.1.0",
|
42 | 42 | "zone.js": "0.11.4"
|
43 | 43 | },
|
44 | 44 | "devDependencies": {
|
45 |
| - "@angular-devkit/build-angular": "^12.2.0", |
46 |
| - "@angular/cli": "^12.2.0", |
47 |
| - "@angular/compiler-cli": "^12.2.0", |
48 |
| - "@angular/language-service": "^12.2.0", |
| 45 | + "@angular-devkit/build-angular": "^13.0.0", |
| 46 | + "@angular/cli": "^13.0.0", |
| 47 | + "@angular/compiler-cli": "^13.0.0", |
| 48 | + "@angular/language-service": "^13.0.0", |
49 | 49 | "@types/jasmine": "3.6.3",
|
50 | 50 | "@types/jasminewd2": "2.0.8",
|
51 | 51 | "@types/node": "14.14.28",
|
|
63 | 63 | "style-loader": "^3.3.1",
|
64 | 64 | "ts-node": "9.1.1",
|
65 | 65 | "tslint": "~6.1.3",
|
66 |
| - "typescript": "4.2.3" |
| 66 | + "typescript": "4.4.2" |
67 | 67 | }
|
68 | 68 | }
|
0 commit comments