Skip to content

Commit 36c5bd0

Browse files
clydindgp1130
authored andcommitted
build: remove unused minimatch development dependency
(cherry picked from commit f52c375)
1 parent 071b26d commit 36c5bd0

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
"@types/karma": "^6.3.0",
109109
"@types/less": "^3.0.3",
110110
"@types/loader-utils": "^2.0.0",
111-
"@types/minimatch": "5.1.2",
112111
"@types/node": "^14.15.0",
113112
"@types/node-fetch": "^2.1.6",
114113
"@types/npm-package-arg": "^6.1.0",
@@ -173,7 +172,6 @@
173172
"loader-utils": "3.2.1",
174173
"magic-string": "0.30.0",
175174
"mini-css-extract-plugin": "2.7.5",
176-
"minimatch": "~8.0.0",
177175
"ng-packagr": "16.0.0-next.2",
178176
"node-fetch": "^2.2.0",
179177
"npm": "^8.11.0",

yarn.lock

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@
122122

123123
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#a8012d366831d2dc2350de94b6c0ad926775408d":
124124
version "0.0.0-d28e5f71d00e1d55abafea9eea315bcccd3bc17c"
125-
uid a8012d366831d2dc2350de94b6c0ad926775408d
126125
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a8012d366831d2dc2350de94b6c0ad926775408d"
127126
dependencies:
128127
"@angular-devkit/build-angular" "16.0.0-next.4"
@@ -283,7 +282,6 @@
283282

284283
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#68a6d97028583799726bdad5ef3234d3ec3463e6":
285284
version "0.0.0-d28e5f71d00e1d55abafea9eea315bcccd3bc17c"
286-
uid "68a6d97028583799726bdad5ef3234d3ec3463e6"
287285
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#68a6d97028583799726bdad5ef3234d3ec3463e6"
288286
dependencies:
289287
"@yarnpkg/lockfile" "^1.1.0"
@@ -3404,7 +3402,7 @@
34043402
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a"
34053403
integrity sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==
34063404

3407-
"@types/minimatch@5.1.2", "@types/minimatch@^5.1.2":
3405+
"@types/minimatch@^5.1.2":
34083406
version "5.1.2"
34093407
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
34103408
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
@@ -8495,13 +8493,6 @@ minimatch@~3.0.4:
84958493
dependencies:
84968494
brace-expansion "^1.1.7"
84978495

8498-
minimatch@~8.0.0:
8499-
version "8.0.2"
8500-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-8.0.2.tgz#ba35f8afeb255a4cbad4b6677b46132f3278c469"
8501-
integrity sha512-ikHGF67ODxj7vS5NKU2wvTsFLbExee+KXVCnBWh8Cg2hVJfBMQIrlo50qru/09E0EifjnU8dZhJ/iHhyXJM6Mw==
8502-
dependencies:
8503-
brace-expansion "^2.0.1"
8504-
85058496
minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
85068497
version "1.2.8"
85078498
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"

0 commit comments

Comments
 (0)