From bcec62c0ac1592f3d72d66fca979736a50d968e5 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Mon, 27 Aug 2018 19:22:35 -0400 Subject: [PATCH] update ourselves to 7.0 (#8558) --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 88b7f5a572..3d9589ca9c 100644 --- a/package.json +++ b/package.json @@ -10,17 +10,17 @@ "test": "make test" }, "devDependencies": { - "@babel/cli": "7.0.0-rc.2", - "@babel/core": "7.0.0-rc.2", - "@babel/plugin-transform-runtime": "7.0.0-rc.2", - "@babel/plugin-proposal-class-properties": "7.0.0-rc.2", - "@babel/plugin-proposal-export-namespace-from": "7.0.0-rc.2", - "@babel/plugin-proposal-numeric-separator": "7.0.0-rc.2", - "@babel/plugin-transform-modules-commonjs": "7.0.0-rc.2", - "@babel/preset-env": "7.0.0-rc.2", - "@babel/preset-flow": "7.0.0-rc.2", - "@babel/register": "7.0.0-rc.2", - "@babel/runtime": "7.0.0-rc.2", + "@babel/cli": "^7.0.0", + "@babel/core": "^7.0.0", + "@babel/plugin-transform-runtime": "^7.0.0", + "@babel/plugin-proposal-class-properties": "^7.0.0", + "@babel/plugin-proposal-export-namespace-from": "^7.0.0", + "@babel/plugin-proposal-numeric-separator": "^7.0.0", + "@babel/plugin-transform-modules-commonjs": "^7.0.0", + "@babel/preset-env": "^7.0.0", + "@babel/preset-flow": "^7.0.0", + "@babel/register": "^7.0.0", + "@babel/runtime": "^7.0.0", "babel-core": "^7.0.0-0", "babel-eslint": "^8.2.6", "babel-jest": "^23.4.0",