Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
taion committed Apr 18, 2018
1 parent 150d859 commit 497d196
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 92 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,26 +66,26 @@
"homepage": "https://github.com/4Catalyzer/found#readme",
"dependencies": {
"babel-runtime": "^6.26.0",
"farce": "^0.2.5",
"farce": "^0.2.6",
"is-promise": "^2.1.0",
"lodash": "^4.17.5",
"path-to-regexp": "^1.7.0",
"prop-types": "^15.6.1",
"prop-types-extra": "^1.0.1",
"react-redux": "^5.0.7",
"react-static-container": "^1.0.2",
"redux": "^3.7.2",
"redux": "^4.0.0",
"warning": "^3.0.0"
},
"peerDependencies": {
"react": "^0.14.9 || >=15.3.0"
},
"devDependencies": {
"@types/react": "^16.0.27",
"@types/react": "^16.3.11",
"@types/react-dom": "^16.0.5",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-eslint": "^8.2.3",
"babel-jest": "^22.4.3",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-dev-expression": "^0.2.1",
Expand All @@ -100,19 +100,19 @@
"eslint": "^4.19.1",
"eslint-config-4catalyzer-react": "^0.4.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"husky": "^0.14.3",
"jest": "^22.4.3",
"lint-staged": "^7.0.4",
"prettier": "^1.11.1",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"prettier": "^1.12.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-proxy": "^3.0.0-alpha.1",
"react-stand-in": "^4.0.0-beta.14",
"react-test-renderer": "^16.3.1",
"react-test-renderer": "^16.3.2",
"rimraf": "^2.6.2",
"typescript": "^2.8.1"
}
Expand Down

0 comments on commit 497d196

Please sign in to comment.