|
47 | 47 | "babel-generator": "6.22.0",
|
48 | 48 | "babel-loader": "6.3.2",
|
49 | 49 | "babel-plugin-module-resolver": "2.5.0",
|
50 |
| - "babel-plugin-react-require": "^3.0.0", |
| 50 | + "babel-plugin-react-require": "3.0.0", |
51 | 51 | "babel-plugin-transform-class-properties": "6.22.0",
|
52 | 52 | "babel-plugin-transform-es2015-modules-commonjs": "6.22.0",
|
53 | 53 | "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", |
56 | 56 | "babel-plugin-transform-runtime": "6.22.0",
|
57 | 57 | "babel-preset-latest": "6.22.0",
|
58 | 58 | "babel-preset-react": "6.23.0",
|
|
70 | 70 | "loader-utils": "0.2.16",
|
71 | 71 | "minimist": "1.2.0",
|
72 | 72 | "mkdirp-then": "1.2.0",
|
73 |
| - "mv": "^2.1.1", |
| 73 | + "mv": "2.1.1", |
74 | 74 | "mz": "2.6.0",
|
75 | 75 | "path-match": "1.2.4",
|
76 | 76 | "pkg-up": "1.0.0",
|
|
84 | 84 | "webpack": "2.2.1",
|
85 | 85 | "webpack-dev-middleware": "1.10.0",
|
86 | 86 | "webpack-hot-middleware": "2.17.0",
|
87 |
| - "whatwg-fetch": "^2.0.2", |
| 87 | + "whatwg-fetch": "2.0.2", |
88 | 88 | "write-file-webpack-plugin": "3.4.2"
|
89 | 89 | },
|
90 | 90 | "devDependencies": {
|
91 | 91 | "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", |
94 | 94 | "babel-plugin-transform-remove-strict-mode": "0.0.2",
|
95 | 95 | "babel-preset-es2015": "6.22.0",
|
96 | 96 | "benchmark": "2.1.3",
|
97 |
| - "cheerio": "^0.22.0", |
98 |
| - "chromedriver": "^2.26.1", |
| 97 | + "cheerio": "0.22.0", |
| 98 | + "chromedriver": "2.26.1", |
99 | 99 | "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", |
106 | 106 | "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", |
111 | 111 | "react": "15.4.2",
|
112 | 112 | "react-dom": "15.4.2",
|
113 | 113 | "standard": "8.6.0",
|
114 |
| - "wd": "^1.1.3" |
| 114 | + "wd": "1.1.3" |
115 | 115 | },
|
116 | 116 | "peerDependencies": {
|
117 |
| - "react": "^15.4.2", |
118 |
| - "react-dom": "^15.4.2" |
| 117 | + "react": "15.4.2", |
| 118 | + "react-dom": "15.4.2" |
119 | 119 | },
|
120 | 120 | "jest": {
|
121 | 121 | "testEnvironment": "node",
|
|
0 commit comments