mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
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:
parent
f86245febb
commit
6e8e112b24
3
build
3
build
|
|
@ -53,6 +53,9 @@ case 'sprites':
|
|||
case 'replays':
|
||||
execSync(`node ../replay.pokemonshowdown.com/build`, options);
|
||||
process.exit();
|
||||
break;
|
||||
case 'test-only':
|
||||
|
||||
break;
|
||||
case '':
|
||||
break;
|
||||
|
|
|
|||
16
package.json
16
package.json
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user