|
1 | 1 | { |
2 | 2 | "name": "ng-github-button", |
3 | | - "version": "12.0.0", |
| 3 | + "version": "13.0.0", |
4 | 4 | "description": "Unofficial GitHub buttons in Angular.", |
5 | 5 | "keywords": [ |
6 | 6 | "angular", |
|
32 | 32 | "release": "npm run build && cd publish && npm publish --access public" |
33 | 33 | }, |
34 | 34 | "dependencies": { |
35 | | - "@angular/animations": "~12.0.2", |
36 | | - "@angular/common": "~12.0.2", |
37 | | - "@angular/compiler": "~12.0.2", |
38 | | - "@angular/core": "~12.0.2", |
39 | | - "@angular/forms": "~12.0.2", |
40 | | - "@angular/platform-browser": "~12.0.2", |
41 | | - "@angular/platform-browser-dynamic": "~12.0.2", |
42 | | - "@angular/router": "~12.0.2", |
43 | | - "rxjs": "~6.6.0", |
44 | | - "tslib": "^2.1.0", |
| 35 | + "@angular/animations": "~13.1.1", |
| 36 | + "@angular/common": "~13.1.1", |
| 37 | + "@angular/compiler": "~13.1.1", |
| 38 | + "@angular/core": "~13.1.1", |
| 39 | + "@angular/forms": "~13.1.1", |
| 40 | + "@angular/platform-browser": "~13.1.1", |
| 41 | + "@angular/platform-browser-dynamic": "~13.1.1", |
| 42 | + "@angular/router": "~13.1.1", |
| 43 | + "rxjs": "~7.4.0", |
| 44 | + "tslib": "^2.3.1", |
45 | 45 | "zone.js": "~0.11.4" |
46 | 46 | }, |
47 | 47 | "devDependencies": { |
48 | | - "@angular-devkit/build-angular": "~12.0.2", |
49 | | - "@angular/cli": "~12.0.2", |
50 | | - "@angular/compiler-cli": "~12.0.2", |
51 | | - "@types/jasmine": "~3.6.0", |
| 48 | + "@angular-devkit/build-angular": "~13.1.2", |
| 49 | + "@angular/cli": "~13.1.2", |
| 50 | + "@angular/compiler-cli": "~13.1.0", |
| 51 | + "@types/jasmine": "~3.10.0", |
52 | 52 | "@types/node": "^12.11.1", |
53 | | - "jasmine-core": "~3.7.0", |
| 53 | + "jasmine-core": "~3.10.0", |
54 | 54 | "karma": "~6.3.0", |
55 | 55 | "karma-chrome-launcher": "~3.1.0", |
56 | | - "karma-coverage": "~2.0.3", |
| 56 | + "karma-coverage": "~2.1.0", |
57 | 57 | "karma-jasmine": "~4.0.0", |
58 | | - "karma-jasmine-html-reporter": "^1.5.0", |
59 | | - "typescript": "~4.2.3", |
60 | | - "@angular-eslint/builder": "12.0.0", |
61 | | - "@angular-eslint/eslint-plugin": "12.0.0", |
62 | | - "@angular-eslint/eslint-plugin-template": "12.0.0", |
63 | | - "@angular-eslint/schematics": "12.0.0", |
64 | | - "@angular-eslint/template-parser": "12.0.0", |
65 | | - "@typescript-eslint/eslint-plugin": "4.23.0", |
66 | | - "@typescript-eslint/parser": "4.23.0", |
67 | | - "codecov": "^3.8.1", |
68 | | - "eslint": "^7.26.0", |
69 | | - "ng-packagr": "^12.0.2", |
70 | | - "ngx-highlight-js": "^12.0.0" |
| 58 | + "karma-jasmine-html-reporter": "~1.7.0", |
| 59 | + "typescript": "~4.5.2", |
| 60 | + "@angular-eslint/builder": "^13.0.1", |
| 61 | + "@angular-eslint/eslint-plugin": "^13.0.1", |
| 62 | + "@angular-eslint/eslint-plugin-template": "^13.0.1", |
| 63 | + "@angular-eslint/schematics": "^13.0.1", |
| 64 | + "@angular-eslint/template-parser": "^13.0.1", |
| 65 | + "@typescript-eslint/eslint-plugin": "^5.8.1", |
| 66 | + "@typescript-eslint/parser": "^5.8.1", |
| 67 | + "codecov": "^3.8.3", |
| 68 | + "eslint": "^8.5.0", |
| 69 | + "ng-packagr": "^13.1.2", |
| 70 | + "ngx-highlight-js": "^13.0.0" |
71 | 71 | } |
72 | 72 | } |
0 commit comments