upgrade package versions

This commit is contained in:
Florian Dold 2019-08-20 11:58:22 +02:00
parent 5fa70b1eb3
commit 9e8cdc58d6
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
3 changed files with 1174 additions and 1198 deletions

View File

@ -16,7 +16,6 @@
"build": "make tsc"
},
"devDependencies": {
"@types/moment": "^2.13.0",
"@types/react": "^16.4.0",
"@types/react-dom": "^16.0.0",
"ava": "^1.4.1",
@ -26,21 +25,21 @@
"gulp-gzip": "^1.2.0",
"gulp-json-transform": "^0.4.2",
"gulp-rename": "^1.2.2",
"gulp-tar": "^2.0.0",
"gulp-zip": "^4.0.0",
"gulp-tar": "^3.0.0",
"gulp-zip": "^5.0.0",
"jed": "^1.1.1",
"map-stream": "^0.0.7",
"moment": "^2.18.1",
"nyc": "^13.3.0",
"nyc": "^14.1.1",
"po2json": "^1.0.0-alpha",
"pogen": "^0.0.5",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"structured-clone": "^0.2.2",
"terser-webpack-plugin": "^1.2.3",
"through2": "2.0.1",
"through2": "3.0.1",
"tslint": "^5.14.0",
"typedoc": "^0.14.2",
"typedoc": "^0.15.0",
"typescript": "^3.3.4000",
"uglify-js": "^3.0.27",
"vinyl": "^2.2.0",
@ -54,7 +53,7 @@
"@types/chrome": "^0.0.88",
"@types/urijs": "^1.19.3",
"axios": "^0.19.0",
"commander": "^2.20.0",
"commander": "^3.0.0",
"idb-bridge": "^0.0.7",
"source-map-support": "^0.5.12",
"urijs": "^1.18.10"

View File

@ -90,7 +90,7 @@ export class Bank {
const resp = await Axios({
method: "post",
url: reqUrl,
data: querystring.stringify(bankUser),
data: querystring.stringify(bankUser as any),
responseType: "json",
});

2357
yarn.lock

File diff suppressed because it is too large Load Diff