|
5 | 5 | "repository": "https://github.com/devrsi0n/React-2048-game", |
6 | 6 | "license": "MIT", |
7 | 7 | "dependencies": { |
8 | | - "classnames": "^2.2.5", |
9 | | - "echarts": "^3.8.5", |
10 | | - "gitalk": "^1.2.2", |
11 | | - "lodash.debounce": "^4.0.8", |
| 8 | + "classnames": "2.2.5", |
| 9 | + "echarts": "3.8.5", |
| 10 | + "gitalk": "1.2.2", |
| 11 | + "lodash.debounce": "4.0.8", |
12 | 12 | "promise": "8.0.1", |
13 | | - "prop-types": "^15.5.10", |
14 | | - "react": "^16.2.0", |
15 | | - "react-dom": "^16.2.0", |
16 | | - "react-redux": "^5.0.7", |
17 | | - "react-router": "^4.2.0", |
18 | | - "react-router-dom": "^4.2.2", |
19 | | - "redux": "^3.7.2", |
20 | | - "redux-saga": "^0.16.0", |
21 | | - "redux-undo": "^1.0.0-beta9-9-6", |
| 13 | + "prop-types": "15.6.0", |
| 14 | + "react": "16.2.0", |
| 15 | + "react-dom": "16.2.0", |
| 16 | + "react-redux": "5.0.7", |
| 17 | + "react-router": "4.2.0", |
| 18 | + "react-router-dom": "4.2.2", |
| 19 | + "redux": "3.7.2", |
| 20 | + "redux-saga": "0.16.0", |
| 21 | + "redux-undo": "1.0.0-beta9-9-6", |
22 | 22 | "whatwg-fetch": "2.0.3" |
23 | 23 | }, |
24 | 24 | "scripts": { |
|
165 | 165 | }, |
166 | 166 | "devDependencies": { |
167 | 167 | "autoprefixer": "7.2.6", |
168 | | - "babel-core": "^6.25.0", |
169 | | - "babel-eslint": "^8.2.1", |
170 | | - "babel-jest": "^22.2.2", |
171 | | - "babel-loader": "^7.1.3", |
172 | | - "babel-polyfill": "^6.26.0", |
173 | | - "babel-preset-env": "^1.6.0", |
174 | | - "babel-preset-react": "^6.24.1", |
175 | | - "babel-preset-stage-2": "^6.24.1", |
176 | | - "babel-runtime": "^6.26.0", |
177 | | - "case-sensitive-paths-webpack-plugin": "^2.1.1", |
178 | | - "chalk": "^2.3.1", |
179 | | - "compression-webpack-plugin": "^1.1.7", |
180 | | - "cross-env": "^5.1.4", |
| 168 | + "babel-core": "6.26.0", |
| 169 | + "babel-eslint": "8.2.1", |
| 170 | + "babel-jest": "22.2.2", |
| 171 | + "babel-loader": "7.1.3", |
| 172 | + "babel-polyfill": "6.26.0", |
| 173 | + "babel-preset-env": "1.6.1", |
| 174 | + "babel-preset-react": "6.24.1", |
| 175 | + "babel-preset-stage-2": "6.24.1", |
| 176 | + "babel-runtime": "6.26.0", |
| 177 | + "case-sensitive-paths-webpack-plugin": "2.1.1", |
| 178 | + "chalk": "2.3.1", |
| 179 | + "compression-webpack-plugin": "1.1.7", |
| 180 | + "cross-env": "5.1.4", |
181 | 181 | "css-loader": "0.28.9", |
182 | | - "dotenv": "^5.0.0", |
183 | | - "enzyme": "^3.3.0", |
184 | | - "enzyme-adapter-react-16": "^1.1.1", |
185 | | - "eslint": "^4.12.1", |
186 | | - "eslint-config-airbnb": "^16.1.0", |
187 | | - "eslint-config-prettier": "^2.9.0", |
188 | | - "eslint-loader": "^1.9.0", |
189 | | - "eslint-plugin-html": "^4.0.2", |
190 | | - "eslint-plugin-import": "^2.7.0", |
| 182 | + "dotenv": "5.0.0", |
| 183 | + "enzyme": "3.3.0", |
| 184 | + "enzyme-adapter-react-16": "1.1.1", |
| 185 | + "eslint": "4.12.1", |
| 186 | + "eslint-config-airbnb": "16.1.0", |
| 187 | + "eslint-config-prettier": "2.9.0", |
| 188 | + "eslint-loader": "1.9.0", |
| 189 | + "eslint-plugin-html": "4.0.2", |
| 190 | + "eslint-plugin-import": "2.8.0", |
191 | 191 | "eslint-plugin-jsx-a11y": "6.0.3", |
192 | | - "eslint-plugin-prettier": "^2.6.0", |
193 | | - "eslint-plugin-react": "^7.7.0", |
194 | | - "extract-text-webpack-plugin": "^3.0.2", |
| 192 | + "eslint-plugin-prettier": "2.6.0", |
| 193 | + "eslint-plugin-react": "7.7.0", |
| 194 | + "extract-text-webpack-plugin": "3.0.2", |
195 | 195 | "file-loader": "1.1.6", |
196 | 196 | "fs-extra": "5.0.0", |
197 | | - "html-webpack-plugin": "^2.29.0", |
198 | | - "husky": "^0.14.3", |
199 | | - "identity-obj-proxy": "^3.0.0", |
200 | | - "jest": "^22.3.0", |
201 | | - "jest-enzyme": "^4.2.0", |
202 | | - "jest-localstorage-mock": "^2.2.0", |
203 | | - "lint-staged": "^7.0.0", |
204 | | - "node-sass": "^4.7.2", |
205 | | - "postcss-flexbugs-fixes": "^3.3.0", |
206 | | - "postcss-loader": "^2.1.0", |
207 | | - "prettier": "^1.10.2", |
208 | | - "react-dev-utils": "^5.0.0", |
209 | | - "react-test-renderer": "^16.2.0", |
210 | | - "sass-loader": "^6.0.6", |
| 197 | + "html-webpack-plugin": "2.30.1", |
| 198 | + "husky": "0.14.3", |
| 199 | + "identity-obj-proxy": "3.0.0", |
| 200 | + "jest": "22.3.0", |
| 201 | + "jest-enzyme": "4.2.0", |
| 202 | + "jest-localstorage-mock": "2.2.0", |
| 203 | + "lint-staged": "7.3.0", |
| 204 | + "node-sass": "4.7.2", |
| 205 | + "postcss-flexbugs-fixes": "3.3.0", |
| 206 | + "postcss-loader": "2.1.0", |
| 207 | + "prettier": "1.10.2", |
| 208 | + "react-dev-utils": "5.0.0", |
| 209 | + "react-test-renderer": "16.2.0", |
| 210 | + "sass-loader": "6.0.6", |
211 | 211 | "style-loader": "0.20.2", |
212 | | - "stylelint": "^9.0.0", |
213 | | - "stylelint-config-sass-guidelines": "^4.1.0", |
214 | | - "stylelint-order": "^0.8.1", |
215 | | - "stylelint-scss": "^2.3.0", |
216 | | - "stylelint-webpack-plugin": "^0.10.3", |
| 212 | + "stylelint": "9.10.1", |
| 213 | + "stylelint-config-sass-guidelines": "4.1.0", |
| 214 | + "stylelint-order": "0.8.1", |
| 215 | + "stylelint-scss": "2.3.0", |
| 216 | + "stylelint-webpack-plugin": "0.10.3", |
217 | 217 | "sw-precache-webpack-plugin": "0.11.4", |
218 | 218 | "url-loader": "0.6.2", |
219 | | - "webpack": "^3.11.0", |
220 | | - "webpack-dev-server": "^2.11.1", |
221 | | - "webpack-manifest-plugin": "^1.2.1", |
222 | | - "webpack-monitor": "^1.0.14" |
| 219 | + "webpack": "3.11.0", |
| 220 | + "webpack-dev-server": "2.11.1", |
| 221 | + "webpack-manifest-plugin": "1.3.2", |
| 222 | + "webpack-monitor": "1.0.14" |
223 | 223 | } |
224 | 224 | } |
0 commit comments