|
1 | 1 | {
|
2 | 2 | "name": "react-async-bootstrapper",
|
3 |
| - "version": "0.0.5", |
| 3 | + "version": "1.0.0", |
4 | 4 | "description": "Provides the ability to execute async bootstrapper functions within your React element tree.",
|
5 | 5 | "license": "MIT",
|
6 | 6 | "main": "commonjs/index.js",
|
|
53 | 53 | "app-root-dir": "1.0.2",
|
54 | 54 | "babel-cli": "6.24.0",
|
55 | 55 | "babel-core": "6.24.0",
|
56 |
| - "babel-eslint": "7.1.1", |
| 56 | + "babel-eslint": "7.2.1", |
57 | 57 | "babel-jest": "19.0.0",
|
58 | 58 | "babel-loader": "6.4.1",
|
59 | 59 | "babel-polyfill": "6.23.0",
|
60 |
| - "babel-preset-env": "1.2.2", |
| 60 | + "babel-preset-env": "1.3.2", |
61 | 61 | "babel-preset-latest": "6.24.0",
|
62 | 62 | "babel-preset-react": "6.23.0",
|
63 | 63 | "babel-preset-stage-3": "6.22.0",
|
64 | 64 | "babel-register": "6.24.0",
|
65 |
| - "codecov": "2.0.2", |
66 |
| - "cross-env": "3.2.4", |
67 |
| - "enzyme": "2.7.1", |
| 65 | + "codecov": "2.1.0", |
| 66 | + "cross-env": "4.0.0", |
| 67 | + "enzyme": "2.8.0", |
68 | 68 | "enzyme-to-json": "1.5.0",
|
69 |
| - "eslint": "3.17.1", |
| 69 | + "eslint": "3.19.0", |
70 | 70 | "eslint-config-airbnb": "14.1.0",
|
71 | 71 | "eslint-plugin-import": "2.2.0",
|
72 | 72 | "eslint-plugin-jsx-a11y": "4.0.0",
|
73 |
| - "eslint-plugin-react": "6.10.0", |
| 73 | + "eslint-plugin-react": "6.10.3", |
74 | 74 | "gzip-size": "3.0.0",
|
75 |
| - "husky": "^0.13.2", |
| 75 | + "husky": "0.13.3", |
76 | 76 | "in-publish": "2.0.0",
|
77 | 77 | "jest": "19.0.2",
|
78 | 78 | "lint-staged": "^3.4.0",
|
79 | 79 | "prettier": "^0.22.0",
|
80 |
| - "prettier-eslint": "^4.3.2", |
81 |
| - "prettier-eslint-cli": "^3.1.2", |
| 80 | + "prettier-eslint": "4.4.0", |
| 81 | + "prettier-eslint-cli": "3.2.0", |
82 | 82 | "pretty-bytes": "4.0.2",
|
83 | 83 | "ramda": "0.23.0",
|
84 | 84 | "react": "15.4.2",
|
85 | 85 | "react-addons-test-utils": "15.4.2",
|
86 | 86 | "react-dom": "15.4.2",
|
87 |
| - "readline-sync": "1.4.6", |
| 87 | + "readline-sync": "1.4.7", |
88 | 88 | "rimraf": "2.6.1",
|
89 |
| - "sinon": "2.0.0", |
90 |
| - "webpack": "2.2.1", |
| 89 | + "sinon": "2.1.0", |
| 90 | + "webpack": "2.3.3", |
91 | 91 | "webpack-dev-middleware": "1.10.1",
|
92 |
| - "webpack-hot-middleware": "2.17.1" |
| 92 | + "webpack-hot-middleware": "2.18.0" |
93 | 93 | },
|
94 | 94 | "dependencies": {
|
95 |
| - "react-tree-walker": "^2.0.0-alpha.3" |
| 95 | + "react-tree-walker": "^2.0.0" |
96 | 96 | }
|
97 | 97 | }
|
0 commit comments