From 75a1961c3eb6528cdd8a2445adadda7b7485e20b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 23 Mar 2020 21:18:10 +0000 Subject: [PATCH] Pin dependencies --- package.json | 82 ++++++++++++++++++++++++++-------------------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/package.json b/package.json index 0ba35f4..39c1de5 100644 --- a/package.json +++ b/package.json @@ -55,47 +55,47 @@ } ], "devDependencies": { - "benchmark": "^2.1.4", - "chai-as-promised": "^7.1.1", - "coveralls": "^3.0.7", - "microtime": "^3.0.0", - "mocha": "^6.1.3", - "mocha-sinon": "^2.1.0", - "moment": "^2.24.0", - "nyc": "^14.0.0", - "prettier": "^1.18.2", - "sinon-chai": "^3.2.0", - "ts-node": "^8.4.1", - "tslint-config-prettier": "^1.18.0", - "typescript": "^3.6.4", - "@rollup/plugin-alias": "^3.0.1", - "@rollup/plugin-commonjs": "^11.0.2", - "@rollup/plugin-node-resolve": "^7.1.1", - "@rollup/plugin-replace": "^2.3.1", - "@rollup/plugin-typescript": "^3.0.0", - "@types/chai": "^4.2.9", - "@types/enzyme": "^3.10.5", - "@types/enzyme-adapter-react-16": "^1.0.6", - "@types/jest": "^25.1.3", - "@types/react": "^16.9.23", - "@types/react-dom": "^16.9.5", - "@types/sinon": "^7.5.2", - "chai": "^4.2.0", - "enzyme": "^3.11.0", - "enzyme-adapter-react-16": "^1.15.2", - "install": "^0.13.0", - "jest": "^25.1.0", - "npm": "^6.14.0", - "react": "^16.12.0", - "react-dom": "^16.12.0", - "rollup": "^1.31.1", - "rollup-plugin-node-builtins": "^2.1.2", - "rollup-plugin-node-globals": "^1.2.1", - "rollup-plugin-terser-js": "^1.0.2", - "sinon": "^9.0.0", - "ts-jest": "^25.2.1", - "tslib": "^1.11.0", - "typedoc": "^0.16.10" + "benchmark": "2.1.4", + "chai-as-promised": "7.1.1", + "coveralls": "3.0.9", + "microtime": "3.0.0", + "mocha": "6.2.2", + "mocha-sinon": "2.1.0", + "moment": "2.24.0", + "nyc": "14.1.1", + "prettier": "1.19.1", + "sinon-chai": "3.3.0", + "ts-node": "8.5.4", + "tslint-config-prettier": "1.18.0", + "typescript": "3.7.3", + "@rollup/plugin-alias": "3.0.1", + "@rollup/plugin-commonjs": "11.0.2", + "@rollup/plugin-node-resolve": "7.1.1", + "@rollup/plugin-replace": "2.3.1", + "@rollup/plugin-typescript": "3.1.1", + "@types/chai": "4.2.11", + "@types/enzyme": "3.10.5", + "@types/enzyme-adapter-react-16": "1.0.6", + "@types/jest": "25.1.4", + "@types/react": "16.9.25", + "@types/react-dom": "16.9.5", + "@types/sinon": "7.5.2", + "chai": "4.2.0", + "enzyme": "3.11.0", + "enzyme-adapter-react-16": "1.15.2", + "install": "0.13.0", + "jest": "25.1.0", + "npm": "6.14.3", + "react": "16.13.1", + "react-dom": "16.13.1", + "rollup": "1.32.1", + "rollup-plugin-node-builtins": "2.1.2", + "rollup-plugin-node-globals": "1.4.0", + "rollup-plugin-terser-js": "1.0.2", + "sinon": "9.0.1", + "ts-jest": "25.2.1", + "tslib": "1.11.1", + "typedoc": "0.16.11" }, "jest": { "preset": "ts-jest",