Skip to content

Commit

Permalink
Merge branch 'master' into snyk-upgrade-3900cf32031948819fdc6dfce04e67e8
Browse files Browse the repository at this point in the history
  • Loading branch information
anyulled committed Oct 7, 2020
2 parents f69f418 + 1259b58 commit 3707acf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
18 changes: 13 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,23 @@
"description": "Initialization From Redux State using Redux Form",
"version": "0.0.11",
"dependencies": {
"redux-form-website-template": "0.0.41",
"redux-form": "7.0.4",
"redux-form": "7.4.2",
"redux-form-website-template": "0.0.124",
"redux": "3.7.2",
"react-redux": "5.0.6",


"react-dom": "15.6.2",
"react": "15.6.1"



"react-redux": "7.2.1",


"react": "15.6.2"

},
"devDependencies": {
"react-scripts": "1.0.0"
"react-scripts": "3.4.3"
},
"scripts": {
"start": "react-scripts start",
Expand Down
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"config:base"
], "automerge":true
}
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"redux-form-website-template": "0.0.41",
"redux-form": "7.0.4",
"redux": "3.7.2",
"react-redux": "5.0.6",
"react-redux": "7.2.1",
"react-dom": "15.6.1",
"react": "15.6.1"
}
Expand Down

0 comments on commit 3707acf

Please sign in to comment.