Browse Source

Lock versions instead of wildcards (#4807)

Currently wildcards are used, this makes it hard to troubleshoot or ensure tests are reproducible
Paulo Lopes 6 years ago
parent
commit
ada39eba0b
1 changed files with 6 additions and 6 deletions
  1. 6 6
      frameworks/JavaScript/es4x/package.json

+ 6 - 6
frameworks/JavaScript/es4x/package.json

@@ -4,14 +4,14 @@
   "private": true,
   "private": true,
   "main": "index.js",
   "main": "index.js",
   "devDependencies": {
   "devDependencies": {
-    "@vertx/unit": "^3.6.3",
-    "es4x-pm": "^0.7.2"
+    "@vertx/unit": "3.7.0",
+    "es4x-pm": "0.7.3"
   },
   },
   "dependencies": {
   "dependencies": {
-    "@vertx/core": "^3.6.3",
-    "@vertx/web": "^3.6.3",
-    "@vertx/web-templ-handlebars": "^3.6.3",
-    "@reactiverse/reactive-pg-client": "^0.11.2"
+    "@vertx/core": "3.7.0",
+    "@vertx/web": "3.7.0",
+    "@vertx/web-templ-handlebars": "3.7.0",
+    "@reactiverse/reactive-pg-client": "0.11.2"
   },
   },
   "mvnDependencies": [
   "mvnDependencies": [
     "io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.30.Final"
     "io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.30.Final"