Fix itunes tests

This commit is contained in:
Jonathan Cremin 2019-03-11 20:59:04 +00:00
parent fc33d1ea92
commit 2a39b2a8e3
4 changed files with 3148 additions and 2557 deletions

View file

@ -29,10 +29,10 @@
"bluebird": "^3.5.1",
"bulma": "^0.7.1",
"co": "~4.6.0",
"css-loader": "^0.28.11",
"debug": "^3.1.0",
"css-loader": "^2.1.1",
"debug": "^4.1.1",
"ejs": "^2.5.9",
"file-loader": "^1.1.11",
"file-loader": "^3.0.1",
"iso8601-duration": "^1.1.1",
"kcors": "^2.2.1",
"koa": "^2.5.1",
@ -41,10 +41,10 @@
"koa-favicon": "~2.0.1",
"koa-logger": "~3.2.0",
"koa-route": "~3.2.0",
"koa-static": "^4.0.2",
"koa-static": "^5.0.0",
"koa-views": "^6.1.4",
"kue": "^0.11.6",
"mini-css-extract-plugin": "^0.4.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"nodebrainz": "^2.1.1",
"pg": "^7.4.3",
@ -53,7 +53,7 @@
"sass-loader": "^7.0.1",
"sequelize": "^4.37.6",
"spotify-web-api-node": "^4.0.0",
"superagent": "^3.8.2",
"superagent": "^4.1.0",
"vue": "^2.5.17",
"vue-loader": "^15.0.4",
"vue-router": "^3.0.1",
@ -66,12 +66,12 @@
"webpack-stats-plugin": "^0.2.1"
},
"devDependencies": {
"concurrently": "^3.5.1",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"concurrently": "^4.1.0",
"eslint": "^5.15.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.11.0",
"istanbul": "^0.4.0",
"mocha": "^5.1.1",
"mocha": "^6.0.2",
"nodemon": "^1.17.3",
"should": "^13.2.1"
}