Skip to content

Commit

Permalink
versions update
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Garcia Sanz committed Jun 30, 2016
1 parent 759a378 commit 0c3cd8f
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url" : "git://github.com/coma/svg-reactify.git"
},
"version" : "2.0.0-alpha.2",
"version" : "2.0.0",
"main" : "lib",
"license" : "MIT",
"private" : false,
Expand All @@ -23,26 +23,26 @@
"browserify-transform"
],
"dependencies" : {
"babel-core" : "6.6",
"babel-preset-react" : "6.5",
"lodash.camelcase" : "4.1",
"lodash.kebabcase" : "4.0",
"svgo" : "0.6",
"through2" : "2.0"
"babel-core" : "^6.10.4",
"babel-preset-react" : "^6.11.1",
"lodash.camelcase" : "^4.1.1",
"lodash.kebabcase" : "^4.0.1",
"svgo" : "^0.6.6",
"through2" : "^2.0.1"
},
"peerDependencies": {
"react": "0.14"
"react": "^0.14.0 || ^15.0.0"
},
"devDependencies" : {
"babel-cli" : "6.5",
"babel-eslint" : "5.0",
"babel-preset-es2015" : "6.5",
"enzyme" : "2.0",
"eslint" : "2.2",
"react" : "0.14",
"react-addons-test-utils": "0.14",
"react-dom" : "0.14",
"tape" : "4.4"
"babel-cli" : "^6.10.1",
"babel-eslint" : "^6.1.0",
"babel-preset-es2015" : "^6.9.0",
"enzyme" : "^2.3.0",
"eslint" : "^2.13.1",
"react" : "^15.1.0",
"react-addons-test-utils": "^15.1.0",
"react-dom" : "^15.1.0",
"tape" : "^4.6.0"
},
"scripts" : {
"clean" : "rm -rf ./lib",
Expand Down

0 comments on commit 0c3cd8f

Please sign in to comment.