|
8 | 8 | "type": "git" |
9 | 9 | }, |
10 | 10 | "scripts": { |
| 11 | + "benchmark": "NODE_ENV=production babel-node src/__benchmarks__/operators.js", |
11 | 12 | "build": "yarn build:dist && yarn build:doc && yarn build:site", |
12 | 13 | "build:doc": "NODE_ENV=production babel-node ./scripts/build-doc", |
13 | 14 | "build:dist": "./scripts/build-dist.sh", |
|
50 | 51 | "react": "^15.0.0 || ^16.3.0" |
51 | 52 | }, |
52 | 53 | "dependencies": { |
53 | | - "fbjs": "^0.8.16", |
54 | | - "hoist-non-react-statics": "^2.3.1", |
| 54 | + "fbjs": "^0.8.17", |
| 55 | + "hoist-non-react-statics": "^3.0.1", |
55 | 56 | "object.omit": "^3.0.0", |
56 | 57 | "object.pick": "^1.3.0", |
57 | 58 | "symbol-observable": "^1.1.0", |
58 | | - "warning": "^3.0.0" |
| 59 | + "warning": "^4.0.2" |
59 | 60 | }, |
60 | 61 | "devDependencies": { |
61 | 62 | "babel-cli": "^6.26.0", |
62 | | - "babel-eslint": "^8.0.3", |
63 | | - "babel-jest": "^21.2.0", |
64 | | - "babel-loader": "^7.1.2", |
| 63 | + "babel-eslint": "^8.2.6", |
| 64 | + "babel-jest": "^23.4.2", |
| 65 | + "babel-loader": "^7.1.5", |
65 | 66 | "babel-plugin-transform-class-properties": "^6.24.1", |
66 | 67 | "babel-plugin-transform-object-rest-spread": "^6.26.0", |
67 | 68 | "babel-preset-env": "^1.6.1", |
68 | 69 | "babel-preset-react": "^6.24.1", |
69 | 70 | "benchmark": "^2.1.4", |
70 | | - "codecov": "^3.0.0", |
71 | | - "conventional-github-releaser": "^2.0.0", |
| 71 | + "codecov": "^3.0.4", |
| 72 | + "conventional-github-releaser": "^3.1.2", |
72 | 73 | "create-react-class": "^15.6.2", |
73 | 74 | "docdown": "neoziro/docdown#multiple-files-support", |
74 | 75 | "ejs": "^2.5.7", |
75 | | - "enzyme": "^3.2.0", |
76 | | - "enzyme-adapter-react-16": "^1.1.0", |
77 | | - "eslint": "^4.13.1", |
78 | | - "eslint-config-airbnb": "^16.1.0", |
79 | | - "eslint-config-prettier": "^2.9.0", |
80 | | - "eslint-plugin-import": "^2.8.0", |
81 | | - "eslint-plugin-jsx-a11y": "^6.0.2", |
82 | | - "eslint-plugin-react": "^7.5.1", |
83 | | - "fs-extra": "^5.0.0", |
84 | | - "html-webpack-plugin": "^2.30.1", |
85 | | - "jest": "^21.2.1", |
86 | | - "jsdom": "^11.5.1", |
87 | | - "marky-markdown": "^11.3.2", |
| 76 | + "enzyme": "^3.4.4", |
| 77 | + "enzyme-adapter-react-16": "^1.2.0", |
| 78 | + "eslint": "^5.4.0", |
| 79 | + "eslint-config-airbnb": "^17.1.0", |
| 80 | + "eslint-config-prettier": "^3.0.1", |
| 81 | + "eslint-plugin-import": "^2.14.0", |
| 82 | + "eslint-plugin-jsx-a11y": "^6.1.1", |
| 83 | + "eslint-plugin-react": "^7.11.1", |
| 84 | + "fs-extra": "^7.0.0", |
| 85 | + "html-webpack-plugin": "^3.2.0", |
| 86 | + "jest": "^23.5.0", |
| 87 | + "jsdom": "^12.0.0", |
| 88 | + "marky-markdown": "^12.0.0", |
88 | 89 | "microtime": "^2.1.8", |
89 | | - "prettier": "^1.9.2", |
90 | | - "prop-types": "^15.6.0", |
| 90 | + "prettier": "^1.14.2", |
| 91 | + "prop-types": "^15.6.2", |
91 | 92 | "raf": "^3.4.0", |
92 | | - "react": "^16.2.0", |
93 | | - "react-dom": "^16.2.0", |
94 | | - "react-test-renderer": "^16.2.0", |
| 93 | + "react": "^16.4.2", |
| 94 | + "react-dom": "^16.4.2", |
| 95 | + "react-test-renderer": "^16.4.2", |
95 | 96 | "reassemble": "^0.5.6", |
96 | | - "recompose": "^0.26.0", |
| 97 | + "recompose": "^0.28.2", |
97 | 98 | "rxjs": "^5.5.5", |
98 | 99 | "standard-version": "^4.2.0", |
99 | | - "webpack": "^3.10.0" |
| 100 | + "webpack": "^4.16.5" |
100 | 101 | } |
101 | 102 | } |
0 commit comments