Skip to content

Commit 3b42c5f

Browse files
committed
chore: remove unused dependencies
1 parent b2061a8 commit 3b42c5f

File tree

2 files changed

+7808
-10053
lines changed

2 files changed

+7808
-10053
lines changed

package.json

+1-11
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
"delete:dist": "cross-env rimraf dist",
2323
"lint": "ng lint",
2424
"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",
2925
"build:demo": "ng build --configuration=production --base-href=\"\"",
3026
"pack-lib": "npm pack ./dist"
3127
},
@@ -71,20 +67,14 @@
7167
"@typescript-eslint/eslint-plugin": "^5.42.1",
7268
"@typescript-eslint/parser": "^5.42.1",
7369
"autoprefixer": "^10.4.13",
74-
"conventional-changelog": "^3.1.25",
75-
"copyfiles": "^2.4.1",
7670
"cross-env": "^7.0.3",
7771
"custom-event-polyfill": "^1.0.7",
7872
"eslint": "^8.27.0",
7973
"ng-packagr": "^14.2.2",
8074
"ngx-markdown": "^14.0.1",
8175
"npm-run-all2": "^6.0.4",
82-
"postcss": "^8.4.18",
83-
"postcss-cli": "^10.0.0",
8476
"rimraf": "^3.0.2",
8577
"sass": "^1.56.1",
86-
"standard-version": "^9.5.0",
87-
"stream-browserify": "^3.0.0",
8878
"ts-node": "^10.9.1",
8979
"tslib": "^2.4.1",
9080
"typescript": "~4.7.4",
@@ -95,6 +85,6 @@
9585
"npm": ">=6.14.13"
9686
},
9787
"resolutions": {
98-
"caniuse-lite": "1.0.30001383"
88+
"caniuse-lite": "1.0.30001426"
9989
}
10090
}

0 commit comments

Comments
 (0)