You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ra...@apache.org on 2018/03/12 04:46:55 UTC

[incubator-annotator] 01/03: Upgrade @babel/runtime dependencies

This is an automated email from the ASF dual-hosted git repository.

randall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git

commit 3d38afae4c80d0c680bb18dfc25a64b420134d88
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Sun Mar 11 21:31:06 2018 -0700

    Upgrade @babel/runtime dependencies
---
 packages/any/package.json                 | 2 +-
 packages/dom/package.json                 | 2 +-
 packages/fragment-identifier/package.json | 2 +-
 packages/range/package.json               | 2 +-
 packages/refinedBy/package.json           | 2 +-
 packages/selector/package.json            | 2 +-
 packages/tee/package.json                 | 2 +-
 packages/text/package.json                | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/packages/any/package.json b/packages/any/package.json
index 3320ed1..c481bc5 100644
--- a/packages/any/package.json
+++ b/packages/any/package.json
@@ -11,7 +11,7 @@
     "url": "https://gitbox.apache.org/repos/asf/incubator-annotator.git"
   },
   "peerDependencies": {
-    "@babel/runtime": "^7.0.0-beta.32"
+    "@babel/runtime": "^7.0.0-beta.40"
   },
   "publishConfig": {
     "access": "public"
diff --git a/packages/dom/package.json b/packages/dom/package.json
index ab40482..ea510f4 100644
--- a/packages/dom/package.json
+++ b/packages/dom/package.json
@@ -15,7 +15,7 @@
     "range-normalize": "^1.1.1"
   },
   "peerDependencies": {
-    "@babel/runtime": "^7.0.0-beta.32"
+    "@babel/runtime": "^7.0.0-beta.40"
   },
   "publishConfig": {
     "access": "public"
diff --git a/packages/fragment-identifier/package.json b/packages/fragment-identifier/package.json
index 76a4eaa..bfe7480 100644
--- a/packages/fragment-identifier/package.json
+++ b/packages/fragment-identifier/package.json
@@ -17,7 +17,7 @@
     "pegjs": "^0.11.0-dev.225"
   },
   "peerDependencies": {
-    "@babel/runtime": "^7.0.0-beta.32"
+    "@babel/runtime": "^7.0.0-beta.40"
   },
   "publishConfig": {
     "access": "public"
diff --git a/packages/range/package.json b/packages/range/package.json
index 7cc5047..cfee65a 100644
--- a/packages/range/package.json
+++ b/packages/range/package.json
@@ -14,7 +14,7 @@
     "cartesian": "^1.0.1"
   },
   "peerDependencies": {
-    "@babel/runtime": "^7.0.0-beta.32"
+    "@babel/runtime": "^7.0.0-beta.40"
   },
   "publishConfig": {
     "access": "public"
diff --git a/packages/refinedBy/package.json b/packages/refinedBy/package.json
index 7a229f9..08ee262 100644
--- a/packages/refinedBy/package.json
+++ b/packages/refinedBy/package.json
@@ -11,7 +11,7 @@
     "url": "https://gitbox.apache.org/repos/asf/incubator-annotator.git"
   },
   "peerDependencies": {
-    "@babel/runtime": "^7.0.0-beta.32"
+    "@babel/runtime": "^7.0.0-beta.40"
   },
   "publishConfig": {
     "access": "public"
diff --git a/packages/selector/package.json b/packages/selector/package.json
index 033d0c8..f8b27eb 100644
--- a/packages/selector/package.json
+++ b/packages/selector/package.json
@@ -15,7 +15,7 @@
     "reselect": "^3.0.1"
   },
   "peerDependencies": {
-    "@babel/runtime": "^7.0.0-beta.32"
+    "@babel/runtime": "^7.0.0-beta.40"
   },
   "publishConfig": {
     "access": "public"
diff --git a/packages/tee/package.json b/packages/tee/package.json
index 5f4376e..6a86995 100644
--- a/packages/tee/package.json
+++ b/packages/tee/package.json
@@ -11,7 +11,7 @@
     "url": "https://gitbox.apache.org/repos/asf/incubator-annotator.git"
   },
   "peerDependencies": {
-    "@babel/runtime": "^7.0.0-beta.32"
+    "@babel/runtime": "^7.0.0-beta.40"
   },
   "publishConfig": {
     "access": "public"
diff --git a/packages/text/package.json b/packages/text/package.json
index cd3f017..8f3b5a5 100644
--- a/packages/text/package.json
+++ b/packages/text/package.json
@@ -14,7 +14,7 @@
     "@annotator/selector": "0.0.0"
   },
   "peerDependencies": {
-    "@babel/runtime": "^7.0.0-beta.32"
+    "@babel/runtime": "^7.0.0-beta.40"
   },
   "publishConfig": {
     "access": "public"

-- 
To stop receiving notification emails like this one, please contact
randall@apache.org.