Skip to content

Commit b3424bd

Browse files
committed
updated dependancies
1 parent d17ad8e commit b3424bd

File tree

1 file changed

+25
-24
lines changed

1 file changed

+25
-24
lines changed

package.json

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-uikit-trigger",
3-
"version": "0.1.3",
3+
"version": "1.0.0",
44
"description": "React uikit trigger component.",
55
"keywords": [
66
"javascript",
@@ -30,34 +30,35 @@
3030
"test:watch": "watch 'npm run test' ./"
3131
},
3232
"devDependencies": {
33-
"babel-core": "~6.2.1",
34-
"babel-eslint": "~4.1.5",
35-
"babel-plugin-transform-runtime": "~6.1.18",
36-
"babel-preset-es2015": "~6.1.18",
37-
"babel-preset-react": "~6.1.18",
38-
"babel-preset-stage-0": "~6.1.18",
39-
"babel-runtime": "~6.2.0",
40-
"blue-tape": "~0.1.10",
41-
"cheerio": "~0.19.0",
33+
"babel-cli": "~6.8.0",
34+
"babel-core": "~6.8.0",
35+
"babel-eslint": "~6.0.4",
36+
"babel-plugin-transform-runtime": "~6.8.0",
37+
"babel-preset-es2015": "~6.6.0",
38+
"babel-preset-react": "~6.5.0",
39+
"babel-preset-stage-0": "~6.5.0",
40+
"babel-runtime": "~6.6.1",
41+
"blue-tape": "~0.2.0",
42+
"cheerio": "~0.20.0",
4243
"cuid": "~1.3.8",
43-
"eslint": "~1.10.1",
44-
"eslint-config-standard": "~4.4.0",
45-
"eslint-plugin-react": "~3.11.2",
44+
"eslint": "~2.9.0",
45+
"eslint-config-standard": "~5.3.0",
46+
"eslint-plugin-react": "~5.0.1",
4647
"eslint-plugin-smells": "~1.0.1",
47-
"eslint-plugin-standard": "~1.3.1",
48+
"eslint-plugin-standard": "~1.3.2",
4849
"faucet": "~0.0.1",
49-
"glob": "~6.0.1",
50-
"history": "~1.13.1",
51-
"react-addons-test-utils": "~0.14.3",
50+
"glob": "~7.0.3",
51+
"history": "~2.1.1",
52+
"react-addons-test-utils": "~15.0.2",
5253
"tap-difflet": "~0.4.0",
53-
"tap-min": "~1.0.0",
54-
"watch": "~0.16.0"
54+
"tap-min": "~1.1.0",
55+
"watch": "~0.18.0"
5556
},
5657
"dependencies": {
57-
"babel-cli": "~6.1.8",
58-
"react": "~0.14.3",
59-
"react-uikit-base": "~0.2.2",
60-
"react-uikit-button": "~0.2.0",
58+
"babel-cli": "~6.8.0",
59+
"react": "~15.0.2",
60+
"react-uikit-base": "~1.0.0",
61+
"react-uikit-button": "~0.2.2",
6162
"ufunc": "~0.2.1"
6263
},
6364
"babel": {
@@ -68,6 +69,6 @@
6869
]
6970
},
7071
"engines": {
71-
"node": "~4.2.3"
72+
"node": "~4.4.3"
7273
}
7374
}

0 commit comments

Comments
 (0)