Skip to content

Commit

Permalink
udpate app template dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Jan 29, 2020
1 parent 0326bff commit dd17df6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions packages/create-app/template/_package.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,18 @@ module.exports = base => {
npm: ">= 6.4.1"
},
dependencies: {
"electrode-archetype-react-app": "^7.0.2",
"electrode-archetype-react-app": "^7.0.3",
"electrode-server": "^3.0.0",
react: "^16",
"react-dom": "^16",
"react-redux": "^7.1.1",
redux: "^4.0.4",
"subapp-react": "~0.0.1",
"subapp-redux": "^1.0.4",
"subapp-server": "^1.1.4"
"subapp-react": "~0.0.4",
"subapp-redux": "^1.0.13",
"subapp-server": "^1.1.5"
},
devDependencies: {
"electrode-archetype-react-app-dev": "^7.0.2"
"electrode-archetype-react-app-dev": "^7.0.3"
}
};

Expand Down

0 comments on commit dd17df6

Please sign in to comment.