|
20 | 20 | "author": "RJ Zaworski <rj@rjzaworski.com> (http://rjzaworski.com)", |
21 | 21 | "license": "ISC", |
22 | 22 | "dependencies": { |
23 | | - "react": "^15.4.2", |
24 | | - "react-redux": "^5.0.3", |
25 | | - "redux": "^3.6.0", |
26 | | - "redux-thunk": "^2.2.0" |
| 23 | + "react": "15.6.1", |
| 24 | + "react-redux": "5.0.5", |
| 25 | + "redux": "3.6.0", |
| 26 | + "redux-thunk": "2.2.0" |
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | | - "@types/jest": "^19.2.2", |
| 29 | + "@types/jest": "20.0.4", |
30 | 30 | "@types/minimist": "1.2.0", |
31 | 31 | "@types/node": "7.0.12", |
32 | | - "@types/react": "^15.0.21", |
33 | | - "@types/react-dom": "^0.14.23", |
34 | | - "@types/react-redux": "^4.4.38", |
35 | | - "@types/redux": "^3.6.0", |
| 32 | + "@types/react": "15.0.38", |
| 33 | + "@types/react-dom": "15.5.1", |
| 34 | + "@types/react-redux": "4.4.46", |
36 | 35 | "@types/semver": "5.3.31", |
37 | 36 | "@types/sinon": "2.1.2", |
38 | 37 | "babel-core": "6.14.0", |
|
41 | 40 | "babel-preset-es2015": "6.14.0", |
42 | 41 | "coveralls": "2.11.15", |
43 | 42 | "http-server": "0.9.0", |
44 | | - "jest": "^19.0.2", |
45 | | - "jest-cli": "^19.0.2", |
46 | | - "react-addons-test-utils": "^15.6.0", |
47 | | - "react-dom": "^15.4.1", |
48 | | - "react-test-renderer": "^15.6.1", |
49 | | - "sinon": "1.17.4", |
| 43 | + "jest": "20.0.4", |
| 44 | + "jest-cli": "20.0.4", |
| 45 | + "react-addons-test-utils": "15.6.0", |
| 46 | + "react-dom": "15.6.1", |
| 47 | + "react-test-renderer": "15.6.1", |
| 48 | + "sinon": "2.3.8", |
50 | 49 | "source-map-loader": "0.1.5", |
51 | | - "ts-jest": "^19.0.7", |
52 | | - "ts-loader": "0.8.2", |
53 | | - "tslint": "3.14.0", |
54 | | - "typescript": "2.4.0", |
55 | | - "typings": "^2.1.0", |
| 50 | + "ts-jest": "20.0.7", |
| 51 | + "ts-loader": "2.3.0", |
| 52 | + "tslint": "5.5.0", |
| 53 | + "typescript": "2.4.1", |
| 54 | + "typings": "2.1.1", |
56 | 55 | "webpack": "1.13.1", |
57 | 56 | "webpack-fail-plugin": "1.0.5", |
58 | | - "zakalwe": "https://github.com/rjz/zakalwe.git" |
| 57 | + "zakalwe": "1.0.3" |
59 | 58 | }, |
60 | 59 | "jest": { |
61 | 60 | "moduleFileExtensions": [ |
|
0 commit comments