File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
packages/adapter-flat-file-db Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 2626 },
2727 "author" :
" Max Stoiber <[email protected] > (http://mxstbr.com/)" ,
2828 "dependencies" : {
29+ "babel-runtime" : " ^6.23.0" ,
2930 "flat-file-db" : " ^1.0.0" ,
31+ "micro-analytics-adapter-utils" : " ^1.0.0" ,
3032 "then-flat-file-db" : " ^1.0.0" ,
3133 "zen-observable" : " ^0.4.0"
3234 },
3335 "peerDependencies" : {
3436 "micro-analytics-cli" : " ^1.2.0"
3537 },
3638 "devDependencies" : {
37- "babel-cli" : " ^6.24.1" ,
38- "babel-runtime" : " ^6.23.0" ,
39- "micro-analytics-adapter-utils" : " ^0.0.1"
39+ "babel-cli" : " ^6.24.1"
4040 }
4141}
Original file line number Diff line number Diff line change @@ -621,6 +621,10 @@ invariant@^2.2.0:
621621 dependencies :
622622 loose-envify "^1.0.0"
623623
624+ is-async-supported@^1.2.0 :
625+ version "1.2.0"
626+ resolved "https://registry.yarnpkg.com/is-async-supported/-/is-async-supported-1.2.0.tgz#20d58ac4d6707eb1cb3712dd38480c0536f27c07"
627+
624628is-binary-path@^1.0.0 :
625629 version "1.0.1"
626630 resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898"
@@ -764,11 +768,12 @@ loose-envify@^1.0.0:
764768 dependencies :
765769 js-tokens "^3.0.0"
766770
767- micro-analytics-adapter-utils@^0 .0.1 :
768- version "0 .0.1 "
769- resolved "https://registry.yarnpkg.com/micro-analytics-adapter-utils/-/micro-analytics-adapter-utils-0.0.1. tgz#e953f4795980da1fa758083004fd43cc975ceea6 "
771+ micro-analytics-adapter-utils@^1 .0.0 :
772+ version "1 .0.0 "
773+ resolved "https://registry.yarnpkg.com/micro-analytics-adapter-utils/-/micro-analytics-adapter-utils-1. 0.0.tgz#9f6599f8628075966a5abd3e389a784a277b503f "
770774 dependencies :
771775 escape-regex "^1.0.7"
776+ is-async-supported "^1.2.0"
772777
773778micromatch@^2.1.5 :
774779 version "2.3.11"
You can’t perform that action at this time.
0 commit comments