Forráskód Böngészése

dependencies update

sanex3339 8 éve
szülő
commit
c247a706a7
2 módosított fájl, 28 hozzáadás és 19 törlés
  1. 9 0
      dist/index.js
  2. 19 19
      package.json

+ 9 - 0
dist/index.js

@@ -72,6 +72,15 @@ module.exports =
 /******/ 		});
 /******/ 	};
 /******/
+/******/ 	// getDefaultExport function for compatibility with non-harmony modules
+/******/ 	__webpack_require__.n = function(module) {
+/******/ 		var getter = module && module.__esModule ?
+/******/ 			function getDefault() { return module['default']; } :
+/******/ 			function getModuleExports() { return module; };
+/******/ 		__webpack_require__.d(getter, 'a', getter);
+/******/ 		return getter;
+/******/ 	};
+/******/
 /******/ 	// Object.prototype.hasOwnProperty.call
 /******/ 	__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
 /******/

+ 19 - 19
package.json

@@ -21,7 +21,7 @@
   },
   "dependencies": {
     "babel-polyfill": "^6.9.1",
-    "chance": "^1.0.3",
+    "chance": "^1.0.4",
     "class-validator": "^0.5.0-alpha.3",
     "commander": "^2.9.0",
     "escodegen": "^1.8.0",
@@ -29,35 +29,35 @@
     "estraverse": "^4.2.0",
     "format-unicorn": "^1.1.0",
     "mkdirp": "^0.5.1",
-    "source-map-support": "^0.4.1"
+    "source-map-support": "^0.4.2"
   },
   "devDependencies": {
-    "@types/chai": "^3.4.27-alpha",
-    "@types/chance": "^0.7.27-alpha",
-    "@types/commander": "^2.3.28",
-    "@types/esprima": "^2.1.27-alpha",
+    "@types/chai": "^3.4.29",
+    "@types/chance": "^0.7.28",
+    "@types/commander": "^2.3.29",
+    "@types/esprima": "^2.1.28",
     "@types/format-unicorn": "0.0.28",
-    "@types/joi": "^6.5.27-alpha",
-    "@types/mkdirp": "^0.3.27-alpha",
-    "@types/mocha": "^2.2.26-alpha",
-    "@types/node": "^4.0.28-alpha",
-    "@types/sinon": "^1.16.25-alpha",
-    "babel-cli": "^6.10.1",
+    "@types/joi": "^6.5.28",
+    "@types/mkdirp": "^0.3.28",
+    "@types/mocha": "^2.2.28",
+    "@types/node": "^4.0.30",
+    "@types/sinon": "^1.16.26",
+    "babel-cli": "^6.11.4",
     "babel-loader": "^6.2.4",
     "babel-preset-es2015": "^6.9.0",
     "chai": "^3.5.0",
     "chai-members-deep": "^1.1.0",
-    "coveralls": "^2.11.9",
+    "coveralls": "^2.11.11",
     "istanbul": "1.1.0-alpha.1",
-    "mocha": "^2.5.3",
-    "sinon": "^1.17.4",
+    "mocha": "^3.0.0-1",
+    "sinon": "^2.0.0-pre.2",
     "ts-loader": "^0.8.2",
-    "ts-node": "^0.9.3",
+    "ts-node": "^1.2.1",
     "tslint": "^3.13.0",
     "typescript": "^2.0.0",
-    "typings": "^1.3.1",
-    "webpack": "^2.1.0-beta.15",
-    "webpack-node-externals": "^1.2.0"
+    "typings": "^1.3.2",
+    "webpack": "^2.1.0-beta.20",
+    "webpack-node-externals": "^1.3.0"
   },
   "repository": {
     "type": "git",