Skip to content

Commit

Permalink
Revert #12014 (#12027)
Browse files Browse the repository at this point in the history
* Revert "chore: bump source-map to 0.6.1 (#12014)"

This reverts commit d5bcc08.

* test: add regression tests for #12025
  • Loading branch information
JLHwung committed Sep 1, 2020
1 parent cb3a951 commit a91fdeb
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/babel-cli/package.json
Expand Up @@ -30,7 +30,7 @@
"lodash": "^4.17.19",
"make-dir": "^2.1.0",
"slash": "^2.0.0",
"source-map": "^0.6.1"
"source-map": "^0.5.0"
},
"optionalDependencies": {
"chokidar": "^2.1.8"
Expand Down
@@ -1 +1,3 @@
(() => 42)

// some comments

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/babel-core/package.json
Expand Up @@ -58,7 +58,7 @@
"lodash": "^4.17.19",
"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": "workspace:^7.11.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-generator/package.json
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@babel/types": "workspace:^7.11.5",
"jsesc": "^2.5.1",
"source-map": "^0.6.1"
"source-map": "^0.5.0"
},
"devDependencies": {
"@babel/helper-fixtures": "workspace:^7.10.5",
Expand Down
Expand Up @@ -25,6 +25,6 @@
"lodash": "^4.17.19",
"quick-lru": "5.1.0",
"resolve": "^1.3.2",
"source-map": "^0.6.1"
"source-map": "^0.5.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -45,7 +45,7 @@ __metadata:
make-dir: ^2.1.0
rimraf: ^3.0.0
slash: ^2.0.0
source-map: ^0.6.1
source-map: ^0.5.0
peerDependencies:
"@babel/core": ^7.0.0-0
dependenciesMeta:
Expand Down Expand Up @@ -145,7 +145,7 @@ __metadata:
lodash: ^4.17.19
resolve: ^1.3.2
semver: ^5.4.1
source-map: ^0.6.1
source-map: ^0.5.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -261,7 +261,7 @@ __metadata:
"@babel/parser": "workspace:^7.11.5"
"@babel/types": "workspace:^7.11.5"
jsesc: ^2.5.1
source-map: ^0.6.1
source-map: ^0.5.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -777,7 +777,7 @@ __metadata:
lodash: ^4.17.19
quick-lru: 5.1.0
resolve: ^1.3.2
source-map: ^0.6.1
source-map: ^0.5.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit a91fdeb

Please sign in to comment.