Skip to content

Commit d66f200

Browse files
committed
build: remove unused dependencies (#2239)
Remove unusued dependencies after removal of @angular/docs PR Close #2239
1 parent 8d739be commit d66f200

File tree

2 files changed

+18
-1504
lines changed

2 files changed

+18
-1504
lines changed

package.json

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,14 @@
4141
"@types/yargs": "^17.0.0",
4242
"browser-sync": "^3.0.0",
4343
"html-entities": "^2.4.0",
44-
"marked": "^12.0.0",
45-
"marked-mangle": "^1.1.4",
46-
"preact": "^10.17.1",
47-
"preact-render-to-string": "^6.2.1",
4844
"prettier": "3.3.3",
4945
"protractor": "^7.0.0",
5046
"selenium-webdriver": "^4.18.1",
5147
"send": "^0.18.0",
52-
"shiki": "^1.11.0",
5348
"source-map": "^0.7.4",
5449
"tmp": "^0.2.1",
5550
"true-case-path": "^2.2.1",
5651
"tslib": "^2.5.2",
57-
"tsx": "^4.15.7",
5852
"typescript": "5.5.4",
5953
"uuid": "^10.0.0",
6054
"yargs": "^17.0.0"
@@ -79,18 +73,6 @@
7973
"@bazel/bazelisk": "^1.11.0",
8074
"@bazel/ibazel": "^0.23.0",
8175
"@bazel/jasmine": "patch:@bazel/jasmine@npm:5.8.1#.yarn/patches/@bazel-jasmine-npm.patch",
82-
"@codemirror/autocomplete": "^6.11.1",
83-
"@codemirror/commands": "^6.3.2",
84-
"@codemirror/lang-angular": "^0.1.2",
85-
"@codemirror/lang-css": "^6.2.1",
86-
"@codemirror/lang-html": "^6.4.7",
87-
"@codemirror/lang-javascript": "^6.2.1",
88-
"@codemirror/lang-sass": "^6.0.2",
89-
"@codemirror/language": "^6.9.3",
90-
"@codemirror/lint": "^6.4.2",
91-
"@codemirror/search": "^6.5.5",
92-
"@codemirror/state": "^6.3.2",
93-
"@codemirror/view": "^6.22.1",
9476
"@google-cloud/firestore": "^7.0.0",
9577
"@google-cloud/storage": "^7.0.0",
9678
"@inquirer/prompts": "^5.2.0",
@@ -132,19 +114,14 @@
132114
"@types/wait-on": "^5.3.1",
133115
"@types/which": "^3.0.0",
134116
"@types/yarnpkg__lockfile": "^1.1.5",
135-
"@typescript/vfs": "^1.5.0",
136117
"@webcontainer/api": "^1.1.8",
137118
"@yarnpkg/lockfile": "^1.1.0",
138-
"algoliasearch": "^4.20.0",
139-
"angular-split": "^17.1.1",
140119
"chalk": "^5.0.1",
141120
"cli-progress": "^3.7.0",
142121
"conventional-commits-parser": "^5.0.0",
143122
"diff": "^5.1.0",
144123
"ejs": "^3.1.6",
145-
"emoji-regex": "^10.3.0",
146124
"fast-glob": "^3.3.2",
147-
"fflate": "^0.8.2",
148125
"firebase": "10.12.5",
149126
"firebase-admin": "12.3.0",
150127
"firebase-functions": "^5.0.0",
@@ -167,12 +144,10 @@
167144
"karma-requirejs": "^1.1.0",
168145
"karma-sourcemap-loader": "^0.4.0",
169146
"license-checker": "^25.0.1",
170-
"mermaid": "^10.8.0",
171147
"minimatch": "^10.0.0",
172148
"multimatch": "^7.0.0",
173149
"nock": "beta",
174150
"opener": "^1.5.2",
175-
"playwright-core": "^1.41.2",
176151
"protobufjs": "^7.0.0",
177152
"requirejs": "^2.3.6",
178153
"rollup-plugin-sourcemaps": "^0.6.3",
@@ -184,6 +159,7 @@
184159
"terser": "5.31.4",
185160
"ts-node": "^10.9.2",
186161
"tslint": "^6.1.3",
162+
"tsx": "^4.15.7",
187163
"typed-graphqlify": "^3.1.1",
188164
"wait-on": "^7.0.0",
189165
"which": "^4.0.0",

0 commit comments

Comments
 (0)