|
29 | 29 | "classnames": "^2.2.5", |
30 | 30 | "core-js": "^2.4.0", |
31 | 31 | "ramda": "^0.23.0", |
32 | | - "react-css-themr": "^1.7.2", |
33 | | - "react-style-proptype": "^2.0.0", |
| 32 | + "react-css-themr": "^2.1.2", |
| 33 | + "react-style-proptype": "^3.0.0", |
34 | 34 | "react-transition-group": "^1.1.3" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | | - "babel-cli": "^6.22.2", |
38 | | - "babel-core": "^6.22.1", |
39 | | - "babel-eslint": "^7.1.1", |
40 | | - "babel-loader": "^6.2.10", |
| 37 | + "babel-cli": "^6.24.1", |
| 38 | + "babel-core": "^6.24.1", |
| 39 | + "babel-eslint": "^7.2.3", |
| 40 | + "babel-loader": "^7.0.0", |
41 | 41 | "babel-plugin-react-transform": "^2.0.2", |
42 | | - "babel-polyfill": "^6.22.0", |
43 | | - "babel-preset-es2015": "^6.22.0", |
44 | | - "babel-preset-react": "^6.22.0", |
45 | | - "babel-preset-stage-0": "^6.22.0", |
| 42 | + "babel-polyfill": "^6.23.0", |
| 43 | + "babel-preset-es2015": "^6.24.1", |
| 44 | + "babel-preset-react": "^6.24.1", |
| 45 | + "babel-preset-stage-0": "^6.24.1", |
46 | 46 | "cpx": "^1.5.0", |
47 | | - "cross-env": "^3.1.3", |
48 | | - "css-loader": "^0.26.1", |
49 | | - "enzyme": "^2.7.1", |
50 | | - "enzyme-to-json": "^1.4.5", |
51 | | - "eslint": "^3.15.0", |
52 | | - "eslint-config-airbnb": "^14.1.0", |
| 47 | + "cross-env": "^5.0.0", |
| 48 | + "css-loader": "^0.28.2", |
| 49 | + "enzyme": "^2.8.2", |
| 50 | + "enzyme-to-json": "^1.5.1", |
| 51 | + "eslint": "^3.19.0", |
| 52 | + "eslint-config-airbnb": "^15.0.1", |
53 | 53 | "eslint-import-resolver-webpack": "^0.8.1", |
54 | | - "eslint-plugin-babel": "^4.0.1", |
55 | | - "eslint-plugin-compat": "^1.0.1", |
| 54 | + "eslint-plugin-babel": "^4.1.1", |
| 55 | + "eslint-plugin-compat": "^1.0.2", |
56 | 56 | "eslint-plugin-import": "^2.2.0", |
57 | | - "eslint-plugin-jsx-a11y": "^4.0.0", |
58 | | - "eslint-plugin-react": "^6.9.0", |
59 | | - "express": "^4.14.1", |
60 | | - "extract-text-webpack-plugin": "~2.0.0-rc.3", |
| 57 | + "eslint-plugin-jsx-a11y": "^5.0.3", |
| 58 | + "eslint-plugin-react": "^7.0.1", |
| 59 | + "express": "^4.15.3", |
| 60 | + "extract-text-webpack-plugin": "^2.1.0", |
61 | 61 | "git-dirty": "^1.0.2", |
62 | | - "glob": "^7.1.1", |
| 62 | + "glob": "^7.1.2", |
63 | 63 | "gulp": "^3.9.1", |
64 | 64 | "gulp-babel": "^6.1.2", |
65 | | - "gulp-postcss": "^6.3.0", |
| 65 | + "gulp-postcss": "^7.0.0", |
66 | 66 | "gulp-rimraf": "^0.2.1", |
67 | 67 | "identity-obj-proxy": "^3.0.0", |
68 | 68 | "internal-ip": "^1.2.0", |
69 | | - "jest": "^18.1.0", |
70 | | - "lint-staged": "^3.3.0", |
71 | | - "mocha": "^3.1.2", |
72 | | - "normalize.css": "^5.0.0", |
73 | | - "postcss-cssnext": "^2.8.0", |
74 | | - "postcss-each": "^0.9.3", |
75 | | - "postcss-import": "^9.1.0", |
76 | | - "postcss-loader": "^1.2.2", |
77 | | - "postcss-mixins": "^5.4.0", |
| 69 | + "jest": "^20.0.3", |
| 70 | + "lint-staged": "^3.4.2", |
| 71 | + "mocha": "^3.4.1", |
| 72 | + "normalize.css": "^7.0.0", |
| 73 | + "postcss-cssnext": "^2.11.0", |
| 74 | + "postcss-each": "^0.10.0", |
| 75 | + "postcss-import": "^10.0.0", |
| 76 | + "postcss-loader": "^2.0.5", |
| 77 | + "postcss-mixins": "^6.0.0", |
| 78 | + "postcss-nested": "^2.0.2", |
78 | 79 | "postcss-reporter": "^3.0.0", |
79 | 80 | "pre-commit": "^1.2.2", |
80 | | - "prop-types": "^15.5.7", |
| 81 | + "prop-types": "^15.5.10", |
81 | 82 | "react": "^15.5.0", |
82 | 83 | "react-addons-test-utils": "^15.5.0", |
83 | 84 | "react-dom": "^15.5.0", |
84 | 85 | "react-test-renderer": "^15.5.0", |
85 | 86 | "react-transform-catch-errors": "^1.0.2", |
86 | 87 | "react-transform-hmr": "^1.0.4", |
87 | | - "redbox-react": "^1.3.2", |
88 | | - "rimraf": "^2.5.2", |
89 | | - "style-loader": "^0.13.1", |
90 | | - "stylelint": "^7.8.0", |
| 88 | + "redbox-react": "^1.3.6", |
| 89 | + "rimraf": "^2.6.1", |
| 90 | + "style-loader": "^0.18.0", |
| 91 | + "stylelint": "^7.10.1", |
91 | 92 | "stylelint-config-standard": "^16.0.0", |
92 | | - "stylelint-order": "^0.2.2", |
93 | | - "webpack": "~2.2.0", |
94 | | - "webpack-dev-middleware": "^1.10.0", |
95 | | - "webpack-hot-middleware": "^2.16.1" |
| 93 | + "stylelint-order": "^0.4.4", |
| 94 | + "webpack": "^2.6.0", |
| 95 | + "webpack-dev-middleware": "^1.10.2", |
| 96 | + "webpack-hot-middleware": "^2.18.0" |
96 | 97 | }, |
97 | 98 | "engines": { |
98 | 99 | "node": ">= 6" |
|
137 | 138 | "classnames": "^2.2.0", |
138 | 139 | "prop-types": "^15.5.7", |
139 | 140 | "react": "^15.5.0", |
140 | | - "react-transition-group": "^1.1.3", |
141 | | - "react-dom": "^15.5.0" |
| 141 | + "react-dom": "^15.5.0", |
| 142 | + "react-transition-group": "^1.1.3" |
142 | 143 | }, |
143 | 144 | "pre-commit": "lint:staged" |
144 | 145 | } |
0 commit comments