|
1 | 1 | { |
2 | 2 | "name": "@perchsecurity/perch-data", |
3 | | - "version": "1.1.0", |
| 3 | + "version": "1.2.0", |
4 | 4 | "description": "Utilities for managing data. Inspired by react-apollo.", |
5 | 5 | "main": "lib/index.js", |
6 | 6 | "private": false, |
|
27 | 27 | "homepage": "https://github.com/usePF/perch-data#readme", |
28 | 28 | "peerDependencies": { |
29 | 29 | "prop-types": "^15.0.0", |
30 | | - "react": ">=15.0.0", |
31 | | - "react-dom": ">=15.0.0" |
| 30 | + "react": ">=16.7.0", |
| 31 | + "react-dom": ">=16.7.0" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | 34 | "babel-cli": "^6.26.0", |
35 | | - "babel-eslint": "^8.2.2", |
| 35 | + "babel-eslint": "^8.2.6", |
36 | 36 | "babel-plugin-transform-class-properties": "^6.24.1", |
37 | 37 | "babel-plugin-transform-export-extensions": "^6.22.0", |
38 | 38 | "babel-plugin-transform-object-rest-spread": "^6.26.0", |
39 | | - "babel-preset-env": "^1.6.1", |
| 39 | + "babel-preset-env": "^1.7.0", |
40 | 40 | "babel-preset-react": "^6.24.1", |
41 | 41 | "eslint": "^4.19.1", |
42 | 42 | "eslint-config-airbnb": "^16.1.0", |
43 | | - "eslint-config-prettier": "^2.9.0", |
44 | | - "eslint-plugin-import": "^2.9.0", |
45 | | - "eslint-plugin-jsx-a11y": "^6.0.3", |
46 | | - "eslint-plugin-react": "^7.7.0", |
47 | | - "jest": "^22.4.3", |
48 | | - "prettier": "^1.11.1", |
49 | | - "prop-types": "^15.0.0", |
50 | | - "react": "^15.0.0", |
51 | | - "react-dom": "^15.0.0", |
52 | | - "react-test-renderer": "^15.0.0" |
| 43 | + "eslint-config-prettier": "^2.10.0", |
| 44 | + "eslint-plugin-import": "^2.15.0", |
| 45 | + "eslint-plugin-jsx-a11y": "^6.1.2", |
| 46 | + "eslint-plugin-react": "^7.12.4", |
| 47 | + "jest": "^22.4.4", |
| 48 | + "prettier": "^1.16.1", |
| 49 | + "prop-types": "^15.6.2", |
| 50 | + "react": "^16.7.0", |
| 51 | + "react-dom": "^16.7.0", |
| 52 | + "react-test-renderer": "^16.7.0" |
53 | 53 | }, |
54 | 54 | "dependencies": { |
55 | | - "immutability-helper": "^2.6.6", |
| 55 | + "immutability-helper": "^2.9.0", |
56 | 56 | "lodash.isequal": "^4.5.0", |
57 | 57 | "store": "^2.0.12" |
58 | 58 | } |
|
0 commit comments