You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/12/18 18:00:04 UTC

[couchdb-escodegen] reference refs/pull/312/head created (now e836264)

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

davisp pushed a change to reference refs/pull/312/head
in repository https://gitbox.apache.org/repos/asf/couchdb-escodegen.git.


      at e836264  Update package.json

This reference includes the following new commits:

     new e836264  Update package.json

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb-escodegen] 01/01: Update package.json

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to reference refs/pull/312/head
in repository https://gitbox.apache.org/repos/asf/couchdb-escodegen.git

commit e836264a7b5f724ae6a2f2a487230426de6cc0ca
Author: Roi <ro...@gmail.com>
AuthorDate: Sun Oct 9 15:00:45 2016 +0300

    Update package.json
    
    Update the dependencies to the latest version
---
 package.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 029d604..3ba47c8 100644
--- a/package.json
+++ b/package.json
@@ -31,10 +31,10 @@
         "url": "http://github.com/estools/escodegen.git"
     },
     "dependencies": {
-        "estraverse": "^1.9.1",
+        "estraverse": "^4.2.0",
         "esutils": "^2.0.2",
-        "esprima": "^2.7.1",
-        "optionator": "^0.8.1"
+        "esprima": "^3.0.0",
+        "optionator": "^0.8.2"
     },
     "optionalDependencies": {
         "source-map": "~0.2.0"