Skip to content

Commit

Permalink
chore(pkg): Update devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Apr 21, 2017
1 parent 3eb777d commit bddffbf
Show file tree
Hide file tree
Showing 3 changed files with 705 additions and 668 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[version]
0.41.0
0.44.1

[ignore]
.*/node_modules/react/.*
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,43 +44,43 @@
"react-dom": "^0.14.3 || ^15.0.0"
},
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-core": "^6.x",
"babel-eslint": "^7.1.1",
"babel-jest": "^18.0.0",
"babel-loader": "^6.x",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-jest": "^19.0.0",
"babel-loader": "^6.4.1",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-transform-react-constant-elements": "^6.5.0",
"babel-plugin-transform-react-inline-elements": "^6.6.5",
"babel-plugin-typecheck": "^3.6.1",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"css-loader": "^0.26.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"css-loader": "^0.28.0",
"ejs": "^2.4.1",
"eslint": "^3.11.1",
"eslint-plugin-react": "^6.8.0",
"exports-loader": "^0.6.3",
"flow-bin": "^0.41.0",
"imports-loader": "^0.7.0",
"jest-cli": "^18.0.0",
"eslint": "^3.19.0",
"eslint-plugin-react": "^6.10.3",
"exports-loader": "^0.6.4",
"flow-bin": "^0.44.2",
"imports-loader": "^0.7.1",
"jest-cli": "^19.0.2",
"jsxhint": "^0.15.1",
"lodash": "^4.3.0",
"pre-commit": "^1.1.2",
"precommit-hook": "^3.0.0",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-hot-loader": "^1.3.0",
"react-transform-hmr": "^1.0.2",
"style-loader": "^0.13.0",
"style-loader": "^0.16.1",
"valiquire": "^0.3.0",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"pre-commit": [
"lint"
]
}
}
Loading

0 comments on commit bddffbf

Please sign in to comment.