Skip to content

Commit 0c3cd8f

Browse files
author
Eduardo Garcia Sanz
committed
versions update
1 parent 759a378 commit 0c3cd8f

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "git",
77
"url" : "git://github.com/coma/svg-reactify.git"
88
},
9-
"version" : "2.0.0-alpha.2",
9+
"version" : "2.0.0",
1010
"main" : "lib",
1111
"license" : "MIT",
1212
"private" : false,
@@ -23,26 +23,26 @@
2323
"browserify-transform"
2424
],
2525
"dependencies" : {
26-
"babel-core" : "6.6",
27-
"babel-preset-react" : "6.5",
28-
"lodash.camelcase" : "4.1",
29-
"lodash.kebabcase" : "4.0",
30-
"svgo" : "0.6",
31-
"through2" : "2.0"
26+
"babel-core" : "^6.10.4",
27+
"babel-preset-react" : "^6.11.1",
28+
"lodash.camelcase" : "^4.1.1",
29+
"lodash.kebabcase" : "^4.0.1",
30+
"svgo" : "^0.6.6",
31+
"through2" : "^2.0.1"
3232
},
3333
"peerDependencies": {
34-
"react": "0.14"
34+
"react": "^0.14.0 || ^15.0.0"
3535
},
3636
"devDependencies" : {
37-
"babel-cli" : "6.5",
38-
"babel-eslint" : "5.0",
39-
"babel-preset-es2015" : "6.5",
40-
"enzyme" : "2.0",
41-
"eslint" : "2.2",
42-
"react" : "0.14",
43-
"react-addons-test-utils": "0.14",
44-
"react-dom" : "0.14",
45-
"tape" : "4.4"
37+
"babel-cli" : "^6.10.1",
38+
"babel-eslint" : "^6.1.0",
39+
"babel-preset-es2015" : "^6.9.0",
40+
"enzyme" : "^2.3.0",
41+
"eslint" : "^2.13.1",
42+
"react" : "^15.1.0",
43+
"react-addons-test-utils": "^15.1.0",
44+
"react-dom" : "^15.1.0",
45+
"tape" : "^4.6.0"
4646
},
4747
"scripts" : {
4848
"clean" : "rm -rf ./lib",

0 commit comments

Comments
 (0)