Update Babel version

I'm not sure why Travis tests are failing, but this is a common
recommendation when googling the error message...
This commit is contained in:
Guangcong Luo 2018-10-16 03:45:08 -05:00
parent f86245febb
commit 6e8e112b24
2 changed files with 11 additions and 8 deletions

3
build
View File

@ -53,6 +53,9 @@ case 'sprites':
case 'replays':
execSync(`node ../replay.pokemonshowdown.com/build`, options);
process.exit();
break;
case 'test-only':
break;
case '':
break;

View File

@ -13,14 +13,14 @@
"fix": "eslint --config=.eslintrc.js --fix js/ && eslint --config=build-tools/.eslintrc.js --fix build-tools/update build-tools/build-indexes"
},
"dependencies": {
"@babel/cli": "^7.0.0-beta.46",
"@babel/core": "^7.0.0-beta.46",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.46",
"@babel/plugin-transform-member-expression-literals": "^7.0.0-beta.46",
"@babel/plugin-transform-property-literals": "^7.0.0-beta.46",
"@babel/plugin-transform-react-jsx": "^7.0.0-beta.46",
"@babel/preset-env": "^7.0.0-beta.46",
"@babel/preset-typescript": "^7.0.0-beta.46",
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-transform-member-expression-literals": "^7.0.0",
"@babel/plugin-transform-property-literals": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-typescript": "^7.1.0",
"@types/jquery": "^3.3.1",
"google-auth-library": "^1.5.0",
"image-size": "^0.6.2"