Skip to content

Commit

Permalink
fix: pin beta packages to specific versions (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbakersmith authored and jquense committed Aug 9, 2018
1 parent f196652 commit bdbe671
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
]
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.47",
"@babel/core": "^7.0.0-beta.47",
"@babel/cli": "7.0.0-beta.47",
"@babel/core": "7.0.0-beta.47",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^8.2.6",
"babel-jest": "^22.4.3",
Expand Down Expand Up @@ -83,15 +83,15 @@
"sinon-chai": "^3.2.0"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.47",
"@babel/runtime": "7.0.0-beta.47",
"fn-name": "~2.0.1",
"lodash": "^4.17.10",
"property-expr": "^1.5.0",
"synchronous-promise": "^1.0.18",
"toposort": "^2.0.2"
},
"resolutions": {
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.51"
"@babel/plugin-proposal-object-rest-spread": "7.0.0-beta.51"
},
"release-script": {
"defaultDryRun": "false"
Expand Down

0 comments on commit bdbe671

Please sign in to comment.