diff --git a/package.json b/package.json index 12a8366..b01b1d3 100644 --- a/package.json +++ b/package.json @@ -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, @@ -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",