Skip to content

Commit 2719796

Browse files
committed
fix(@angular-devkit/build-angular): update browerslist package
The `supports` query was added in version `4.13`, while `^4.9.1` does match this version is some cases an older version might be used to the presence of a lock file during the update which would cause the package not to be update. Closes angular#24212
1 parent 363721b commit 2719796

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"babel-loader": "9.1.0",
133133
"babel-plugin-istanbul": "6.1.1",
134134
"bootstrap": "^4.0.0",
135-
"browserslist": "^4.9.1",
135+
"browserslist": "4.21.4",
136136
"cacache": "17.0.2",
137137
"chokidar": "3.5.3",
138138
"copy-webpack-plugin": "11.0.0",

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"autoprefixer": "10.4.13",
2626
"babel-loader": "9.1.0",
2727
"babel-plugin-istanbul": "6.1.1",
28-
"browserslist": "^4.9.1",
28+
"browserslist": "4.21.4",
2929
"cacache": "17.0.2",
3030
"chokidar": "3.5.3",
3131
"copy-webpack-plugin": "11.0.0",

0 commit comments

Comments
 (0)