|
21 | 21 | "main": "dist/main.js",
|
22 | 22 | "scripts": {
|
23 | 23 | "build": "rimraf dist/ && babel src/ --out-dir dist/ --ignore **/__tests__,**/__mocks__,**/src/types.js",
|
24 |
| - "build:website":"cd website/ && yarn && yarn build", |
| 24 | + "build:website": "cd website/ && yarn && yarn build", |
25 | 25 | "lint": "eslint . --report-unused-disable-directives",
|
26 | 26 | "fix": "eslint . --fix --report-unused-disable-directives",
|
27 | 27 | "prepublish": "yarn build",
|
|
42 | 42 | "@babel/runtime": "^7.0.0",
|
43 | 43 | "async": "^2.1.4",
|
44 | 44 | "commander": "^2.19.0",
|
45 |
| - "doctrine": "^2.0.0", |
| 45 | + "doctrine": "^3.0.0", |
46 | 46 | "node-dir": "^0.1.10",
|
47 |
| - "recast": "^0.16.0" |
| 47 | + "recast": "^0.17.3" |
48 | 48 | },
|
49 | 49 | "devDependencies": {
|
50 | 50 | "@babel/cli": "^7.0.0",
|
|
53 | 53 | "@babel/plugin-transform-runtime": "^7.0.0",
|
54 | 54 | "@babel/preset-env": "^7.0.0",
|
55 | 55 | "@babel/preset-flow": "^7.0.0",
|
56 |
| - "babel-core": "^7.0.0-bridge.0", |
57 | 56 | "babel-eslint": "^10.0.1",
|
58 |
| - "babel-jest": "^23.6.0", |
| 57 | + "babel-jest": "^24.1.0", |
59 | 58 | "cross-spawn": "^6.0.4",
|
60 | 59 | "eslint": "^5.7.0",
|
61 |
| - "eslint-config-prettier": "^3.1.0", |
| 60 | + "eslint-config-prettier": "^4.0.0", |
62 | 61 | "eslint-plugin-prettier": "^3.0.0",
|
63 | 62 | "flow-bin": "^0.93.0",
|
64 |
| - "jest": "^23.6.0", |
65 |
| - "jest-diff": "^23.6.0", |
66 |
| - "jest-matcher-utils": "^23.6.0", |
| 63 | + "jest": "^24.1.0", |
| 64 | + "jest-diff": "^24.0.0", |
| 65 | + "jest-matcher-utils": "^24.0.0", |
67 | 66 | "prettier": "^1.14.3",
|
68 | 67 | "rimraf": "^2.3.2",
|
69 |
| - "temp": "^0.8.1" |
| 68 | + "temp": "^0.9.0" |
70 | 69 | },
|
71 | 70 | "jest": {
|
72 |
| - "setupTestFrameworkScriptFile": "<rootDir>/tests/setupTestFramework.js", |
| 71 | + "setupFilesAfterEnv": [ |
| 72 | + "<rootDir>/tests/setupTestFramework.js" |
| 73 | + ], |
73 | 74 | "roots": [
|
74 | 75 | "bin",
|
75 | 76 | "src"
|
|
0 commit comments