Comparing version 2.2.18 to 2.2.19
@@ -7,10 +7,17 @@ { | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "cz-conventional-changelog" | ||
} | ||
}, | ||
"dependencies": { | ||
"babel-runtime": "^6.26.0", | ||
"decimal.js": "^9.0.1", | ||
"tslib": "^1.8.1" | ||
"decimal.js": "^10.0.0", | ||
"tslib": "^1.9.0" | ||
}, | ||
"description": "A little test utility to travel into the future.", | ||
"devDependencies": { | ||
"@types/sinon": "^4.1.3", | ||
"@commitlint/cli": "^6.1.3", | ||
"@commitlint/config-angular": "^6.1.3", | ||
"@types/sinon": "^4.3.0", | ||
"babel-core": "^6.26.0", | ||
@@ -23,6 +30,8 @@ "babel-plugin-external-helpers": "^6.22.0", | ||
"chai": "^4.1.2", | ||
"eslint": "^4.15.0", | ||
"eslint-config-holy-grail": "^24.0.1", | ||
"greenkeeper-lockfile": "^1.12.0", | ||
"grunt": "^1.0.1", | ||
"commitizen": "^2.9.6", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"eslint": "^4.18.2", | ||
"eslint-config-holy-grail": "^25.1.0", | ||
"greenkeeper-lockfile": "^1.14.0", | ||
"grunt": "^1.0.2", | ||
"grunt-babel": "^7.0.0", | ||
@@ -45,15 +54,15 @@ "grunt-cli": "^1.0.0", | ||
"karma-sinon-chai": "^1.3.3", | ||
"karma-webpack": "^2.0.9", | ||
"karma-webpack": "^2.0.13", | ||
"load-grunt-config": "^0.19.1", | ||
"mocha": "^4.1.0", | ||
"rollup": "^0.53.4", | ||
"mocha": "^5.0.4", | ||
"rollup": "^0.56.5", | ||
"rollup-plugin-babel": "^3.0.3", | ||
"sinon": "^4.1.4", | ||
"sinon-chai": "^2.14.0", | ||
"ts-loader": "^3.2.0", | ||
"tsconfig-holy-grail": "^3.0.17", | ||
"sinon": "^4.4.2", | ||
"sinon-chai": "^3.0.0", | ||
"ts-loader": "^4.0.1", | ||
"tsconfig-holy-grail": "^4.0.1", | ||
"tslint": "^5.9.1", | ||
"tslint-config-holy-grail": "^21.0.0", | ||
"typescript": "^2.6.2", | ||
"webpack": "^3.10.0" | ||
"tslint-config-holy-grail": "^22.0.9", | ||
"typescript": "^2.7.2", | ||
"webpack": "^4.1.1" | ||
}, | ||
@@ -64,4 +73,4 @@ "engines": { | ||
"files": [ | ||
"build/es2015/", | ||
"build/es5/", | ||
"build/es2015/", | ||
"build/esm/", | ||
@@ -86,2 +95,3 @@ "build/node/", | ||
"scripts": { | ||
"commitmsg": "commitlint --edit --extends @commitlint/config-angular", | ||
"precommit": "grunt lint", | ||
@@ -92,3 +102,3 @@ "prepublishOnly": "grunt build", | ||
"types": "build/es2015/module.d.ts", | ||
"version": "2.2.18" | ||
"version": "2.2.19" | ||
} |
54480
46
+ Addeddecimal.js@10.5.0(transitive)
- Removeddecimal.js@9.0.1(transitive)
Updateddecimal.js@^10.0.0
Updatedtslib@^1.9.0