Skip to content

Commit

Permalink
Update @babel/preset-env requirement in /blank_rust_react_project
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.8.6...v7.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Apr 2, 2020
1 parent 2e9d389 commit 2fed216
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.8.6",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.8.3",
"babel-jest": "^25.1.0",
"gh-pages": "^2.2.0",
Expand Down

0 comments on commit 2fed216

Please sign in to comment.