Skip to content

Commit

Permalink
build(deps-dev): update @babel/preset-env requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [@babel/preset-env](https://github.com/babel/babel) to permit the latest version.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](babel/babel@v7.9.0...v7.9.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Apr 13, 2020
1 parent 6d8b3bf commit 9c38241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blank_rust_react_project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "cd contract && cargo test --package status-message -- --nocapture"
},
"devDependencies": {
"@babel/preset-env": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"babel-jest": "^25.3.0",
"gh-pages": "^2.2.0",
Expand Down

0 comments on commit 9c38241

Please sign in to comment.