|
1 | 1 | { |
2 | 2 | "name": "ng-three-starter-kit", |
3 | | - "version": "0.4.0", |
| 3 | + "version": "0.5.0", |
4 | 4 | "scripts": { |
5 | 5 | "ng": "ng", |
6 | 6 | "start": "ng serve", |
7 | 7 | "build": "ng build", |
8 | 8 | "watch": "ng build --watch --configuration development", |
9 | | - "test": "ng test" |
| 9 | + "test": "ng test", |
| 10 | + "docs": "npx compodoc -p tsconfig.doc.json --theme=postmark" |
10 | 11 | }, |
11 | 12 | "private": true, |
12 | 13 | "dependencies": { |
13 | | - "@angular/animations": "^14.0.0", |
14 | | - "@angular/common": "^14.0.0", |
15 | | - "@angular/compiler": "^14.0.0", |
16 | | - "@angular/core": "^14.0.0", |
17 | | - "@angular/forms": "^14.0.0", |
18 | | - "@angular/platform-browser": "^14.0.0", |
19 | | - "@angular/platform-browser-dynamic": "^14.0.0", |
20 | | - "@angular/router": "^14.0.0", |
| 14 | + "@angular/animations": "^14.2.10", |
| 15 | + "@angular/common": "^14.2.10", |
| 16 | + "@angular/compiler": "^14.2.10", |
| 17 | + "@angular/core": "^14.2.10", |
| 18 | + "@angular/forms": "^14.2.10", |
| 19 | + "@angular/platform-browser": "^14.2.10", |
| 20 | + "@angular/platform-browser-dynamic": "^14.2.10", |
| 21 | + "@angular/router": "^14.2.10", |
21 | 22 | "glslify-loader": "^2.0.0", |
22 | | - "lil-gui": "^0.16.1", |
| 23 | + "lil-gui": "^0.17.0", |
23 | 24 | "raw-loader": "^4.0.2", |
24 | | - "rxjs": "~7.5.0", |
25 | | - "three": "^0.142.0", |
26 | | - "tslib": "^2.3.0", |
27 | | - "zone.js": "~0.11.4" |
| 25 | + "rxjs": "~7.5.7", |
| 26 | + "three": "^0.146.0", |
| 27 | + "tslib": "^2.4.1", |
| 28 | + "zone.js": "~0.12.0" |
28 | 29 | }, |
29 | 30 | "devDependencies": { |
30 | | - "@angular-builders/custom-webpack": "^14.0.0", |
31 | | - "@angular-devkit/build-angular": "^14.0.3", |
32 | | - "@angular/cli": "~14.0.3", |
33 | | - "@angular/compiler-cli": "^14.0.0", |
34 | | - "@types/jasmine": "~4.0.0", |
35 | | - "@types/three": "^0.141.0", |
36 | | - "jasmine-core": "~4.1.0", |
37 | | - "karma": "~6.3.0", |
38 | | - "karma-chrome-launcher": "~3.1.0", |
| 31 | + "@angular-builders/custom-webpack": "^14.1.0", |
| 32 | + "@angular-devkit/build-angular": "^14.2.9", |
| 33 | + "@angular/cli": "~14.2.9", |
| 34 | + "@angular/compiler-cli": "^14.2.10", |
| 35 | + "@compodoc/compodoc": "^1.1.19", |
| 36 | + "@types/jasmine": "~4.3.0", |
| 37 | + "@types/three": "^0.146.0", |
| 38 | + "jasmine-core": "~4.5.0", |
| 39 | + "karma": "~6.4.1", |
| 40 | + "karma-chrome-launcher": "~3.1.1", |
39 | 41 | "karma-coverage": "~2.2.0", |
40 | | - "karma-jasmine": "~5.0.0", |
41 | | - "karma-jasmine-html-reporter": "~1.7.0", |
42 | | - "typescript": "~4.7.2" |
| 42 | + "karma-jasmine": "~5.1.0", |
| 43 | + "karma-jasmine-html-reporter": "~2.0.0", |
| 44 | + "typescript": "~4.8.4" |
43 | 45 | } |
44 | 46 | } |
0 commit comments