Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Update devtools-source-map to the latest version 🚀 #4222

Merged
merged 3 commits into from
Oct 2, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test:
dependencies:
pre:
- ./bin/ci/install-yarn
- yarn global add greenkeeper-lockfile@1
- yarn global add greenkeeper-lockfile@github:jasonLaster/greenkeeper-lockfile#146f2fcc27577
cache_directories:
- ~/.cache/yarn
- ~/.yarn
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"devtools-reps": "^0.12.3",
"devtools-map-bindings": "^0.2.0",
"devtools-source-editor": "0.0.6",
"devtools-source-map": "^0.13.0",
"devtools-source-map": "^0.14.2",
"devtools-splitter": "^0.0.3",
"devtools-utils": "^0.0.9",
"fuzzaldrin-plus": "^0.4.1",
Expand Down
29 changes: 10 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2956,20 +2956,7 @@ devtools-linters@^0.0.3:
retext-syntax-urls "^1.0.0"
unified "^6.1.0"

[email protected]:
version "0.1.0"
resolved "https://registry.yarnpkg.com/devtools-map-bindings/-/devtools-map-bindings-0.1.0.tgz#b8296f6fe5f2a50fb8e347339e453579f48d1ee7"
dependencies:
babel-plugin-transform-async-to-generator "^6.22.0"
babel-plugin-transform-flow-strip-types "^6.22.0"
babel-traverse "^6.26.0"
babel-types "^6.26.0"
babylon "^6.18.0"
devtools-utils "0.0.8"
jest "^19.0.2"
source-map "^0.5.6"

devtools-map-bindings@^0.2.0:
[email protected], devtools-map-bindings@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/devtools-map-bindings/-/devtools-map-bindings-0.2.0.tgz#0fe50f198d73b16a457430e41d5c673ee4047782"
dependencies:
Expand Down Expand Up @@ -3005,18 +2992,18 @@ [email protected]:
dependencies:
codemirror "^5.25.0"

devtools-source-map@^0.13.0:
version "0.13.0"
resolved "https://registry.yarnpkg.com/devtools-source-map/-/devtools-source-map-0.13.0.tgz#859fdd4d6699b3872d21d63a0757fdcfd6eb7965"
devtools-source-map@^0.14.2:
version "0.14.2"
resolved "https://registry.yarnpkg.com/devtools-source-map/-/devtools-source-map-0.14.2.tgz#7efb38f071ae4fb36e1c44bdff75700690a3b599"
dependencies:
babel-plugin-transform-async-to-generator "^6.22.0"
babel-plugin-transform-flow-strip-types "^6.22.0"
devtools-map-bindings "0.1.0"
devtools-map-bindings "0.2.0"
devtools-utils "0.0.8"
jest "^19.0.2"
md5 "^2.2.1"
regenerator-runtime "^0.10.3"
source-map "^0.5.6"
source-map "^0.6.1"

devtools-splitter@^0.0.3:
version "0.0.3"
Expand Down Expand Up @@ -9339,6 +9326,10 @@ source-map@^0.5.3, source-map@^0.5.6, source-map@^0.5.7, source-map@~0.5.0, sour
version "0.5.7"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"

source-map@^0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"

space-separated-tokens@^1.0.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/space-separated-tokens/-/space-separated-tokens-1.1.1.tgz#9695b9df9e65aec1811d4c3f9ce52520bc2f7e4d"
Expand Down