|
4 | 4 | "scripts": { |
5 | 5 | "ng": "ng", |
6 | 6 | "start": "yarn build:lib && ng serve", |
7 | | - "build:lib": "ng build ngx-openlayers --prod", |
| 7 | + "build:lib": "ng build ngx-openlayers --configuration production", |
8 | 8 | "build:demo": "ng build demo-ngx-openlayers", |
9 | 9 | "build": "yarn build:lib && yarn build:demo", |
10 | 10 | "test": "yarn build:lib && ng test", |
|
15 | 15 | }, |
16 | 16 | "private": true, |
17 | 17 | "dependencies": { |
18 | | - "@angular/animations": "~10.2.5", |
19 | | - "@angular/common": "~10.2.5", |
20 | | - "@angular/compiler": "~10.2.5", |
21 | | - "@angular/core": "~10.2.5", |
22 | | - "@angular/forms": "~10.2.5", |
23 | | - "@angular/platform-browser": "~10.2.5", |
24 | | - "@angular/platform-browser-dynamic": "~10.2.5", |
25 | | - "@angular/router": "~10.2.5", |
| 18 | + "@angular/animations": "^14.3.0", |
| 19 | + "@angular/common": "^14.3.0", |
| 20 | + "@angular/compiler": "^14.3.0", |
| 21 | + "@angular/core": "^14.3.0", |
| 22 | + "@angular/forms": "^14.3.0", |
| 23 | + "@angular/platform-browser": "^14.3.0", |
| 24 | + "@angular/platform-browser-dynamic": "^14.3.0", |
| 25 | + "@angular/router": "^14.3.0", |
26 | 26 | "hammerjs": "^2.0.8", |
27 | 27 | "ol": "~6.3.1", |
28 | | - "rxjs": "~6.6.0", |
| 28 | + "rxjs": "~7.5.0", |
29 | 29 | "tslib": "^2.5.0", |
30 | | - "zone.js": "~0.10.2" |
| 30 | + "zone.js": "~0.11.4" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
33 | | - "@angular-devkit/build-angular": "~0.1002.4", |
34 | | - "@angular-devkit/build-ng-packagr": "~0.1002.4", |
35 | | - "@angular/cli": "~10.2.4", |
36 | | - "@angular/compiler-cli": "~10.2.5", |
37 | | - "@angular/language-service": "~10.2.5", |
38 | | - "@types/jasmine": "~3.5.0", |
39 | | - "@types/jasminewd2": "~2.0.3", |
| 33 | + "@angular-devkit/build-angular": "^14.2.11", |
| 34 | + "@angular-eslint/builder": "14.4.0", |
| 35 | + "@angular-eslint/eslint-plugin": "14.4.0", |
| 36 | + "@angular-eslint/eslint-plugin-template": "14.4.0", |
| 37 | + "@angular-eslint/schematics": "14.4.0", |
| 38 | + "@angular-eslint/template-parser": "14.4.0", |
| 39 | + "@angular/cli": "^14.2.11", |
| 40 | + "@angular/compiler-cli": "^14.3.0", |
| 41 | + "@angular/language-service": "^14.3.0", |
| 42 | + "@types/jasmine": "~4.3.1", |
40 | 43 | "@types/node": "^12.11.1", |
41 | | - "codelyzer": "^6.0.0", |
42 | | - "jasmine-core": "~3.8.0", |
| 44 | + "@typescript-eslint/eslint-plugin": "^5.36.2", |
| 45 | + "@typescript-eslint/parser": "^5.36.2", |
| 46 | + "eslint": "^8.23.0", |
| 47 | + "eslint-plugin-import": "latest", |
| 48 | + "eslint-plugin-jsdoc": "latest", |
| 49 | + "eslint-plugin-prefer-arrow": "latest", |
| 50 | + "jasmine-core": "~4.3.0", |
43 | 51 | "jasmine-spec-reporter": "~5.0.0", |
44 | | - "karma": "~5.0.0", |
| 52 | + "karma": "~6.4.1", |
45 | 53 | "karma-chrome-launcher": "~3.1.0", |
46 | | - "karma-coverage-istanbul-reporter": "~3.0.2", |
47 | | - "karma-jasmine": "~4.0.0", |
48 | | - "karma-jasmine-html-reporter": "^1.5.0", |
49 | | - "ng-packagr": "^10.1.2", |
| 54 | + "karma-coverage": "~2.2.0", |
| 55 | + "karma-jasmine": "~5.1.0", |
| 56 | + "karma-jasmine-html-reporter": "~2.0.0", |
| 57 | + "ng-packagr": "^14.2.2", |
50 | 58 | "prettier": "^2.0.3", |
51 | 59 | "protractor": "~7.0.0", |
52 | 60 | "standard-version": "^7.1.0", |
53 | 61 | "ts-node": "~8.3.0", |
54 | | - "tslint": "~6.1.0", |
55 | | - "tslint-config-prettier": "^1.13.0", |
56 | | - "tslint-plugin-prettier": "^2.3.0", |
57 | | - "typescript": "~4.0.8" |
| 62 | + "typescript": "~4.7.2" |
58 | 63 | } |
59 | 64 | } |
0 commit comments