Skip to content

Commit c643ec4

Browse files
devversionAndrewKushnir
authored andcommitted
build: update source-map package to latest version (angular#46888)
The source-map package is updated as part angular#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 angular#46888
1 parent 14081dc commit c643ec4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"selenium-webdriver": "3.5.0",
161161
"semver-dsl": "^1.0.1",
162162
"shelljs": "^0.8.5",
163-
"source-map": "^0.6.1",
163+
"source-map": "0.7.4",
164164
"source-map-support": "0.5.21",
165165
"sourcemap-codec": "^1.4.8",
166166
"start-server-and-test": "^1.10.11",

0 commit comments

Comments
 (0)