|
1 | 1 | {
|
2 | 2 | "name": "angular-datatables-demo",
|
3 |
| - "version": "15.0.1", |
| 3 | + "version": "16.0.0", |
4 | 4 | "license": "MIT",
|
5 | 5 | "scripts": {
|
6 | 6 | "ng": "ng",
|
|
13 | 13 | },
|
14 | 14 | "private": true,
|
15 | 15 | "dependencies": {
|
16 |
| - "@angular/animations": "^15.0.4", |
17 |
| - "@angular/common": "^15.0.4", |
18 |
| - "@angular/compiler": "^15.0.4", |
19 |
| - "@angular/core": "^15.0.4", |
20 |
| - "@angular/forms": "^15.0.4", |
21 |
| - "@angular/platform-browser": "^15.0.4", |
22 |
| - "@angular/platform-browser-dynamic": "^15.0.4", |
23 |
| - "@angular/router": "^15.0.4", |
24 |
| - "@types/marked": "^4.0.8", |
| 16 | + "@angular/animations": "^16.1.2", |
| 17 | + "@angular/common": "^16.1.2", |
| 18 | + "@angular/compiler": "^16.1.2", |
| 19 | + "@angular/core": "^16.1.2", |
| 20 | + "@angular/forms": "^16.1.2", |
| 21 | + "@angular/platform-browser": "^16.1.2", |
| 22 | + "@angular/platform-browser-dynamic": "^16.1.2", |
| 23 | + "@angular/router": "^16.1.2", |
| 24 | + "@types/marked": "^4.3.0", |
25 | 25 | "angular-datatables": "^15.0.0",
|
26 | 26 | "clipboard": "^2.0.8",
|
27 | 27 | "core-js": "^3.19.1",
|
|
40 | 40 | "jszip": "^3.8.0",
|
41 | 41 | "marked": "^4.2.5",
|
42 | 42 | "materialize-css": "^0.100.2",
|
43 |
| - "ngx-markdown": "^15.0.0", |
| 43 | + "ngx-markdown": "^16.0.0", |
44 | 44 | "prism-themes": "^1.9.0",
|
45 | 45 | "prismjs": "^1.27.0",
|
46 | 46 | "rxjs": "^7.4.0",
|
47 | 47 | "rxjs-compat": "^6.6.7",
|
48 | 48 | "tether": "^2.0.0",
|
49 |
| - "zone.js": "^0.11.6" |
| 49 | + "zone.js": "^0.13.1" |
50 | 50 | },
|
51 | 51 | "devDependencies": {
|
52 |
| - "@angular-devkit/build-angular": "~15.2.4", |
53 |
| - "@angular/cli": "^15.0.5", |
54 |
| - "@angular/compiler-cli": "^15.0.4", |
55 |
| - "@angular/language-service": "^15.0.4", |
| 52 | + "@angular-devkit/build-angular": "~16.1.1", |
| 53 | + "@angular/cli": "^16.1.1", |
| 54 | + "@angular/compiler-cli": "^16.1.2", |
| 55 | + "@angular/language-service": "^16.1.2", |
56 | 56 | "@types/datatables.net": "^1.10.21",
|
57 | 57 | "@types/datatables.net-buttons": "^1.4.7",
|
58 | 58 | "@types/datatables.net-select": "^1.2.7",
|
|
72 | 72 | "protractor": "~7.0.0",
|
73 | 73 | "ts-node": "~10.4.0",
|
74 | 74 | "tslint": "~6.1.0",
|
75 |
| - "typescript": "4.8.4" |
| 75 | + "typescript": "5.1.3" |
76 | 76 | }
|
77 | 77 | }
|
0 commit comments