Skip to content

Commit

Permalink
Revert "chore: Upgrade source-map to 0.6.1 (#10446)" (#10536)
Browse files Browse the repository at this point in the history
This reverts commit cc08041.
  • Loading branch information
nicolo-ribaudo authored and existentialism committed Oct 10, 2019
1 parent 3ad4c70 commit 34d30e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/babel-cli/package.json
Expand Up @@ -27,7 +27,7 @@
"mkdirp": "^0.5.1",
"output-file-sync": "^2.0.0",
"slash": "^2.0.0",
"source-map": "^0.6.1"
"source-map": "^0.5.0"
},
"optionalDependencies": {
"chokidar": "^2.1.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-core/package.json
Expand Up @@ -46,7 +46,7 @@
"lodash": "^4.17.13",
"resolve": "^1.3.2",
"semver": "^5.4.1",
"source-map": "^0.6.1"
"source-map": "^0.5.0"
},
"devDependencies": {
"@babel/helper-transform-fixture-test-runner": "^7.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-generator/package.json
Expand Up @@ -17,7 +17,7 @@
"@babel/types": "^7.6.3",
"jsesc": "^2.5.1",
"lodash": "^4.17.13",
"source-map": "^0.6.1"
"source-map": "^0.5.0"
},
"devDependencies": {
"@babel/helper-fixtures": "^7.6.3",
Expand Down
Expand Up @@ -20,6 +20,6 @@
"jest-diff": "^24.8.0",
"lodash": "^4.17.13",
"resolve": "^1.3.2",
"source-map": "^0.6.1"
"source-map": "^0.5.0"
}
}

0 comments on commit 34d30e2

Please sign in to comment.