Update dependencies
This commit is contained in:
parent
725c67994b
commit
254745def5
4 changed files with 865 additions and 800 deletions
22
package.json
22
package.json
|
@ -19,21 +19,21 @@
|
|||
"node": ">=10.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/cli": "^7.0.0-beta.46",
|
||||
"@babel/core": "^7.0.0-beta.46",
|
||||
"@babel/polyfill": "^7.0.0-beta.46",
|
||||
"@babel/preset-env": "^7.0.0-beta.46",
|
||||
"@babel/register": "^7.0.0-beta.46",
|
||||
"@sentry/node": "^4.6.4",
|
||||
"@babel/cli": "^7.0.0",
|
||||
"@babel/core": "^7.0.0",
|
||||
"@babel/polyfill": "^7.0.0",
|
||||
"@babel/preset-env": "^7.0.0",
|
||||
"@babel/register": "^7.0.0",
|
||||
"@sentry/node": "^5.4.0",
|
||||
"apple-music-jwt": "^0.2.0",
|
||||
"babel-loader": "^8.0.0-beta.2",
|
||||
"bluebird": "^3.5.1",
|
||||
"babel-loader": "^8.0.6",
|
||||
"bluebird": "^3.5.5",
|
||||
"bulma": "^0.7.1",
|
||||
"co": "~4.6.0",
|
||||
"css-loader": "^2.1.1",
|
||||
"debug": "^4.1.1",
|
||||
"ejs": "^2.5.9",
|
||||
"file-loader": "^3.0.1",
|
||||
"file-loader": "^4.0.0",
|
||||
"iso8601-duration": "^1.1.1",
|
||||
"kcors": "^2.2.1",
|
||||
"koa": "^2.5.1",
|
||||
|
@ -45,7 +45,7 @@
|
|||
"koa-static": "^5.0.0",
|
||||
"koa-views": "^6.1.4",
|
||||
"kue": "^0.11.6",
|
||||
"mini-css-extract-plugin": "^0.5.0",
|
||||
"mini-css-extract-plugin": "^0.7.0",
|
||||
"node-sass": "^4.11.0",
|
||||
"nodebrainz": "^2.1.1",
|
||||
"pg": "^7.4.3",
|
||||
|
@ -53,7 +53,7 @@
|
|||
"sass-loader": "^7.0.1",
|
||||
"sequelize": "^5.3.0",
|
||||
"spotify-web-api-node": "^4.0.0",
|
||||
"superagent": "^4.1.0",
|
||||
"superagent": "^5.0.6",
|
||||
"vue": "^2.5.17",
|
||||
"vue-loader": "^15.0.4",
|
||||
"vue-router": "^3.0.1",
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
@import "bulma/sass/elements/notification.sass";
|
||||
@import "bulma/sass/elements/other.sass";
|
||||
@import "bulma/sass/grid/_all.sass";
|
||||
@import "bulma/sass/form/_all.sass";
|
||||
|
||||
|
||||
html {
|
||||
|
|
|
@ -23,7 +23,7 @@ describe('iTunes Music', function(){
|
|||
|
||||
it('should find awkward album by search', async function (){
|
||||
const result = await itunes.search({type: 'album', artist: {name: 'Anavitória'}, name: 'Fica'});
|
||||
result.name.should.equal('Fica (feat. Matheus & Kauan) - Single');
|
||||
result.name.should.equal('Fica AnaVitoria - Single');
|
||||
});
|
||||
|
||||
it('should find track by search', async function (){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue