Restrict dependencies to major versions only.

old
Alexandre Borela 2016-11-18 18:08:11 -02:00
parent e40c77442e
commit 525c6b1e0c
1 changed files with 59 additions and 59 deletions

View File

@ -36,64 +36,64 @@
"toolkit"
],
"dependencies": {
"classnames": "~2.2.5",
"core-js": "~2.4.0",
"normalize.css": "~4.2.0",
"react-css-themr": "~1.4.1"
"classnames": "^2.2.5",
"core-js": "^2.4.0",
"normalize.css": "^4.2.0",
"react-css-themr": "^1.4.1"
},
"devDependencies": {
"autoprefixer": "~6.5.1",
"babel-cli": "~6.16.0",
"babel-core": "~6.17.0",
"babel-eslint": "~7.0.0",
"babel-loader": "~6.2.4",
"babel-plugin-react-transform": "~2.0.2",
"babel-polyfill": "~6.16.0",
"babel-preset-es2015": "~6.16.0",
"babel-preset-react": "~6.16.0",
"babel-preset-stage-0": "~6.16.0",
"cpx": "~1.5.0",
"cross-env": "~3.1.3",
"css-loader": "~0.25.0",
"eslint": "~3.8.1",
"eslint-import-resolver-webpack": "~0.6.0",
"eslint-plugin-babel": "~3.3.0",
"eslint-plugin-import": "~2.0.1",
"eslint-plugin-jsx-a11y": "~2.2.3",
"eslint-plugin-react": "~6.4.1",
"expect": "~1.20.1",
"express": "~4.14.0",
"extract-text-webpack-plugin": "~1.0.1",
"git-dirty": "~1.0.2",
"glob": "~7.1.1",
"immutability-helper": "~2.0.0",
"internal-ip": "~1.2.0",
"karma": "~1.3.0",
"karma-cli": "~1.0.0",
"karma-mocha": "~1.2.0",
"karma-phantomjs-launcher": "~1.0.0",
"karma-webpack": "~1.8.0",
"autoprefixer": "^6.5.1",
"babel-cli": "^6.16.0",
"babel-core": "^6.17.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.4",
"babel-plugin-react-transform": "^2.0.2",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"cpx": "^1.5.0",
"cross-env": "^3.1.3",
"css-loader": "^0.25.0",
"eslint": "^3.8.1",
"eslint-import-resolver-webpack": "^0.6.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"expect": "^1.20.1",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"git-dirty": "^1.0.2",
"glob": "^7.1.1",
"immutability-helper": "^2.0.0",
"internal-ip": "^1.2.0",
"karma": "^1.3.0",
"karma-cli": "^1.0.0",
"karma-mocha": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-webpack": "^1.8.0",
"lint-staged": "^3.2.0",
"mocha": "~3.1.2",
"node-sass": "~3.10.1",
"phantomjs-prebuilt": "~2.1.7",
"postcss-loader": "~1.0.0",
"mocha": "^3.1.2",
"node-sass": "^3.10.1",
"phantomjs-prebuilt": "^2.1.7",
"postcss-loader": "^1.0.0",
"pre-commit": "^1.1.3",
"react": "~15.3.0",
"react-addons-css-transition-group": "~15.3.0",
"react-addons-test-utils": "~15.3.0",
"react-dom": "~15.3.0",
"react-transform-catch-errors": "~1.0.2",
"react-transform-hmr": "~1.0.4",
"redbox-react": "~1.3.2",
"rimraf": "~2.5.2",
"sass-lint": "1.9.1",
"sass-loader": "~4.0.0",
"sinon": "~2.0.0-pre.2",
"style-loader": "~0.13.1",
"webpack": "~1.13.0",
"webpack-dev-middleware": "~1.8.4",
"webpack-hot-middleware": "~2.13.0"
"react": "^15.3.0",
"react-addons-css-transition-group": "^15.3.0",
"react-addons-test-utils": "^15.3.0",
"react-dom": "^15.3.0",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.3.2",
"rimraf": "^2.5.2",
"sass-lint": "^1.9.1",
"sass-loader": "^4.0.0",
"sinon": "^2.0.0-pre.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.0",
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.13.0"
},
"scripts": {
"babel": "babel ./components --out-dir ./lib",
@ -115,11 +115,11 @@
},
"license": "MIT",
"peerDependencies": {
"classnames": "~2.2.0",
"immutability-helper": "~2.0.0",
"react": "~0.14 || ~15.3.0",
"react-addons-css-transition-group": "~0.14.0 || ~15.3.0",
"react-dom": "~0.14.0 || ~15.3.0"
"classnames": "^2.2.0",
"immutability-helper": "^2.0.0",
"react": "^0.14.0 || ^15.3.0",
"react-addons-css-transition-group": "^0.14.0 || ^15.3.0",
"react-dom": "^0.14.0 || ^15.3.0"
},
"pre-commit": "lint:staged"
}