Skip to content

Commit 1886f57

Browse files
angular-robotdgp1130
authored andcommitted
build: update dependency babel-loader to v9
(cherry picked from commit 7d5a816)
1 parent 192e0e6 commit 1886f57

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"ajv-formats": "2.1.1",
130130
"ansi-colors": "4.1.3",
131131
"autoprefixer": "10.4.12",
132-
"babel-loader": "8.2.5",
132+
"babel-loader": "9.0.0",
133133
"babel-plugin-istanbul": "6.1.1",
134134
"bootstrap": "^4.0.0",
135135
"browserslist": "^4.9.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
2424
"ansi-colors": "4.1.3",
2525
"autoprefixer": "10.4.12",
26-
"babel-loader": "8.2.5",
26+
"babel-loader": "9.0.0",
2727
"babel-plugin-istanbul": "6.1.1",
2828
"browserslist": "^4.9.1",
2929
"cacache": "17.0.1",

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3175,6 +3175,14 @@ babel-loader@8.2.5:
31753175
make-dir "^3.1.0"
31763176
schema-utils "^2.6.5"
31773177

3178+
babel-loader@9.0.0:
3179+
version "9.0.0"
3180+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.0.0.tgz#b90f48b49f5360e4678733755d1413e16cfee48e"
3181+
integrity sha512-qVGQb0PNw/B1sGhPf0/KKsHZAPfa2Bk+JbjkW7yGjAHZyvjAULXYq0et0+/+7DL/rGYU+y8UoGPzA32NP29pVQ==
3182+
dependencies:
3183+
find-cache-dir "^3.3.2"
3184+
schema-utils "^4.0.0"
3185+
31783186
babel-plugin-istanbul@6.1.1:
31793187
version "6.1.1"
31803188
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz#fa88ec59232fd9b4e36dbbc540a8ec9a9b47da73"

0 commit comments

Comments
 (0)