From 1a8dd6bac35cb77c6c2f8e54d18d635219739597 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Thu, 16 Feb 2017 23:53:39 +0100 Subject: [PATCH] Pinned dependencies --- .npmrc | 1 + package.json | 44 ++++++++++++++++++++++---------------------- 2 files changed, 23 insertions(+), 22 deletions(-) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..1dab4ed4 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +save-exact = true diff --git a/package.json b/package.json index 4dcc7892..143bc6f9 100644 --- a/package.json +++ b/package.json @@ -47,12 +47,12 @@ "babel-generator": "6.22.0", "babel-loader": "6.3.2", "babel-plugin-module-resolver": "2.5.0", - "babel-plugin-react-require": "^3.0.0", + "babel-plugin-react-require": "3.0.0", "babel-plugin-transform-class-properties": "6.22.0", "babel-plugin-transform-es2015-modules-commonjs": "6.22.0", "babel-plugin-transform-object-rest-spread": "6.22.0", - "babel-plugin-transform-react-jsx-source": "^6.22.0", - "babel-plugin-transform-react-remove-prop-types": "^0.3.2", + "babel-plugin-transform-react-jsx-source": "6.22.0", + "babel-plugin-transform-react-remove-prop-types": "0.3.2", "babel-plugin-transform-runtime": "6.22.0", "babel-preset-latest": "6.22.0", "babel-preset-react": "6.23.0", @@ -70,7 +70,7 @@ "loader-utils": "0.2.16", "minimist": "1.2.0", "mkdirp-then": "1.2.0", - "mv": "^2.1.1", + "mv": "2.1.1", "mz": "2.6.0", "path-match": "1.2.4", "pkg-up": "1.0.0", @@ -84,38 +84,38 @@ "webpack": "2.2.1", "webpack-dev-middleware": "1.10.0", "webpack-hot-middleware": "2.17.0", - "whatwg-fetch": "^2.0.2", + "whatwg-fetch": "2.0.2", "write-file-webpack-plugin": "3.4.2" }, "devDependencies": { "babel-eslint": "7.1.1", - "babel-jest": "^18.0.0", - "babel-plugin-istanbul": "^3.0.0", + "babel-jest": "18.0.0", + "babel-plugin-istanbul": "3.0.0", "babel-plugin-transform-remove-strict-mode": "0.0.2", "babel-preset-es2015": "6.22.0", "benchmark": "2.1.3", - "cheerio": "^0.22.0", - "chromedriver": "^2.26.1", + "cheerio": "0.22.0", + "chromedriver": "2.26.1", "coveralls": "2.11.16", - "cross-env": "^3.1.4", - "fly": "^2.0.4", - "fly-babel": "^2.1.1", - "fly-clear": "^1.0.1", - "fly-esnext": "^2.0.0", - "fly-watch": "^1.1.1", + "cross-env": "3.1.4", + "fly": "2.0.4", + "fly-babel": "2.1.1", + "fly-clear": "1.0.1", + "fly-esnext": "2.0.0", + "fly-watch": "1.1.1", "husky": "0.13.1", - "jest-cli": "^18.0.0", - "node-fetch": "^1.6.3", - "node-notifier": "^5.0.2", - "nyc": "^10.0.0", + "jest-cli": "18.0.0", + "node-fetch": "1.6.3", + "node-notifier": "5.0.2", + "nyc": "10.0.0", "react": "15.4.2", "react-dom": "15.4.2", "standard": "8.6.0", - "wd": "^1.1.3" + "wd": "1.1.3" }, "peerDependencies": { - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "15.4.2", + "react-dom": "15.4.2" }, "jest": { "testEnvironment": "node",