You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by jo...@apache.org on 2020/01/16 14:28:30 UTC

[tinkerpop] branch TINKERPOP-2329 updated: TINKERPOP-2329 Update all dev dependencies

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

jorgebg pushed a commit to branch TINKERPOP-2329
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/TINKERPOP-2329 by this push:
     new 640297e  TINKERPOP-2329 Update all dev dependencies
640297e is described below

commit 640297ed58279ca73f8456f539d92c676c62e2ed
Author: Jorge Bay Gondra <jo...@gmail.com>
AuthorDate: Thu Jan 16 15:28:15 2020 +0100

    TINKERPOP-2329 Update all dev dependencies
---
 gremlin-javascript/glv/PackageJson.template                    | 10 +++++-----
 .../src/main/javascript/gremlin-javascript/package.json        | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/gremlin-javascript/glv/PackageJson.template b/gremlin-javascript/glv/PackageJson.template
index a40d3f7..4089dc2 100644
--- a/gremlin-javascript/glv/PackageJson.template
+++ b/gremlin-javascript/glv/PackageJson.template
@@ -38,10 +38,10 @@
   "devDependencies": {
     "chai": "~4.1.2",
     "cucumber": "~4.2.1",
-    "grunt": "~1.0.2",
-    "grunt-cli": "~1.2.0",
-    "grunt-jsdoc": "~2.3.0",
-    "mocha": "~4.0.1"
+    "grunt": "~1.0.4",
+    "grunt-cli": "~1.3.2",
+    "grunt-jsdoc": "~2.3.1",
+    "mocha": "~5.2.0"
   },
   "repository": {
     "type": "git",
@@ -53,7 +53,7 @@
   },
   "scripts": {
     "test": "./node_modules/mocha/bin/mocha test/unit test/integration -t 5000",
-    "features": "cucumber.js --require test/cucumber ../../../../../gremlin-test/features/",
+    "features": "./node_modules/.bin/cucumber-js --require test/cucumber ../../../../../gremlin-test/features/",
     "unit-test": "./node_modules/mocha/bin/mocha test/unit"
   },
   "engines": {
diff --git a/gremlin-javascript/src/main/javascript/gremlin-javascript/package.json b/gremlin-javascript/src/main/javascript/gremlin-javascript/package.json
index ff36cbd..6485f9b 100644
--- a/gremlin-javascript/src/main/javascript/gremlin-javascript/package.json
+++ b/gremlin-javascript/src/main/javascript/gremlin-javascript/package.json
@@ -19,10 +19,10 @@
   "devDependencies": {
     "chai": "~4.1.2",
     "cucumber": "~4.2.1",
-    "grunt": "~1.0.2",
-    "grunt-cli": "~1.2.0",
-    "grunt-jsdoc": "~2.3.0",
-    "mocha": "~4.0.1"
+    "grunt": "~1.0.4",
+    "grunt-cli": "~1.3.2",
+    "grunt-jsdoc": "~2.3.1",
+    "mocha": "~5.2.0"
   },
   "repository": {
     "type": "git",
@@ -34,7 +34,7 @@
   },
   "scripts": {
     "test": "./node_modules/mocha/bin/mocha test/unit test/integration -t 5000",
-    "features": "cucumber.js --require test/cucumber ../../../../../gremlin-test/features/",
+    "features": "./node_modules/.bin/cucumber-js --require test/cucumber ../../../../../gremlin-test/features/",
     "unit-test": "./node_modules/mocha/bin/mocha test/unit"
   },
   "engines": {