Skip to content

Commit 0d2d986

Browse files
committed
build: remove @types/browserslist
`browserslist` now ships it's own typings
1 parent aebfde2 commit 0d2d986

File tree

4 files changed

+1
-14
lines changed

4 files changed

+1
-14
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@
9191
"@rollup/plugin-node-resolve": "^13.0.5",
9292
"@types/babel__core": "7.20.5",
9393
"@types/browser-sync": "^2.27.0",
94-
"@types/browserslist": "^4.15.0",
9594
"@types/express": "^4.16.0",
9695
"@types/http-proxy": "^1.17.4",
9796
"@types/ini": "^4.0.0",

packages/angular/build/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ ts_library(
6969
"@npm//@babel/helper-split-export-declaration",
7070
"@npm//@inquirer/confirm",
7171
"@npm//@types/babel__core",
72-
"@npm//@types/browserslist",
7372
"@npm//@types/less",
7473
"@npm//@types/node",
7574
"@npm//@types/picomatch",

packages/angular_devkit/build_angular/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ ts_library(
147147
"@npm//@discoveryjs/json-ext",
148148
"@npm//@types/babel__core",
149149
"@npm//@types/browser-sync",
150-
"@npm//@types/browserslist",
151150
"@npm//@types/karma",
152151
"@npm//@types/less",
153152
"@npm//@types/loader-utils",

yarn.lock

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,6 @@ __metadata:
674674
"@rollup/plugin-node-resolve": "npm:^13.0.5"
675675
"@types/babel__core": "npm:7.20.5"
676676
"@types/browser-sync": "npm:^2.27.0"
677-
"@types/browserslist": "npm:^4.15.0"
678677
"@types/express": "npm:^4.16.0"
679678
"@types/http-proxy": "npm:^1.17.4"
680679
"@types/ini": "npm:^4.0.0"
@@ -5031,15 +5030,6 @@ __metadata:
50315030
languageName: node
50325031
linkType: hard
50335032

5034-
"@types/browserslist@npm:^4.15.0":
5035-
version: 4.15.0
5036-
resolution: "@types/browserslist@npm:4.15.0"
5037-
dependencies:
5038-
browserslist: "npm:*"
5039-
checksum: 10c0/00632450bde890898c1ef8f42a1b5790e91842a80e920e125a1cf9b9a8b52012a058a379e0496168b593a5477611bcb9e1ba387107f8eff7bdb209617aa108b6
5040-
languageName: node
5041-
linkType: hard
5042-
50435033
"@types/co-body@npm:^6.1.0":
50445034
version: 6.1.3
50455035
resolution: "@types/co-body@npm:6.1.3"
@@ -7516,7 +7506,7 @@ __metadata:
75167506
languageName: node
75177507
linkType: hard
75187508

7519-
"browserslist@npm:*, browserslist@npm:^4.21.10, browserslist@npm:^4.21.5, browserslist@npm:^4.22.1, browserslist@npm:^4.22.2, browserslist@npm:^4.23.0":
7509+
"browserslist@npm:^4.21.10, browserslist@npm:^4.21.5, browserslist@npm:^4.22.1, browserslist@npm:^4.22.2, browserslist@npm:^4.23.0":
75207510
version: 4.23.1
75217511
resolution: "browserslist@npm:4.23.1"
75227512
dependencies:

0 commit comments

Comments
 (0)