Comparing version 3.0.10 to 3.0.11
@@ -13,3 +13,3 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.0.0", | ||
"@babel/runtime": "^7.1.2", | ||
"decimal.js": "^10.0.1", | ||
@@ -20,21 +20,20 @@ "tslib": "^1.9.3" | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0", | ||
"@babel/core": "^7.1.2", | ||
"@babel/plugin-external-helpers": "^7.0.0", | ||
"@babel/plugin-transform-runtime": "^7.0.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"@babel/plugin-transform-runtime": "^7.1.0", | ||
"@babel/preset-env": "^7.1.0", | ||
"@babel/register": "^7.0.0", | ||
"@commitlint/cli": "^7.1.1", | ||
"@commitlint/config-angular": "^7.1.1", | ||
"@commitlint/cli": "^7.1.2", | ||
"@commitlint/config-angular": "^7.1.2", | ||
"@types/sinon": "^5.0.2", | ||
"chai": "^4.1.2", | ||
"chai": "^4.2.0", | ||
"commitizen": "^2.10.1", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"eslint": "^5.4.0", | ||
"eslint-config-holy-grail": "^31.0.0", | ||
"greenkeeper-lockfile": "^1.15.1", | ||
"eslint": "^5.6.1", | ||
"eslint-config-holy-grail": "^31.0.1", | ||
"grunt": "^1.0.3", | ||
"grunt-babel": "^8.0.0-beta.0", | ||
"grunt-babel": "^8.0.0", | ||
"grunt-cli": "^1.3.1", | ||
"grunt-contrib-clean": "^1.1.0", | ||
"grunt-karma": "^2.0.0", | ||
"grunt-contrib-clean": "^2.0.0", | ||
"grunt-karma": "^3.0.0", | ||
"grunt-mocha-test": "^0.13.3", | ||
@@ -44,3 +43,3 @@ "grunt-sh": "^0.2.0", | ||
"gruntify-eslint": "^5.0.0", | ||
"husky": "^0.14.3", | ||
"husky": "^1.0.1", | ||
"karma": "^3.0.0", | ||
@@ -54,15 +53,15 @@ "karma-chrome-launcher": "^2.2.0", | ||
"karma-sinon-chai": "^2.0.2", | ||
"karma-webpack": "^3.0.0", | ||
"karma-webpack": "^3.0.5", | ||
"load-grunt-config": "^0.19.1", | ||
"mocha": "^5.2.0", | ||
"rollup": "^0.65.0", | ||
"rollup-plugin-babel": "^4.0.2", | ||
"sinon": "^6.1.5", | ||
"rollup": "^0.66.2", | ||
"rollup-plugin-babel": "^4.0.3", | ||
"sinon": "^6.3.4", | ||
"sinon-chai": "^3.2.0", | ||
"ts-loader": "^4.5.0", | ||
"tsconfig-holy-grail": "^6.0.3", | ||
"ts-loader": "^5.2.1", | ||
"tsconfig-holy-grail": "^6.0.11", | ||
"tslint": "^5.11.0", | ||
"tslint-config-holy-grail": "^34.0.1", | ||
"typescript": "^3.0.3", | ||
"webpack": "^4.17.1" | ||
"tslint-config-holy-grail": "^35.1.3", | ||
"typescript": "^3.1.1", | ||
"webpack": "^4.20.2" | ||
}, | ||
@@ -80,2 +79,8 @@ "engines": { | ||
"homepage": "https://github.com/chrisguttandin/vehicles", | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint --edit --extends @commitlint/config-angular", | ||
"pre-commit": "grunt lint" | ||
} | ||
}, | ||
"keywords": [ | ||
@@ -95,4 +100,2 @@ "scheduler", | ||
"scripts": { | ||
"commitmsg": "commitlint --edit --extends @commitlint/config-angular", | ||
"precommit": "grunt lint", | ||
"prepublishOnly": "grunt build", | ||
@@ -102,3 +105,3 @@ "test": "grunt lint && grunt test" | ||
"types": "build/es2015/module.d.ts", | ||
"version": "3.0.10" | ||
"version": "3.0.11" | ||
} |
44
55645
Updated@babel/runtime@^7.1.2