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

isapego pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-nodejs-thin-client.git

commit 629b7b320f60ef0a24a3e19451ba9cbddbd24830
Author: Igor Sapego <[email protected]>
AuthorDate: Tue Oct 20 07:45:46 2020 -0700

    IGNITE-13598: Fix Node.js tests. Set dev deps to fixed versions
    
    This closes #8375
---
 package.json | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index cca390e..dc6898c 100644
--- a/package.json
+++ b/package.json
@@ -32,8 +32,9 @@
     "test:auth_example": "node ./spec/ExamplesExecutor.js AuthExample"
   },
   "devDependencies": {
-    "jasmine": "latest",
-    "jasmine-expect": "latest",
-    "jasmine-reporters": "latest"
+    "jasmine": "3.6.1",
+    "jasmine-expect": "4.0.0",
+    "jasmine-reporters": "2.1.1"
   }
 }
+

Reply via email to