Skip to content

Commit

Permalink
chore: Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Apr 3, 2023
1 parent 5660fee commit 0e42bd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test-e2e/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.0.5",
"redux": "^4.2.1"
"redux": "4.2.1"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -31,8 +31,8 @@
]
},
"devDependencies": {
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-module-resolver": "5.0.0",
"react-scripts": "5.0.1",
"serve": "^14.2.0"
"serve": "14.2.0"
}
}

0 comments on commit 0e42bd8

Please sign in to comment.