Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Commit

Permalink
fix(deps): Update dependencies (#286 by @dkocich)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocich authored and jamonholmgren committed Sep 26, 2019
1 parent f930b17 commit 28a2743
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions boilerplate/package.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@
"storybook": "storybook start -p 7007"
},
"dependencies": {
"apisauce": "^1.0.2",
"format-json": "^1.0.3",
"identity-obj-proxy": "^3.0.0",
"lodash": "^4.17.11",
"prop-types": "^15.6.1",
"querystringify": "2.1.0",
"ramda": "^0.26.1",
"react-native-config": "^0.11.7",
"react-navigation-redux-helpers": "^3.0.2",
"react-native-device-info": "^2.1.3",
"react-redux": "^6.0.0",
"redux": "^4.0.0",
"redux-saga": "^1.0.0",
"reduxsauce": "1.0.1",
"seamless-immutable": "^7.1.2"
"apisauce": "1.0.3",
"format-json": "1.0.3",
"identity-obj-proxy": "3.0.0",
"lodash": "4.17.15",
"prop-types": "15.7.2",
"querystringify": "2.1.1",
"ramda": "0.26.1",
"react-native-config": "0.11.7",
"react-navigation-redux-helpers": "3.0.2",
"react-native-device-info": "2.1.3",
"react-redux": "6.0.1",
"redux": "4.0.4",
"redux-saga": "1.0.5",
"reduxsauce": "1.1.0",
"seamless-immutable": "7.1.4"
},
"devDependencies": {
"@storybook/addons": "^4.1.11",
Expand All @@ -40,17 +40,17 @@
"@storybook/channels": "^4.1.11",
"@storybook/react-native": "^4.1.11",
"babel-core": "6.26.3",
"babel-preset-env": "^1.6.1",
"babel-preset-react-native": "^4.0.1",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"mockery": "^2.1.0",
"babel-plugin-ignite-ignore-reactotron": "^0.3.0",
"react-devtools-core": "3.6.0",
"react-dom": "16.7.0",
"reactotron-react-native": "^2.1.0",
"reactotron-redux": "^2.1.0",
"reactotron-redux-saga": "^3.0.0"
"babel-preset-env": "1.7.0",
"babel-preset-react-native": "4.0.1",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.14.0",
"mockery": "2.1.0",
"babel-plugin-ignite-ignore-reactotron": "0.3.0",
"react-devtools-core": "3.6.3",
"react-dom": "16.8.6",
"reactotron-react-native": "2.2.0",
"reactotron-redux": "2.1.3",
"reactotron-redux-saga": "3.0.0"
},
"jest": {
"testMatch": [
Expand Down

0 comments on commit 28a2743

Please sign in to comment.