|
1 | 1 | { |
2 | 2 | "name": "@sentisis/react-tags-input", |
3 | | - "version": "1.0.1", |
| 3 | + "version": "1.0.2", |
4 | 4 | "description": "React input to create tags", |
5 | 5 | "main": "scr/TagsInput.jsx", |
6 | 6 | "public": true, |
|
36 | 36 | "homepage": "https://github.com/Sentisis/tags-input#readme", |
37 | 37 | "dependencies": { |
38 | 38 | "classnames": "^2.2.5", |
39 | | - "clipboard": "^1.5.16", |
| 39 | + "clipboard": "^2.0.4", |
40 | 40 | "lodash": "^4.17.11", |
41 | 41 | "mousetrap": "^1.6.0", |
42 | 42 | "prop-types": "^15.5.10", |
43 | | - "react": "^15.4.2" |
| 43 | + "react": "^16.6.3" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | 46 | "babel-cli": "^6.26.0", |
47 | | - "babel-jest": "^20.0.3", |
| 47 | + "babel-jest": "^23.6.0", |
48 | 48 | "babel-plugin-lodash": "^3.2.11", |
49 | 49 | "babel-plugin-transform-object-rest-spread": "^6.22.0", |
50 | 50 | "babel-polyfill": "^6.22.0", |
51 | 51 | "babel-preset-env": "^1.7.0", |
52 | 52 | "babel-preset-latest": "^6.22.0", |
53 | 53 | "babel-preset-react": "^6.22.0", |
54 | | - "eslint": "^4.2.0", |
55 | | - "eslint-config-airbnb": "^15.0.2", |
| 54 | + "eslint": "^5.9.0", |
| 55 | + "eslint-config-airbnb": "^17.1.0", |
56 | 56 | "eslint-plugin-import": "^2.14.0", |
57 | 57 | "eslint-plugin-jsx-a11y": "^6.0.2", |
58 | 58 | "eslint-plugin-react": "^7.1.0", |
59 | | - "jest": "^20.0.4", |
60 | | - "react-test-renderer": "^15.4.2" |
| 59 | + "jest": "^23.6.0", |
| 60 | + "react-test-renderer": "^16.6.3" |
61 | 61 | }, |
62 | 62 | "jest": { |
63 | 63 | "collectCoverage": true |
|
0 commit comments