mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-10 17:12:48 +00:00
feat: add favorites - update dependencies
This commit is contained in:
@@ -10,16 +10,16 @@
|
||||
"author": "Mitchell Gerber",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/chart.js": "^2.7.22",
|
||||
"@types/chart.js": "^2.9.21",
|
||||
"@types/jwt-decode": "^2.2.1",
|
||||
"@types/lodash": "^4.14.137",
|
||||
"@types/luxon": "^1.2.2",
|
||||
"@types/lodash": "^4.14.155",
|
||||
"@types/luxon": "^1.24.0",
|
||||
"@types/node": "^10.3.4",
|
||||
"@types/nprogress": "0.0.29",
|
||||
"@types/query-string": "^6.1.0",
|
||||
"@types/react": "^16.4.1",
|
||||
"@types/query-string": "^6.3.0",
|
||||
"@types/react": "^16.9.36",
|
||||
"@types/react-chartjs-2": "^2.5.7",
|
||||
"@types/react-dom": "^16.0.6",
|
||||
"@types/react-dom": "^16.9.8",
|
||||
"@types/react-dropzone": "^4.2.0",
|
||||
"@types/react-router-dom": "^4.2.7",
|
||||
"autoprefixer": "^8.6.3",
|
||||
@@ -31,7 +31,7 @@
|
||||
"babel-preset-es2015": "^6.18.0",
|
||||
"babel-preset-react": "^6.16.0",
|
||||
"babel-preset-stage-0": "^6.16.0",
|
||||
"chart.js": "^2.7.2",
|
||||
"chart.js": "^2.9.3",
|
||||
"clean-webpack-plugin": "^0.1.14",
|
||||
"css-loader": "^0.28.11",
|
||||
"favicons-webpack-plugin": "0.0.9",
|
||||
@@ -40,27 +40,27 @@
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
"jwt-decode": "^2.2.0",
|
||||
"lodash": "^4.17.15",
|
||||
"luxon": "^1.3.3",
|
||||
"luxon": "^1.24.1",
|
||||
"mini-css-extract-plugin": "^0.4.2",
|
||||
"mobx": "^5.0.3",
|
||||
"mobx": "^5.15.4",
|
||||
"mobx-react": "^5.2.5",
|
||||
"node-sass": "^4.9.3",
|
||||
"node-sass": "^4.14.1",
|
||||
"normalize.css": "^8.0.1",
|
||||
"nprogress": "^0.2.0",
|
||||
"postcss-loader": "^2.1.5",
|
||||
"query-string": "^6.1.0",
|
||||
"react": "^16.4.1",
|
||||
"react-chartjs-2": "^2.7.6",
|
||||
"react-dom": "^16.4.1",
|
||||
"query-string": "^6.13.1",
|
||||
"react": "^16.13.1",
|
||||
"react-chartjs-2": "^2.9.0",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-dropzone": "^4.2.11",
|
||||
"react-router-dom": "^4.3.1",
|
||||
"sass-loader": "^7.0.3",
|
||||
"style-loader": "^0.21.0",
|
||||
"ts-loader": "^4.4.1",
|
||||
"typescript": "^2.9.2",
|
||||
"typescript": "^3.9.5",
|
||||
"url-loader": "^1.0.1",
|
||||
"webpack": "^4.12.0",
|
||||
"webpack-cli": "^3.0.8",
|
||||
"webpack-dev-server": "^3.1.4"
|
||||
"webpack": "^4.43.0",
|
||||
"webpack-cli": "^3.3.11",
|
||||
"webpack-dev-server": "^3.11.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user