|
1 | 1 | {
|
2 | 2 | "name": "ngx-md",
|
3 |
| - "version": "14.2.1", |
| 3 | + "version": "18.0.0", |
4 | 4 | "author": {
|
5 | 5 | "name": "Dimpu Aravind Buddha",
|
6 | 6 |
|
|
37 | 37 | "lib.lint": "ng lint ngx-md",
|
38 | 38 | "lib.pretty": "prettier --config ./.prettierrc --write ./libs/ngx-md/src/**/*.ts",
|
39 | 39 | "lib.prettier.watch": "onchange 'projects/ngx-md/src**/*.ts' -- prettier --write {{changed}}",
|
40 |
| - "release": "yarn lib.build && yarn version --patch && node ./scripts/pre-publish-hook.js && cd dist/ngx-md && yarn publish && cd ...", |
41 |
| - "ci.travis.lib": "yarn lib.build", |
42 |
| - "ci.travis.demo": "yarn demo.build" |
| 40 | + "release": "pnpm run lib.build && pnpm version --patch && node ./scripts/pre-publish-hook.js && cd dist/ngx-md && pnpm publish && cd ...", |
| 41 | + "ci.travis.lib": "pnpm run lib.build", |
| 42 | + "ci.travis.demo": "pnpm run demo.build", |
| 43 | + "lint": "ng lint" |
43 | 44 | },
|
44 | 45 | "private": true,
|
45 | 46 | "dependencies": {
|
|
66 | 67 | "@angular/compiler-cli": "^18.2.7",
|
67 | 68 | "@types/jasmine": "~4.0.0",
|
68 | 69 | "@types/prismjs": "^1.26.0",
|
| 70 | + "angular-eslint": "18.3.1", |
| 71 | + "eslint": "^9.9.1", |
69 | 72 | "gh-pages": "^4.0.0",
|
70 | 73 | "jasmine-core": "~4.1.0",
|
71 | 74 | "karma": "~6.3.0",
|
|
74 | 77 | "karma-jasmine": "~5.0.0",
|
75 | 78 | "karma-jasmine-html-reporter": "~1.7.0",
|
76 | 79 | "ng-packagr": "^18.2.1",
|
77 |
| - "typescript": "^5.4.5" |
| 80 | + "typescript": "^5.4.5", |
| 81 | + "typescript-eslint": "8.2.0" |
78 | 82 | },
|
79 | 83 | "auto": {
|
80 | 84 | "plugins": [
|
|
0 commit comments