Skip to content

Commit 4f29b32

Browse files
committed
Update dependencies
1 parent 9f9016e commit 4f29b32

File tree

2 files changed

+4998
-8
lines changed

2 files changed

+4998
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentisis/react-tags-input",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "React input to create tags",
55
"main": "scr/TagsInput.jsx",
66
"public": true,
@@ -36,28 +36,28 @@
3636
"homepage": "https://github.com/Sentisis/tags-input#readme",
3737
"dependencies": {
3838
"classnames": "^2.2.5",
39-
"clipboard": "^1.5.16",
39+
"clipboard": "^2.0.4",
4040
"lodash": "^4.17.11",
4141
"mousetrap": "^1.6.0",
4242
"prop-types": "^15.5.10",
43-
"react": "^15.4.2"
43+
"react": "^16.6.3"
4444
},
4545
"devDependencies": {
4646
"babel-cli": "^6.26.0",
47-
"babel-jest": "^20.0.3",
47+
"babel-jest": "^23.6.0",
4848
"babel-plugin-lodash": "^3.2.11",
4949
"babel-plugin-transform-object-rest-spread": "^6.22.0",
5050
"babel-polyfill": "^6.22.0",
5151
"babel-preset-env": "^1.7.0",
5252
"babel-preset-latest": "^6.22.0",
5353
"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",
5656
"eslint-plugin-import": "^2.14.0",
5757
"eslint-plugin-jsx-a11y": "^6.0.2",
5858
"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"
6161
},
6262
"jest": {
6363
"collectCoverage": true

0 commit comments

Comments
 (0)