|
1 | 1 | { |
2 | 2 | "name": "react-responsive-breakpoints", |
3 | | - "version": "1.0.1", |
| 3 | + "version": "2.0.0", |
4 | 4 | "description": "A higher-order React component to translate CSS breakpoints into properties", |
5 | 5 | "main": "lib/index.js", |
6 | 6 | "files": [ |
7 | 7 | "lib/**/!(*.spec).js" |
8 | 8 | ], |
| 9 | + "engines": { |
| 10 | + "node": ">=6" |
| 11 | + }, |
9 | 12 | "scripts": { |
10 | 13 | "build": "npm run clean && babel src --out-dir lib", |
11 | 14 | "clean": "rimraf lib", |
|
33 | 36 | "lodash.throttle": "^4.1.1" |
34 | 37 | }, |
35 | 38 | "devDependencies": { |
36 | | - "ajv": "^5.5.2", |
| 39 | + "airbnb-js-shims": "^2.1.0", |
37 | 40 | "babel-cli": "^6.26.0", |
| 41 | + "babel-core": "^6.0.0", |
38 | 42 | "babel-loader": "^7.1.2", |
39 | 43 | "babel-plugin-istanbul": "^4.1.5", |
40 | 44 | "babel-plugin-transform-object-rest-spread": "^6.26.0", |
41 | 45 | "babel-preset-es2015": "^6.24.1", |
42 | 46 | "babel-preset-react": "^6.24.1", |
43 | 47 | "babel-register": "^6.26.0", |
44 | 48 | "chai": "^4.1.2", |
45 | | - "codecov": "^3.0.0", |
| 49 | + "codecov": "^3.0.1", |
46 | 50 | "cross-env": "^5.0.5", |
47 | 51 | "dirty-chai": "^2.0.1", |
48 | | - "enzyme": "^3.3.0", |
49 | | - "enzyme-adapter-react-16": "^1.1.0", |
50 | | - "enzyme-adapter-react-helper": "^1.2.2", |
51 | | - "eslint": "^4.6.1", |
52 | | - "eslint-config-airbnb": "^16.1.0", |
53 | | - "eslint-plugin-import": "^2.7.0", |
54 | | - "eslint-plugin-jsx-a11y": "^6.0.3", |
55 | | - "eslint-plugin-react": "^7.3.0", |
56 | | - "karma": "^2.0.0", |
| 52 | + "enzyme": "^3.5.0", |
| 53 | + "enzyme-adapter-react-16": "^1.3.0", |
| 54 | + "enzyme-adapter-react-helper": "^1.3.0", |
| 55 | + "eslint": "^5.3.0", |
| 56 | + "eslint-config-airbnb": "^17.1.0", |
| 57 | + "eslint-plugin-import": "^2.14.0", |
| 58 | + "eslint-plugin-jsx-a11y": "^6.1.1", |
| 59 | + "eslint-plugin-react": "^7.11.1", |
| 60 | + "karma": "^3.0.0", |
57 | 61 | "karma-coverage": "^1.1.1", |
58 | 62 | "karma-mocha": "^1.3.0", |
59 | 63 | "karma-mocha-reporter": "^2.2.4", |
60 | 64 | "karma-sauce-launcher": "^1.2.0", |
61 | | - "karma-viewport": "^0.4.2", |
62 | | - "karma-webpack": "^2.0.4", |
| 65 | + "karma-viewport": "^1.0.0", |
| 66 | + "karma-webpack": "^3.0.0", |
63 | 67 | "lodash.merge": "^4.6.0", |
64 | 68 | "lodash.once": "^4.1.1", |
65 | | - "mocha": "^4.0.1", |
66 | | - "publish-please": "^2.3.1", |
| 69 | + "mocha": "^5.0.0", |
| 70 | + "publish-please": "^3.2.0", |
67 | 71 | "react": "*", |
68 | 72 | "react-dom": "*", |
69 | 73 | "react-test-renderer": "*", |
70 | 74 | "rimraf": "^2.6.2", |
71 | | - "sinon": "^4.1.3", |
72 | | - "sinon-chai": "^2.13.0", |
73 | | - "webpack": "^3.6.0" |
| 75 | + "sinon": "^6.0.1", |
| 76 | + "sinon-chai": "^3.2.0", |
| 77 | + "webpack": "^4.16.5" |
74 | 78 | }, |
75 | 79 | "peerDependencies": { |
76 | 80 | "react": "*" |
|
0 commit comments