upgrade devDeps version

This commit is contained in:
afc163 2016-01-19 16:52:54 +08:00
parent 3337e6072b
commit 1b0842743c
2 changed files with 6 additions and 7 deletions

View File

@ -12,7 +12,7 @@
"experimentalObjectRestSpread": true
},
"plugins": [
"markdown-antd",
"markdown",
"react",
"babel"
],

View File

@ -67,12 +67,11 @@
"rc-upload": "~1.8.0",
"rc-util": "~3.0.1",
"react-slick": "~0.9.1",
"util-deprecate": "~1.0.1",
"velocity-animate": "~1.2.2",
"warning": "~2.1.0"
},
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"autoprefixer-loader": "^3.2.0",
"babel-cli": "^6.2.0",
"babel-core": "^6.2.1",
"babel-jest": "^6.0.1",
@ -88,7 +87,7 @@
"eslint": "^1.1.0",
"eslint-config-airbnb": "latest",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-markdown-antd": "latest",
"eslint-plugin-markdown": "*",
"eslint-plugin-react": "^3.3.1",
"extract-text-webpack-plugin": "^0.9.1",
"gh-pages": "^0.8.0",
@ -99,8 +98,8 @@
"less": "~2.5.3",
"less-loader": "^2.2.0",
"lesshint-antd": "^1.2.1",
"lodash": "^3.10.0",
"nico-jsx": "~0.7.0",
"lodash": "^4.0.0",
"nico-jsx": "~0.7.2",
"pre-commit": "1.x",
"rc-form": "^0.8.0",
"rc-scroll-anim": "^0.1.1",
@ -127,7 +126,7 @@
"just-deploy": "npm run site && node scripts/deploy.js",
"lint": "npm run srclint && npm run mdlint && npm run lesshint",
"srclint": "eslint --fix components test index.js --ext '.js,.jsx'",
"mdlint": "eslint --fix components/*/demo/*.md --ext '.md' --global 'React,ReactDOM,mountNode' --rule 'no-console: 0'",
"mdlint": "eslint --fix components/*/demo/*.md --ext '.md' --global 'React,ReactDOM,mountNode' --rule 'no-console: 0,eol-last: 0'",
"lesshint": "lesshint style/ -e 'style/+(core|mixins)/+(base|iconfont|normalize|layouts|compatibility|grid).less'",
"test": "npm run lint && webpack && npm run jest",
"jest": "jest",