mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: update source-map package to latest version (#46888)
The source-map package is updated as part #46707, but the minor version bump introduced breaking changes. This commit extracts the update so that we can handle it separately accounting for the breaking changes. Also removing the caret since this package apparently makes breaking changes in minor segment bumps. PR Close #46888
This commit is contained in:
parent
14081dc48d
commit
c643ec4129
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@
|
|||
"selenium-webdriver": "3.5.0",
|
||||
"semver-dsl": "^1.0.1",
|
||||
"shelljs": "^0.8.5",
|
||||
"source-map": "^0.6.1",
|
||||
"source-map": "0.7.4",
|
||||
"source-map-support": "0.5.21",
|
||||
"sourcemap-codec": "^1.4.8",
|
||||
"start-server-and-test": "^1.10.11",
|
||||
|
|
|
|||
Loading…
Reference in a new issue