Skip to content

Commit 1a8dd6b

Browse files
committed
Pinned dependencies
1 parent e33a7db commit 1a8dd6b

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
save-exact = true

package.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
"babel-generator": "6.22.0",
4848
"babel-loader": "6.3.2",
4949
"babel-plugin-module-resolver": "2.5.0",
50-
"babel-plugin-react-require": "^3.0.0",
50+
"babel-plugin-react-require": "3.0.0",
5151
"babel-plugin-transform-class-properties": "6.22.0",
5252
"babel-plugin-transform-es2015-modules-commonjs": "6.22.0",
5353
"babel-plugin-transform-object-rest-spread": "6.22.0",
54-
"babel-plugin-transform-react-jsx-source": "^6.22.0",
55-
"babel-plugin-transform-react-remove-prop-types": "^0.3.2",
54+
"babel-plugin-transform-react-jsx-source": "6.22.0",
55+
"babel-plugin-transform-react-remove-prop-types": "0.3.2",
5656
"babel-plugin-transform-runtime": "6.22.0",
5757
"babel-preset-latest": "6.22.0",
5858
"babel-preset-react": "6.23.0",
@@ -70,7 +70,7 @@
7070
"loader-utils": "0.2.16",
7171
"minimist": "1.2.0",
7272
"mkdirp-then": "1.2.0",
73-
"mv": "^2.1.1",
73+
"mv": "2.1.1",
7474
"mz": "2.6.0",
7575
"path-match": "1.2.4",
7676
"pkg-up": "1.0.0",
@@ -84,38 +84,38 @@
8484
"webpack": "2.2.1",
8585
"webpack-dev-middleware": "1.10.0",
8686
"webpack-hot-middleware": "2.17.0",
87-
"whatwg-fetch": "^2.0.2",
87+
"whatwg-fetch": "2.0.2",
8888
"write-file-webpack-plugin": "3.4.2"
8989
},
9090
"devDependencies": {
9191
"babel-eslint": "7.1.1",
92-
"babel-jest": "^18.0.0",
93-
"babel-plugin-istanbul": "^3.0.0",
92+
"babel-jest": "18.0.0",
93+
"babel-plugin-istanbul": "3.0.0",
9494
"babel-plugin-transform-remove-strict-mode": "0.0.2",
9595
"babel-preset-es2015": "6.22.0",
9696
"benchmark": "2.1.3",
97-
"cheerio": "^0.22.0",
98-
"chromedriver": "^2.26.1",
97+
"cheerio": "0.22.0",
98+
"chromedriver": "2.26.1",
9999
"coveralls": "2.11.16",
100-
"cross-env": "^3.1.4",
101-
"fly": "^2.0.4",
102-
"fly-babel": "^2.1.1",
103-
"fly-clear": "^1.0.1",
104-
"fly-esnext": "^2.0.0",
105-
"fly-watch": "^1.1.1",
100+
"cross-env": "3.1.4",
101+
"fly": "2.0.4",
102+
"fly-babel": "2.1.1",
103+
"fly-clear": "1.0.1",
104+
"fly-esnext": "2.0.0",
105+
"fly-watch": "1.1.1",
106106
"husky": "0.13.1",
107-
"jest-cli": "^18.0.0",
108-
"node-fetch": "^1.6.3",
109-
"node-notifier": "^5.0.2",
110-
"nyc": "^10.0.0",
107+
"jest-cli": "18.0.0",
108+
"node-fetch": "1.6.3",
109+
"node-notifier": "5.0.2",
110+
"nyc": "10.0.0",
111111
"react": "15.4.2",
112112
"react-dom": "15.4.2",
113113
"standard": "8.6.0",
114-
"wd": "^1.1.3"
114+
"wd": "1.1.3"
115115
},
116116
"peerDependencies": {
117-
"react": "^15.4.2",
118-
"react-dom": "^15.4.2"
117+
"react": "15.4.2",
118+
"react-dom": "15.4.2"
119119
},
120120
"jest": {
121121
"testEnvironment": "node",

0 commit comments

Comments
 (0)