|
36 | 36 | "release": "yarn run build && ./node_modules/.bin/standard-version" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@babel/cli": "^7.5.0", |
40 | | - "@babel/core": "^7.5.0", |
41 | | - "@babel/preset-env": "^7.5.0", |
| 39 | + "@babel/cli": "^7.5.5", |
| 40 | + "@babel/core": "^7.5.5", |
| 41 | + "@babel/preset-env": "^7.5.5", |
42 | 42 | "@babel/preset-react": "^7.0.0", |
43 | | - "@babel/plugin-proposal-object-rest-spread": "^7.5.0", |
| 43 | + "@babel/plugin-proposal-object-rest-spread": "^7.5.5", |
44 | 44 | "@babel/plugin-transform-modules-commonjs": "^7.5.0", |
45 | | - "@babel/plugin-transform-runtime": "^7.5.0", |
| 45 | + "@babel/plugin-transform-runtime": "^7.5.5", |
46 | 46 | "babel-eslint": "^10.0.2", |
| 47 | + "babel-plugin-add-module-exports": "^1.0.2", |
47 | 48 | "cross-env": "^5.2.0", |
48 | | - "eslint": "^6.0.1", |
| 49 | + "eslint": "^6.1.0", |
49 | 50 | "eslint-config-prettier": "^6.0.0", |
50 | 51 | "eslint-plugin-filenames": "^1.3.2", |
51 | | - "eslint-plugin-jest": "^22.7.2", |
| 52 | + "eslint-plugin-jest": "^22.13.0", |
52 | 53 | "eslint-plugin-json": "^1.4.0", |
53 | 54 | "eslint-plugin-prettier": "^3.1.0", |
54 | | - "husky": "^3.0.0", |
| 55 | + "husky": "^3.0.1", |
55 | 56 | "jest": "^24.8.0", |
56 | | - "lint-staged": "^9.0.2", |
| 57 | + "lint-staged": "^9.2.0", |
57 | 58 | "prettier": "^1.18.2", |
58 | 59 | "react": "^16.8.6", |
59 | | - "remark": "^10.0.1", |
| 60 | + "remark": "^11.0.0", |
60 | 61 | "rimraf": "^2.6.2", |
61 | 62 | "standard-version": "^6.0.1" |
62 | 63 | }, |
63 | 64 | "dependencies": { |
64 | | - "@babel/runtime": "^7.5.0", |
| 65 | + "@babel/runtime": "^7.5.5", |
65 | 66 | "async-unist-util-visit": "^1.0.0", |
66 | 67 | "cheerio": "^1.0.0-rc.3", |
67 | 68 | "parse-numeric-range": "^0.0.2", |
|
78 | 79 | [ |
79 | 80 | "@babel/preset-env", |
80 | 81 | { |
| 82 | + "forceAllTransforms": true, |
81 | 83 | "targets": { |
82 | | - "node": true, |
83 | | - "uglify": true |
| 84 | + "node": true |
84 | 85 | } |
85 | 86 | } |
86 | 87 | ], |
87 | 88 | "@babel/preset-react" |
88 | 89 | ], |
89 | 90 | "plugins": [ |
| 91 | + "add-module-exports", |
90 | 92 | "@babel/plugin-transform-runtime", |
91 | | - "@babel/plugin-transform-modules-commonjs", |
92 | 93 | "@babel/plugin-proposal-object-rest-spread" |
93 | 94 | ] |
94 | 95 | }, |
|
0 commit comments