This repository was archived by the owner on Sep 21, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +18
-10
lines changed
Expand file tree Collapse file tree 7 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 5555 "devtools-mc-assets" : " ^0.0.2" ,
5656 "devtools-modules" : " ^0.0.33" ,
5757 "devtools-sprintf-js" : " ^1.0.3" ,
58- "devtools-utils" : " ^0.0.9 " ,
58+ "devtools-utils" : " ^0.0.10 " ,
5959 "express" : " ^4.13.4" ,
6060 "express-static" : " ^1.2.5" ,
6161 "extract-text-webpack-plugin" : " ^3.0.0" ,
Original file line number Diff line number Diff line change @@ -2099,9 +2099,9 @@ devtools-sprintf-js@^1.0.3:
20992099 version "1.0.3"
21002100 resolved "https://registry.yarnpkg.com/devtools-sprintf-js/-/devtools-sprintf-js-1.0.3.tgz#c2aa3c39d4047525e60410325c86770620281b87"
21012101
2102- devtools-utils@^0.0.9 :
2103- version "0.0.9 "
2104- resolved "https://registry.yarnpkg.com/devtools-utils/-/devtools-utils-0.0.9 .tgz#7abd48b80ab800152182e6401b20c10dc2e83d2d "
2102+ devtools-utils@^0.0.10 :
2103+ version "0.0.10 "
2104+ resolved "https://registry.yarnpkg.com/devtools-utils/-/devtools-utils-0.0.10 .tgz#3bfbf6e0b76cccae51754d8f40253e6d56568374 "
21052105 dependencies :
21062106 babel-plugin-transform-flow-strip-types "^6.22.0"
21072107 babel-preset-stage-3 "^6.22.0"
Original file line number Diff line number Diff line change 1919 "babel-traverse" : " ^6.26.0" ,
2020 "babel-types" : " ^6.26.0" ,
2121 "babylon" : " ^6.18.0" ,
22- "devtools-utils" : " 0.0.9 " ,
22+ "devtools-utils" : " 0.0.10 " ,
2323 "jest" : " ^19.0.2" ,
2424 "source-map" : " ^0.5.6"
2525 },
Original file line number Diff line number Diff line change @@ -593,9 +593,9 @@ detect-indent@^4.0.0:
593593 dependencies :
594594 repeating "^2.0.0"
595595
596- 597- version "0.0.9 "
598- resolved "https://registry.yarnpkg.com/devtools-utils/-/devtools-utils-0.0.9 .tgz#7abd48b80ab800152182e6401b20c10dc2e83d2d "
596+ 597+ version "0.0.10 "
598+ resolved "https://registry.yarnpkg.com/devtools-utils/-/devtools-utils-0.0.10 .tgz#3bfbf6e0b76cccae51754d8f40253e6d56568374 "
599599 dependencies :
600600 babel-plugin-transform-flow-strip-types "^6.22.0"
601601 babel-preset-stage-3 "^6.22.0"
Original file line number Diff line number Diff line change 1818 "babel-plugin-transform-async-to-generator" : " ^6.22.0" ,
1919 "babel-plugin-transform-flow-strip-types" : " ^6.22.0" ,
2020 "devtools-map-bindings" : " ^0.3.2" ,
21- "devtools-utils" : " 0.0.9 " ,
21+ "devtools-utils" : " 0.0.10 " ,
2222 "jest" : " ^19.0.2" ,
2323 "md5" : " ^2.2.1" ,
2424 "regenerator-runtime" : " ^0.10.3" ,
Original file line number Diff line number Diff line change @@ -1593,6 +1593,14 @@ devtools-sprintf-js@^1.0.3:
15931593 version "1.0.3"
15941594 resolved "https://registry.yarnpkg.com/devtools-sprintf-js/-/devtools-sprintf-js-1.0.3.tgz#c2aa3c39d4047525e60410325c86770620281b87"
15951595
1596+ 1597+ version "0.0.10"
1598+ resolved "https://registry.yarnpkg.com/devtools-utils/-/devtools-utils-0.0.10.tgz#3bfbf6e0b76cccae51754d8f40253e6d56568374"
1599+ dependencies :
1600+ babel-plugin-transform-flow-strip-types "^6.22.0"
1601+ babel-preset-stage-3 "^6.22.0"
1602+ jest "^19.0.2"
1603+
1596160415971605 version "0.0.9"
15981606 resolved "https://registry.yarnpkg.com/devtools-utils/-/devtools-utils-0.0.9.tgz#7abd48b80ab800152182e6401b20c10dc2e83d2d"
Original file line number Diff line number Diff line change 11{
22 "name" : " devtools-utils" ,
3- "version" : " 0.0.9 " ,
3+ "version" : " 0.0.10 " ,
44 "description" : " DevTools Utils" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments