|
23 | 23 | "build": "ng build --project ng-qrcode --configuration production", |
24 | 24 | "build-for-publish": "ng build --project ng-qrcode --configuration production && cp ./README.md ./CHANGES.md ./LICENSE ./dist/ng-qrcode/", |
25 | 25 | "build-demo-app": "ng build --project=ng-qrcode-demo --configuration production --base-href '/ng-qrcode/'", |
26 | | - "publish:gh-pages": "yarn build-demo-app && yarn gh-pages -d ./dist/ng-qrcode-demo/browser -b gh-pages --nojekyll", |
| 26 | + "publish:gh-pages": "pnpm run build-demo-app && pnpm run gh-pages -d ./dist/ng-qrcode-demo/browser -b gh-pages --nojekyll", |
27 | 27 | "test": "ng test", |
28 | 28 | "lint": "ng lint", |
29 | | - "ci-pipeline": "yarn clean && yarn ci-build && yarn ci-test && yarn ci-lint", |
| 29 | + "ci-pipeline": "pnpm run clean && pnpm run ci-build && pnpm run ci-test && pnpm run ci-lint", |
30 | 30 | "postci-pipeline": "cp ./README.md ./CHANGES.md ./LICENSE ./dist/ng-qrcode/", |
31 | 31 | "ci-build": "ng build --project ng-qrcode --configuration production && ng build --project=ng-qrcode-demo --configuration production", |
32 | 32 | "ci-test": "ng test --code-coverage", |
33 | 33 | "ci-lint": "ng lint" |
34 | 34 | }, |
35 | 35 | "dependencies": { |
36 | | - "@angular/animations": "^20.0.0", |
37 | | - "@angular/common": "^20.0.0", |
38 | | - "@angular/compiler": "^20.0.0", |
39 | | - "@angular/core": "^20.0.0", |
40 | | - "@angular/forms": "^20.0.0", |
41 | | - "@angular/platform-browser": "^20.0.0", |
42 | | - "@angular/platform-browser-dynamic": "^20.0.0", |
43 | | - "@angular/router": "^20.0.0", |
| 36 | + "@angular/animations": "^20.3.6", |
| 37 | + "@angular/common": "^20.3.6", |
| 38 | + "@angular/compiler": "^20.3.6", |
| 39 | + "@angular/core": "^20.3.6", |
| 40 | + "@angular/forms": "^20.3.6", |
| 41 | + "@angular/platform-browser": "^20.3.6", |
| 42 | + "@angular/platform-browser-dynamic": "^20.3.6", |
| 43 | + "@angular/router": "^20.3.6", |
44 | 44 | "qrcode": "^1.5.4", |
45 | 45 | "rxjs": "^7.8.2", |
46 | 46 | "tslib": "^2.8.1", |
47 | 47 | "zone.js": "~0.15.1" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | | - "@angular-devkit/build-angular": "^20.0.0", |
51 | | - "@angular-eslint/builder": "19.6.0", |
52 | | - "@angular-eslint/eslint-plugin": "19.6.0", |
53 | | - "@angular-eslint/eslint-plugin-template": "19.6.0", |
54 | | - "@angular-eslint/schematics": "19.6.0", |
55 | | - "@angular-eslint/template-parser": "19.6.0", |
56 | | - "@angular/cli": "^20.0.0", |
57 | | - "@angular/compiler-cli": "^20.0.0", |
58 | | - "@angular/language-service": "^20.0.0", |
59 | | - "@types/jasmine": "~5.1.8", |
| 50 | + "@angular-devkit/build-angular": "^20.3.6", |
| 51 | + "@angular-eslint/builder": "20.4.0", |
| 52 | + "@angular-eslint/eslint-plugin": "20.4.0", |
| 53 | + "@angular-eslint/eslint-plugin-template": "20.4.0", |
| 54 | + "@angular-eslint/schematics": "20.4.0", |
| 55 | + "@angular-eslint/template-parser": "20.4.0", |
| 56 | + "@angular/cli": "^20.3.6", |
| 57 | + "@angular/compiler-cli": "^20.3.6", |
| 58 | + "@angular/language-service": "^20.3.6", |
| 59 | + "@types/jasmine": "~5.1.12", |
60 | 60 | "@types/node": "^22.15.29", |
61 | 61 | "@types/qrcode": "^1.5.5", |
62 | | - "@typescript-eslint/eslint-plugin": "8.33.0", |
63 | | - "@typescript-eslint/parser": "8.33.0", |
64 | | - "eslint": "^9.28.0", |
| 62 | + "@typescript-eslint/eslint-plugin": "8.46.1", |
| 63 | + "@typescript-eslint/parser": "8.46.1", |
| 64 | + "eslint": "^9.38.0", |
65 | 65 | "gh-pages": "^6.3.0", |
66 | 66 | "husky": "^9.1.7", |
67 | | - "jasmine-core": "~5.7.1", |
| 67 | + "jasmine-core": "~5.12.0", |
68 | 68 | "jasmine-spec-reporter": "~7.0.0", |
69 | 69 | "karma": "^6.4.4", |
70 | 70 | "karma-chrome-launcher": "~3.2.0", |
71 | 71 | "karma-coverage": "^2.2.1", |
72 | 72 | "karma-jasmine": "~5.1.0", |
73 | 73 | "karma-jasmine-html-reporter": "^2.1.0", |
74 | | - "lint-staged": "^16.1.0", |
| 74 | + "lint-staged": "^16.2.4", |
75 | 75 | "markdown-toc": "^1.2.0", |
76 | | - "ng-packagr": "^20.0.0", |
77 | | - "typescript": "~5.8.3" |
| 76 | + "ng-packagr": "^20.3.0", |
| 77 | + "typescript": "~5.9.3" |
78 | 78 | }, |
79 | 79 | "lint-staged": { |
80 | 80 | "*.md": [ |
81 | | - "sh -c 'yarn docs:generate'" |
| 81 | + "sh -c 'pnpm run docs:generate'" |
82 | 82 | ] |
83 | 83 | }, |
84 | 84 | "engines": { |
85 | 85 | "node": ">=20" |
86 | 86 | }, |
87 | | - "packageManager": "yarn@4.9.1" |
| 87 | + "packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d" |
88 | 88 | } |
0 commit comments