mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 02:54:21 +08:00
build: update enhanced-resolve to version 5.4.1
This commit is contained in:
parent
458f97a1fb
commit
81afa841d6
@ -146,7 +146,7 @@
|
||||
"css-loader": "5.0.1",
|
||||
"cssnano": "4.1.10",
|
||||
"debug": "^4.1.1",
|
||||
"enhanced-resolve": "5.4.0",
|
||||
"enhanced-resolve": "5.4.1",
|
||||
"express": "4.17.1",
|
||||
"fast-json-stable-stringify": "2.1.0",
|
||||
"file-loader": "6.2.0",
|
||||
|
@ -22,7 +22,7 @@
|
||||
"homepage": "https://github.com/angular/angular-cli/tree/master/packages/@ngtools/webpack",
|
||||
"dependencies": {
|
||||
"@angular-devkit/core": "0.0.0",
|
||||
"enhanced-resolve": "5.4.0",
|
||||
"enhanced-resolve": "5.4.1",
|
||||
"webpack-sources": "2.2.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
12
yarn.lock
12
yarn.lock
@ -4813,13 +4813,13 @@ engine.io@~3.4.0:
|
||||
engine.io-parser "~2.2.0"
|
||||
ws "^7.1.2"
|
||||
|
||||
enhanced-resolve@5.4.0:
|
||||
version "5.4.0"
|
||||
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.4.0.tgz#a8bcf23b00affac9455cf71efd80844f4054f4dc"
|
||||
integrity sha512-ZmqfWURB2lConOBM1JdCVfPyMRv5RdKWktLXO6123p97ovVm2CLBgw9t5MBj3jJWA6eHyOeIws9iJQoGFR4euQ==
|
||||
enhanced-resolve@5.4.1:
|
||||
version "5.4.1"
|
||||
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.4.1.tgz#c89b0c34f17f931902ef2913a125d4b825b49b6f"
|
||||
integrity sha512-4GbyIMzYktTFoRSmkbgZ1LU+RXwf4AQ8Z+rSuuh1dC8plp0PPeaWvx6+G4hh4KnUJ48VoxKbNyA1QQQIUpXjYA==
|
||||
dependencies:
|
||||
graceful-fs "^4.2.4"
|
||||
tapable "^2.0.0"
|
||||
tapable "^2.2.0"
|
||||
|
||||
enhanced-resolve@^4.3.0:
|
||||
version "4.3.0"
|
||||
@ -11651,7 +11651,7 @@ tapable@^1.0.0, tapable@^1.1.3:
|
||||
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2"
|
||||
integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==
|
||||
|
||||
tapable@^2.0.0:
|
||||
tapable@^2.2.0:
|
||||
version "2.2.0"
|
||||
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.0.tgz#5c373d281d9c672848213d0e037d1c4165ab426b"
|
||||
integrity sha512-FBk4IesMV1rBxX2tfiK8RAmogtWn53puLOQlvO8XuwlgxcYbP4mVPS9Ph4aeamSyyVjOl24aYWAuc8U5kCVwMw==
|
||||
|
Loading…
x
Reference in New Issue
Block a user