|
1 | 1 | { |
2 | 2 | "name": "ngx-loader-indicator", |
3 | | - "version": "19.0.1", |
| 3 | + "version": "20.0.0", |
4 | 4 | "description": "The best directive without wrapping your element to additional component", |
5 | 5 | "license": "MIT", |
6 | 6 | "keywords": [ |
|
19 | 19 | "build:lib": "ng build --configuration production ngx-loader-indicator-lib && bun run copy-libdocs", |
20 | 20 | "copy-libdocs": "cp README.md LICENSE dist/ngx-loader-indicator-lib", |
21 | 21 | "publish:lib": "cd dist/ngx-loader-indicator-lib && bun publish", |
22 | | - "test": "ng test", |
23 | | - "test:pre-commit": "ng test --watch=false", |
| 22 | + "test": "npx vitest", |
| 23 | + "test:pre-commit": "npx vitest run", |
| 24 | + "test:coverage": "npx vitest run --coverage", |
24 | 25 | "lint": "npx eslint . && bun run lint:scss", |
25 | 26 | "lint:scss": "stylelint \"**/*.scss\"", |
26 | 27 | "lint:scss:fix": "stylelint \"**/*.scss\" --fix", |
|
36 | 37 | "url": "https://github.com/JsDaddy/ngx-loader-indicator.git" |
37 | 38 | }, |
38 | 39 | "dependencies": { |
39 | | - "@angular/animations": "19.2.8", |
40 | | - "@angular/common": "19.2.8", |
41 | | - "@angular/compiler": "19.2.8", |
42 | | - "@angular/core": "19.2.8", |
43 | | - "@angular/forms": "19.2.8", |
44 | | - "@angular/platform-browser": "19.2.8", |
45 | | - "@angular/platform-browser-dynamic": "19.2.8", |
46 | | - "@angular/router": "^19.2.8", |
47 | | - "@tailwindcss/postcss": "^4.1.4", |
48 | | - "core-js": "3.42.0", |
| 40 | + "@angular/animations": "20.1.4", |
| 41 | + "@angular/common": "20.1.4", |
| 42 | + "@angular/compiler": "20.1.4", |
| 43 | + "@angular/core": "20.1.4", |
| 44 | + "@angular/forms": "20.1.4", |
| 45 | + "@angular/platform-browser": "20.1.4", |
| 46 | + "@angular/platform-browser-dynamic": "20.1.4", |
| 47 | + "@angular/router": "^20.1.4", |
| 48 | + "@tailwindcss/postcss": "^4.1.11", |
| 49 | + "core-js": "3.45.0", |
49 | 50 | "highlight.js": "^11.11.1", |
50 | | - "ngx-highlightjs": "^14.0.0", |
51 | | - "ngxtension": "5.0.0", |
52 | | - "rxjs": "7.8.2" |
| 51 | + "ngx-highlightjs": "^14.0.1", |
| 52 | + "ngxtension": "5.1.0", |
| 53 | + "rxjs": "7.8.2", |
| 54 | + "zone.js": "^0.15.1" |
53 | 55 | }, |
54 | 56 | "devDependencies": { |
55 | | - "@angular-devkit/build-angular": "19.2.9", |
56 | | - "@angular-eslint/builder": "19.3.0", |
57 | | - "@angular-eslint/eslint-plugin": "19.3.0", |
58 | | - "@angular-eslint/eslint-plugin-template": "19.3.0", |
59 | | - "@angular-eslint/schematics": "19.3.0", |
60 | | - "@angular-eslint/template-parser": "19.3.0", |
61 | | - "@angular/cli": "19.2.9", |
62 | | - "@angular/compiler-cli": "19.2.8", |
63 | | - "@angular/language-service": "19.2.8", |
64 | | - "@commitlint/cli": "19.8.0", |
65 | | - "@commitlint/config-conventional": "19.8.0", |
66 | | - "@types/jasmine": "5.1.7", |
| 57 | + "@angular-devkit/build-angular": "20.1.4", |
| 58 | + "@angular-eslint/builder": "20.1.1", |
| 59 | + "@angular-eslint/eslint-plugin": "20.1.1", |
| 60 | + "@angular-eslint/eslint-plugin-template": "20.1.1", |
| 61 | + "@angular-eslint/schematics": "20.1.1", |
| 62 | + "@angular-eslint/template-parser": "20.1.1", |
| 63 | + "@angular/cli": "20.1.4", |
| 64 | + "@angular/compiler-cli": "20.1.4", |
| 65 | + "@angular/language-service": "20.1.4", |
| 66 | + "@commitlint/cli": "19.8.1", |
| 67 | + "@commitlint/config-conventional": "19.8.1", |
| 68 | + "@types/jasmine": "5.1.8", |
67 | 69 | "@types/jasminewd2": "2.0.13", |
68 | | - "@types/node": "22.15.3", |
69 | | - "@typescript-eslint/eslint-plugin": "8.31.1", |
70 | | - "@web/test-runner": "^0.20.1", |
71 | | - "angular-eslint": "^19.3.0", |
72 | | - "eslint": "9.25.1", |
73 | | - "eslint-config-prettier": "10.1.2", |
74 | | - "eslint-plugin-import": "2.31.0", |
| 70 | + "@types/node": "24.2.0", |
| 71 | + "@typescript-eslint/eslint-plugin": "8.39.0", |
| 72 | + "@vitest/browser": "^3.2.4", |
| 73 | + "@vitest/coverage-v8": "3.2.4", |
| 74 | + "@web/test-runner": "^0.20.2", |
| 75 | + "angular-eslint": "^20.1.1", |
| 76 | + "bun-types": "^1.2.19", |
| 77 | + "eslint": "9.32.0", |
| 78 | + "eslint-config-prettier": "10.1.8", |
| 79 | + "eslint-plugin-import": "2.32.0", |
75 | 80 | "eslint-plugin-json": "4.0.1", |
76 | | - "eslint-plugin-prettier": "5.2.6", |
77 | | - "jasmine-core": "5.7.0", |
| 81 | + "eslint-plugin-prettier": "5.5.3", |
| 82 | + "jasmine-core": "5.9.0", |
78 | 83 | "jasmine-spec-reporter": "7.0.0", |
79 | | - "lint-staged": "15.5.1", |
80 | | - "ng-packagr": "19.2.2", |
81 | | - "npm-check-updates": "^18.0.1", |
82 | | - "prettier": "3.5.3", |
83 | | - "puppeteer": "24.7.2", |
84 | | - "semantic-release": "24.2.3", |
85 | | - "semantic-release-export-data": "1.1.0", |
86 | | - "snyk": "^1.1296.2", |
87 | | - "stylelint": "16.19.1", |
| 84 | + "jsdom": "^26.1.0", |
| 85 | + "lint-staged": "16.1.4", |
| 86 | + "ng-packagr": "20.1.0", |
| 87 | + "npm-check-updates": "^18.0.2", |
| 88 | + "postcss": "^8.5.6", |
| 89 | + "prettier": "3.6.2", |
| 90 | + "puppeteer": "24.15.0", |
| 91 | + "semantic-release": "24.2.7", |
| 92 | + "semantic-release-export-data": "1.1.1", |
| 93 | + "snyk": "^1.1298.2", |
| 94 | + "stylelint": "16.23.0", |
88 | 95 | "stylelint-config-prettier": "9.0.5", |
89 | | - "stylelint-config-recommended-scss": "14.1.0", |
| 96 | + "stylelint-config-recommended-scss": "15.0.1", |
90 | 97 | "stylelint-prettier": "5.0.3", |
| 98 | + "tailwindcss": "^4.1.11", |
91 | 99 | "ts-node": "10.9.2", |
92 | 100 | "type-coverage": "^2.29.7", |
93 | | - "typescript": "5.8.3", |
94 | | - "typescript-eslint": "^8.31.1", |
95 | | - "tailwindcss": "^4.1.4", |
96 | | - "bun-types": "^1.2.11", |
97 | | - "postcss": "^8.5.3" |
| 101 | + "typescript": "5.8.2", |
| 102 | + "typescript-eslint": "^8.39.0", |
| 103 | + "vitest": "^3.2.4" |
98 | 104 | }, |
99 | 105 | "typeCoverage": { |
100 | 106 | "atLeast": 98, |
|
0 commit comments