mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-04-24 07:08:08 -05:00
Update dependencies
This commit is contained in:
parent
4ccc7cd3ce
commit
e93277437d
32
package.json
32
package.json
|
|
@ -15,25 +15,25 @@
|
|||
"build-full": "node build full"
|
||||
},
|
||||
"dependencies": {
|
||||
"@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",
|
||||
"google-auth-library": "^1.5.0",
|
||||
"image-size": "^0.6.2"
|
||||
"@babel/cli": "^7.2.3",
|
||||
"@babel/core": "^7.3.3",
|
||||
"@babel/plugin-proposal-class-properties": "^7.3.3",
|
||||
"@babel/plugin-transform-member-expression-literals": "^7.2.0",
|
||||
"@babel/plugin-transform-property-literals": "^7.2.0",
|
||||
"@babel/plugin-transform-react-jsx": "^7.3.0",
|
||||
"@babel/preset-env": "^7.3.1",
|
||||
"@babel/preset-typescript": "^7.3.3",
|
||||
"google-auth-library": "^3.1.0",
|
||||
"image-size": "^0.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jquery": "^3.3.1",
|
||||
"@types/mocha": "^5.2.5",
|
||||
"eslint": "^4.11.0",
|
||||
"mocha": "^5.2.0",
|
||||
"@types/jquery": "^3.3.29",
|
||||
"@types/mocha": "^5.2.6",
|
||||
"eslint": "^5.14.1",
|
||||
"mocha": "^6.0.2",
|
||||
"preact": "^8.3.1",
|
||||
"tslint": "^5.11.0",
|
||||
"typescript": "^3.1.3"
|
||||
"tslint": "^5.13.0",
|
||||
"typescript": "^3.3.3333"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user