updating npm

This commit is contained in:
aj 2019-12-14 12:42:48 +00:00
parent e19415a97e
commit 29f2f340bc
3 changed files with 593 additions and 753 deletions

View File

@ -3,4 +3,8 @@ cron:
- description: "playlist executions job"
url: /api/playlist/run/users/cron
schedule: every 8 hours
target: spotify
target: spotify
- description: "playlist stats refresh"
url: /api/spotfm/playlist/refresh/users/cron
schedule: every 72 hours
target: spotify

1324
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,21 +19,21 @@
},
"homepage": "https://github.com/Sarsoo/sarsoo.xyz#readme",
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^2.1.1",
"style-loader": "^0.23.1",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"axios": "^0.19.0",
"react": "^16.10.2",
"react-dom": "^16.10.2"
"react": "^16.12.0",
"react-dom": "^16.12.0"
}
}