Skip to content

Commit ba5f520

Browse files
author
Robert Jackson
committed
Update to floating dep on @babel/core.
1 parent 4c13806 commit ba5f520

File tree

2 files changed

+349
-349
lines changed

2 files changed

+349
-349
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"devDependencies": {
3-
"@babel/core": "7.0.0-beta.42",
4-
"@babel/preset-env": "7.0.0-beta.42",
3+
"@babel/core": "^7.0.0-beta.42",
4+
"@babel/preset-env": "^7.0.0-beta.42",
55
"babel-core": "^6.26.0",
66
"babel-preset-env": "^1.6.1",
77
"jest": "^21.0.0"
@@ -35,7 +35,7 @@
3535
"semver": "^5.3.0"
3636
},
3737
"peerDependencies": {
38-
"@babel/core": "7.0.0-beta.42"
38+
"@babel/core": "^7.0.0-beta.42"
3939
},
4040
"jest": {
4141
"testMatch": [

0 commit comments

Comments
 (0)