Skip to content

Commit

Permalink
chore: yarn upgrade --latest
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchentw committed Aug 21, 2017
1 parent 998de6c commit ebd6e2f
Show file tree
Hide file tree
Showing 2 changed files with 3,833 additions and 2,684 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,42 +53,42 @@
},
"homepage": "https://tomchentw.github.io/react-toastr/",
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-eslint": "6.1.2",
"babel-plugin-lodash": "^3.2.9",
"babel-plugin-transform-flow-comments": "^6.8.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-flow-comments": "^6.22.0",
"babel-plugin-typecheck": "^3.9.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-react-app": "^0.2.1",
"babel-preset-stage-0": "^6.5.0",
"codeclimate-test-reporter": "^0.3.3",
"cross-env": "^3.1.1",
"eslint": "3.5.0",
"eslint-config-react-app": "0.2.1",
"eslint-plugin-flowtype": "2.18.1",
"eslint-plugin-import": "1.12.0",
"eslint-plugin-jsx-a11y": "2.2.2",
"eslint-plugin-react": "6.3.0",
"jquery": "^3.1.0",
"prismjs": "^1.5.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-app": "^3.0.2",
"babel-preset-stage-0": "^6.24.1",
"codeclimate-test-reporter": "^0.5.0",
"cross-env": "^5.0.5",
"eslint": "^4.5.0",
"eslint-config-react-app": "^2.0.0",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.2.1",
"jquery": "^3.2.1",
"prismjs": "^1.6.0",
"raw-loader": "^0.5.1",
"react": "^15.3.2",
"react-addons-test-utils": "^15.3.2",
"react-github-fork-ribbon": "^0.4.4",
"react-scripts": "0.6.1",
"rimraf": "^2.5.4",
"standard-version": "^2.4.0"
"react": "^15.6.1",
"react-addons-test-utils": "^15.6.0",
"react-github-fork-ribbon": "^0.5.0",
"react-scripts": "^1.0.11",
"rimraf": "^2.6.1",
"standard-version": "^4.2.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
},
"dependencies": {
"classnames": "^2.2.5",
"element-class": "^0.2.2",
"lodash": "^4.16.1",
"react-addons-update": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
"lodash": "^4.17.4",
"react-addons-update": "^15.6.0",
"react-dom": "^15.6.1"
}
}

0 comments on commit ebd6e2f

Please sign in to comment.