|
22 | 22 | "delete:dist": "cross-env rimraf dist", |
23 | 23 | "lint": "ng lint", |
24 | 24 | "packagr": "ng-packagr -p ng-package.json", |
25 | | - "changelog": "cross-env conventional-changelog -p angular -i doc/CHANGELOG.md -s", |
26 | | - "bump-version": "npm --no-git-tag-version version", |
27 | | - "prepare-release": "cross-env npm run changelog && npm run build && npm run doc", |
28 | | - "release": "standard-version", |
29 | 25 | "build:demo": "ng build --configuration=production --base-href=\"\"", |
30 | 26 | "pack-lib": "npm pack ./dist" |
31 | 27 | }, |
|
71 | 67 | "@typescript-eslint/eslint-plugin": "^5.42.1", |
72 | 68 | "@typescript-eslint/parser": "^5.42.1", |
73 | 69 | "autoprefixer": "^10.4.13", |
74 | | - "conventional-changelog": "^3.1.25", |
75 | | - "copyfiles": "^2.4.1", |
76 | 70 | "cross-env": "^7.0.3", |
77 | 71 | "custom-event-polyfill": "^1.0.7", |
78 | 72 | "eslint": "^8.27.0", |
79 | 73 | "ng-packagr": "^14.2.2", |
80 | 74 | "ngx-markdown": "^14.0.1", |
81 | 75 | "npm-run-all2": "^6.0.4", |
82 | | - "postcss": "^8.4.18", |
83 | | - "postcss-cli": "^10.0.0", |
84 | 76 | "rimraf": "^3.0.2", |
85 | 77 | "sass": "^1.56.1", |
86 | | - "standard-version": "^9.5.0", |
87 | | - "stream-browserify": "^3.0.0", |
88 | 78 | "ts-node": "^10.9.1", |
89 | 79 | "tslib": "^2.4.1", |
90 | 80 | "typescript": "~4.7.4", |
|
95 | 85 | "npm": ">=6.14.13" |
96 | 86 | }, |
97 | 87 | "resolutions": { |
98 | | - "caniuse-lite": "1.0.30001383" |
| 88 | + "caniuse-lite": "1.0.30001426" |
99 | 89 | } |
100 | 90 | } |
0 commit comments