|
1 | 1 | { |
2 | 2 | "name": "react-responsive-breakpoints", |
3 | | - "version": "2.0.0", |
| 3 | + "version": "2.1.0", |
4 | 4 | "description": "A higher-order React component to translate CSS breakpoints into properties", |
5 | 5 | "main": "lib/index.js", |
6 | 6 | "files": [ |
|
30 | 30 | "url": "https://github.com/wimpyprogrammer/react-responsive-breakpoints/issues" |
31 | 31 | }, |
32 | 32 | "homepage": "https://github.com/wimpyprogrammer/react-responsive-breakpoints#readme", |
33 | | - "dependencies": { |
34 | | - "lodash.noop": "^3.0.1", |
35 | | - "lodash.reduce": "^4.6.0", |
36 | | - "lodash.throttle": "^4.1.1" |
37 | | - }, |
38 | 33 | "devDependencies": { |
| 34 | + "@babel/cli": "^7.2.3", |
| 35 | + "@babel/core": "^7.2.2", |
| 36 | + "@babel/preset-env": "^7.2.0", |
| 37 | + "@babel/preset-react": "^7.0.0", |
| 38 | + "@babel/register": "^7.0.0", |
39 | 39 | "airbnb-js-shims": "^2.1.0", |
40 | | - "babel-cli": "^6.26.0", |
41 | | - "babel-core": "^6.0.0", |
42 | | - "babel-loader": "^7.1.2", |
| 40 | + "babel-loader": "^8.0.4", |
43 | 41 | "babel-plugin-istanbul": "^4.1.5", |
44 | | - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
45 | | - "babel-preset-es2015": "^6.24.1", |
46 | | - "babel-preset-react": "^6.24.1", |
47 | | - "babel-register": "^6.26.0", |
48 | 42 | "chai": "^4.1.2", |
49 | 43 | "codecov": "^3.0.1", |
50 | 44 | "cross-env": "^5.0.5", |
51 | 45 | "dirty-chai": "^2.0.1", |
52 | | - "enzyme": "^3.5.0", |
53 | | - "enzyme-adapter-react-16": "^1.3.0", |
54 | | - "enzyme-adapter-react-helper": "^1.3.0", |
| 46 | + "enzyme": "^3.8.0", |
| 47 | + "enzyme-adapter-react-16": "^1.7.1", |
| 48 | + "enzyme-adapter-react-helper": "^1.3.1", |
55 | 49 | "eslint": "^5.3.0", |
56 | 50 | "eslint-config-airbnb": "^17.1.0", |
57 | 51 | "eslint-plugin-import": "^2.14.0", |
58 | 52 | "eslint-plugin-jsx-a11y": "^6.1.1", |
59 | 53 | "eslint-plugin-react": "^7.11.1", |
60 | | - "karma": "^3.0.0", |
| 54 | + "karma": "^3.1.4", |
61 | 55 | "karma-coverage": "^1.1.1", |
62 | 56 | "karma-mocha": "^1.3.0", |
63 | 57 | "karma-mocha-reporter": "^2.2.4", |
64 | 58 | "karma-sauce-launcher": "^1.2.0", |
65 | 59 | "karma-viewport": "^1.0.0", |
66 | | - "karma-webpack": "^3.0.0", |
| 60 | + "karma-webpack": "^3.0.5", |
67 | 61 | "lodash.merge": "^4.6.0", |
68 | 62 | "lodash.once": "^4.1.1", |
69 | 63 | "mocha": "^5.0.0", |
70 | | - "publish-please": "^3.2.0", |
| 64 | + "publish-please": "^5.4.3", |
71 | 65 | "react": "*", |
72 | 66 | "react-dom": "*", |
73 | 67 | "react-test-renderer": "*", |
74 | 68 | "rimraf": "^2.6.2", |
75 | 69 | "sinon": "^6.0.1", |
76 | 70 | "sinon-chai": "^3.2.0", |
77 | | - "webpack": "^4.16.5" |
| 71 | + "webpack": "^4.27.1" |
78 | 72 | }, |
79 | 73 | "peerDependencies": { |
80 | 74 | "react": "*" |
|
0 commit comments