|
1 | 1 | { |
2 | 2 | "name": "ng-github-button", |
3 | | - "version": "13.0.0", |
| 3 | + "version": "14.0.0", |
4 | 4 | "description": "Unofficial GitHub buttons in Angular.", |
5 | 5 | "keywords": [ |
6 | 6 | "angular", |
|
11 | 11 | "angular-github-button", |
12 | 12 | "angular2-github-button", |
13 | 13 | "github-button", |
14 | | - "github button" |
| 14 | + "github button", |
| 15 | + "angular standalone library" |
15 | 16 | ], |
16 | 17 | "author": "cipchk <[email protected]>", |
17 | 18 | "license": "MIT", |
|
25 | 26 | "homepage": "https://cipchk.github.io/ng-github-button/", |
26 | 27 | "scripts": { |
27 | 28 | "analyze": "ng b --stats-json --source-map", |
28 | | - "lint": "ng l", |
| 29 | + "lint": "ng lint", |
29 | 30 | "test": "ng t --no-progress --browsers=ChromeHeadlessCI --code-coverage --no-watch", |
30 | 31 | "build": "node scripts/build.js", |
31 | 32 | "release:next": "npm run build && cd publish && npm publish --access public --tag next", |
32 | 33 | "release": "npm run build && cd publish && npm publish --access public" |
33 | 34 | }, |
34 | 35 | "dependencies": { |
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", |
| 36 | + "@angular/animations": "^14.0.0", |
| 37 | + "@angular/common": "^14.0.0", |
| 38 | + "@angular/compiler": "^14.0.0", |
| 39 | + "@angular/core": "^14.0.0", |
| 40 | + "@angular/forms": "^14.0.0", |
| 41 | + "@angular/platform-browser": "^14.0.0", |
| 42 | + "@angular/platform-browser-dynamic": "^14.0.0", |
| 43 | + "@angular/router": "^14.0.0", |
| 44 | + "rxjs": "~7.5.0", |
| 45 | + "tslib": "^2.3.0", |
45 | 46 | "zone.js": "~0.11.4" |
46 | 47 | }, |
47 | 48 | "devDependencies": { |
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 | | - "@types/node": "^12.11.1", |
53 | | - "jasmine-core": "~3.10.0", |
| 49 | + "@angular-devkit/build-angular": "^14.0.3", |
| 50 | + "@angular/cli": "~14.0.3", |
| 51 | + "@angular/compiler-cli": "^14.0.0", |
| 52 | + "@types/jasmine": "~4.0.0", |
| 53 | + "jasmine-core": "~4.1.0", |
54 | 54 | "karma": "~6.3.0", |
55 | | - "karma-chrome-launcher": "~3.1.0", |
56 | | - "karma-coverage": "~2.1.0", |
57 | | - "karma-jasmine": "~4.0.0", |
| 55 | + "karma-chrome-launcher": "~3.1.1", |
| 56 | + "karma-coverage": "~2.2.0", |
| 57 | + "karma-jasmine": "~5.1.0", |
58 | 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", |
| 59 | + "typescript": "~4.7.4", |
| 60 | + "@angular-eslint/builder": "^14.0.0", |
| 61 | + "@angular-eslint/eslint-plugin": "^14.0.0", |
| 62 | + "@angular-eslint/eslint-plugin-template": "^14.0.0", |
| 63 | + "@angular-eslint/schematics": "^14.0.0", |
| 64 | + "@angular-eslint/template-parser": "^14.0.0", |
| 65 | + "@typescript-eslint/eslint-plugin": "^5.29.0", |
| 66 | + "@typescript-eslint/parser": "^5.29.0", |
67 | 67 | "codecov": "^3.8.3", |
68 | | - "eslint": "^8.5.0", |
69 | | - "ng-packagr": "^13.1.2", |
70 | | - "ngx-highlight-js": "^13.0.0" |
| 68 | + "eslint": "^8.18.0", |
| 69 | + "ng-packagr": "^14.0.2", |
| 70 | + "ngx-highlight-js": "^14.0.0" |
71 | 71 | } |
72 | 72 | } |
0 commit comments