|
34 | 34 | "roots": [ |
35 | 35 | "<rootDir>/test" |
36 | 36 | ], |
37 | | - "setupTestFrameworkScriptFile": "./test/index.js" |
| 37 | + "setupFilesAfterEnv": [ |
| 38 | + "./test/index.js" |
| 39 | + ] |
38 | 40 | }, |
39 | 41 | "scripts": { |
40 | 42 | "test": "jest", |
|
54 | 56 | "chain-function": "^1.0.0", |
55 | 57 | "classnames": "^2.2.5", |
56 | 58 | "invariant": "^2.2.4", |
57 | | - "lodash": "^4.17.10", |
58 | | - "memoize-one": "^4.0.2", |
| 59 | + "lodash": "^4.17.11", |
| 60 | + "memoize-one": "^5.0.0", |
59 | 61 | "prop-types": "^15.6.1", |
60 | 62 | "prop-types-extra": "^1.1.0", |
61 | 63 | "property-expr": "^1.4.0", |
62 | | - "react-context-toolbox": "^1.2.2", |
| 64 | + "react-context-toolbox": "^2.0.2", |
63 | 65 | "shallowequal": "^1.1.0", |
64 | 66 | "topeka": "^3.3.0", |
65 | 67 | "uncontrollable": "^6.0.0", |
66 | 68 | "warning": "^4.0.1", |
67 | 69 | "yup": "^0.26.10" |
68 | 70 | }, |
69 | 71 | "devDependencies": { |
70 | | - "@4c/rollout": "^1.1.0", |
71 | | - "@babel/cli": "7.0.0", |
72 | | - "@babel/core": "7.0.0", |
73 | | - "babel-core": "^7.0.0-0", |
74 | | - "babel-eslint": "^9.0.0", |
75 | | - "babel-jest": "^23.6.0", |
| 72 | + "@4c/rollout": "^1.2.0", |
| 73 | + "@babel/cli": "7.2.3", |
| 74 | + "@babel/core": "7.2.2", |
| 75 | + "babel-eslint": "^10.0.1", |
| 76 | + "babel-jest": "^24.0.0", |
76 | 77 | "babel-preset-jason": "^6.0.1", |
77 | | - "chai": "^4.1.2", |
| 78 | + "chai": "^4.2.0", |
78 | 79 | "chai-as-promised": "^7.1.1", |
79 | 80 | "dirty-chai": "^2.0.1", |
80 | | - "enzyme": "^3.3.0", |
81 | | - "enzyme-adapter-react-16": "^1.5.0", |
82 | | - "eslint": "^5.5.0", |
| 81 | + "enzyme": "^3.8.0", |
| 82 | + "enzyme-adapter-react-16": "^1.8.0", |
| 83 | + "eslint": "^5.12.1", |
83 | 84 | "eslint-config-jason": "^4.0.1", |
84 | | - "eslint-plugin-import": "^2.12.0", |
85 | | - "eslint-plugin-react": "^7.9.1", |
86 | | - "jest": "^23.6.0", |
87 | | - "react": "^16.4.1", |
| 85 | + "eslint-plugin-import": "^2.16.0", |
| 86 | + "eslint-plugin-react": "^7.12.4", |
| 87 | + "jest": "^24.0.0", |
| 88 | + "react": "^16.7.0", |
88 | 89 | "react-bootstrap": "^0.32.1", |
89 | | - "react-dom": "^16.4.1", |
| 90 | + "react-dom": "^16.7.0", |
90 | 91 | "react-formal": "^0.28.2", |
91 | 92 | "react-tackle-box": "^2.1.0", |
92 | | - "rimraf": "^2.5.2", |
93 | | - "sinon": "^6.2.0", |
94 | | - "sinon-chai": "^3.1.0" |
| 93 | + "rimraf": "^2.6.3", |
| 94 | + "sinon": "^7.2.3", |
| 95 | + "sinon-chai": "^3.3.0" |
95 | 96 | } |
96 | 97 | } |
0 commit comments