Updated libraries
This commit is contained in:
Generated
+3810
-2868
File diff suppressed because it is too large
Load Diff
+25
-25
@@ -15,36 +15,36 @@
|
||||
"author": "Kayne Ruse",
|
||||
"license": "",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.4.5",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
||||
"@babel/preset-env": "^7.4.5",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"babel-loader": "^8.0.6",
|
||||
"bcrypt": "^5.0.0",
|
||||
"@babel/core": "^7.13.14",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||
"@babel/preset-env": "^7.13.12",
|
||||
"@babel/preset-react": "^7.13.13",
|
||||
"babel-loader": "^8.2.2",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"body-parser": "^1.19.0",
|
||||
"cron": "^1.7.1",
|
||||
"dotenv": "^8.0.0",
|
||||
"cron": "^1.8.2",
|
||||
"dotenv": "^8.2.0",
|
||||
"express": "^4.17.1",
|
||||
"firstline": "^2.0.2",
|
||||
"forever": "^1.0.0",
|
||||
"formidable": "^1.2.1",
|
||||
"mysql": "^2.17.1",
|
||||
"query-string": "^6.5.0",
|
||||
"react": "^16.8.6",
|
||||
"react-dom": "^16.8.6",
|
||||
"react-ga": "^2.5.7",
|
||||
"forever": "^1.0.1",
|
||||
"formidable": "^1.2.2",
|
||||
"mysql": "^2.18.1",
|
||||
"query-string": "^6.14.1",
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
"react-ga": "^2.7.0",
|
||||
"react-loadable": "^5.5.0",
|
||||
"react-markdown": "^4.0.8",
|
||||
"react-redux": "^7.0.3",
|
||||
"react-router": "^5.0.0",
|
||||
"react-router-dom": "^5.0.0",
|
||||
"redux": "^4.0.1",
|
||||
"redux-devtools": "^3.5.0",
|
||||
"redux-devtools-dock-monitor": "^1.1.3",
|
||||
"react-markdown": "^4.3.1",
|
||||
"react-redux": "^7.2.3",
|
||||
"react-router": "^5.2.0",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"redux": "^4.0.5",
|
||||
"redux-devtools": "^3.7.0",
|
||||
"redux-devtools-dock-monitor": "^1.2.0",
|
||||
"redux-devtools-log-monitor": "^1.4.0",
|
||||
"redux-thunk": "^2.3.0",
|
||||
"sendmail": "^1.4.1",
|
||||
"webpack": "^4.32.2",
|
||||
"webpack-cli": "^3.3.2"
|
||||
"sendmail": "^1.6.1",
|
||||
"webpack": "^4.46.0",
|
||||
"webpack-cli": "^3.3.12"
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
require('dotenv').config();
|
||||
|
||||
//libraries
|
||||
let bcrypt = require('bcrypt');
|
||||
let bcrypt = require('bcryptjs');
|
||||
let formidable = require('formidable');
|
||||
let sendmail = require('sendmail')({silent: true});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user