Updated dependencies
Version updated
This commit is contained in:
parent
7914077acb
commit
a3eaf72203
5 changed files with 7338 additions and 1555 deletions
2422
client/package-lock.json
generated
2422
client/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -21,8 +21,8 @@
|
|||
"homepage": "https://mailtrain.org/",
|
||||
"dependencies": {
|
||||
"@coreui/coreui": "^2.1.16",
|
||||
"@fortawesome/fontawesome-free": "^5.11.2",
|
||||
"axios": "^0.19.0",
|
||||
"@fortawesome/fontawesome-free": "^5.12.0",
|
||||
"axios": "^0.19.1",
|
||||
"bootstrap": "^4.4.1",
|
||||
"clone": "^2.1.2",
|
||||
"datatables.net": "^1.10.20",
|
||||
|
@ -32,7 +32,7 @@
|
|||
"grapesjs-mjml": "^0.1.15",
|
||||
"grapesjs-preset-newsletter": "^0.2.20",
|
||||
"htmlparser2": "^3.10.1",
|
||||
"i18next": "^19.0.1",
|
||||
"i18next": "^19.0.3",
|
||||
"i18next-browser-languagedetector": "^4.0.1",
|
||||
"immutable": "^4.0.0-rc.12",
|
||||
"juice": "^6.0.0",
|
||||
|
@ -46,7 +46,7 @@
|
|||
"react": "^16.12.0",
|
||||
"react-ace": "^8.0.0",
|
||||
"react-ckeditor-component": "^1.1.0",
|
||||
"react-color": "^2.17.3",
|
||||
"react-color": "^2.18.0",
|
||||
"react-day-picker": "^7.4.0",
|
||||
"react-dnd": "^9.5.1",
|
||||
"react-dnd-html5-backend": "^9.5.1",
|
||||
|
@ -54,7 +54,7 @@
|
|||
"react-dom": "^16.12.0",
|
||||
"react-dropzone": "^10.2.1",
|
||||
"react-google-charts": "^3.0.15",
|
||||
"react-i18next": "^11.2.5",
|
||||
"react-i18next": "^11.2.7",
|
||||
"react-router-dom": "^5.1.2",
|
||||
"react-sortable-tree": "^2.7.1",
|
||||
"shallowequal": "^1.1.0",
|
||||
|
@ -63,16 +63,16 @@
|
|||
"url-parse": "^1.4.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.7.5",
|
||||
"@babel/core": "^7.7.5",
|
||||
"@babel/plugin-proposal-class-properties": "^7.7.4",
|
||||
"@babel/plugin-proposal-decorators": "^7.7.4",
|
||||
"@babel/plugin-proposal-function-bind": "^7.7.4",
|
||||
"@babel/preset-env": "^7.7.5",
|
||||
"@babel/preset-react": "^7.7.4",
|
||||
"@babel/cli": "^7.8.0",
|
||||
"@babel/core": "^7.8.0",
|
||||
"@babel/plugin-proposal-class-properties": "^7.8.0",
|
||||
"@babel/plugin-proposal-decorators": "^7.8.0",
|
||||
"@babel/plugin-proposal-function-bind": "^7.8.0",
|
||||
"@babel/preset-env": "^7.8.0",
|
||||
"@babel/preset-react": "^7.8.0",
|
||||
"babel-loader": "^8.0.6",
|
||||
"clean-css-cli": "^4.2.1",
|
||||
"copy-webpack-plugin": "^5.0.5",
|
||||
"copy-webpack-plugin": "^5.1.1",
|
||||
"css-loader": "^2.1.0",
|
||||
"file-loader": "^3.0.1",
|
||||
"node-sass": "^4.13.0",
|
||||
|
@ -81,7 +81,7 @@
|
|||
"sass-loader": "^7.3.1",
|
||||
"style-loader": "^0.23.1",
|
||||
"url-loader": "^1.1.2",
|
||||
"webpack": "^4.41.2",
|
||||
"webpack": "^4.41.5",
|
||||
"webpack-cli": "^3.3.10"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@ export default class List extends Component {
|
|||
return (
|
||||
<div>
|
||||
<h2>{t('Mailtrain 2 beta')}</h2>
|
||||
<div>{t('Build') + ' 2019-12-07-1409'}</div>
|
||||
<div>{t('Build') + ' 2019-01-12-1254'}</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
6423
server/package-lock.json
generated
6423
server/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -42,7 +42,7 @@
|
|||
"posix": "^4.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"aws-sdk": "^2.585.0",
|
||||
"aws-sdk": "^2.601.0",
|
||||
"bcrypt-nodejs": "0.0.3",
|
||||
"bluebird": "^3.7.2",
|
||||
"body-parser": "^1.19.0",
|
||||
|
@ -56,8 +56,8 @@
|
|||
"cors": "^2.8.5",
|
||||
"crypto": "^1.0.1",
|
||||
"csurf": "^1.10.0",
|
||||
"csv-parse": "^4.8.2",
|
||||
"csv-stringify": "^5.3.4",
|
||||
"csv-parse": "^4.8.3",
|
||||
"csv-stringify": "^5.3.6",
|
||||
"device": "^0.3.9",
|
||||
"escape-html": "^1.0.3",
|
||||
"escape-string-regexp": "^1.0.5",
|
||||
|
@ -70,12 +70,12 @@
|
|||
"fs-extra-promise": "^1.0.1",
|
||||
"geoip-ultralight": "^0.1.5",
|
||||
"gm": "^1.23.1",
|
||||
"handlebars": "^4.5.3",
|
||||
"handlebars": "^4.7.0",
|
||||
"hbs": "^4.0.6",
|
||||
"he": "^1.2.0",
|
||||
"html-to-text": "^4.0.0",
|
||||
"humanize": "0.0.9",
|
||||
"i18next": "^19.0.1",
|
||||
"i18next": "^19.0.3",
|
||||
"isemail": "^3.2.0",
|
||||
"js-yaml": "^3.13.1",
|
||||
"jsdom": "^13.1.0",
|
||||
|
@ -92,14 +92,14 @@
|
|||
"multer": "^1.4.2",
|
||||
"mysql": "^2.17.1",
|
||||
"node-ipc": "^9.1.1",
|
||||
"node-mocks-http": "^1.8.0",
|
||||
"node-mocks-http": "^1.8.1",
|
||||
"node-object-hash": "^1.4.1",
|
||||
"nodeify": "^1.0.1",
|
||||
"nodemailer": "^5.0.0",
|
||||
"nodemailer-openpgp": "^1.2.0",
|
||||
"npmlog": "^4.1.2",
|
||||
"openpgp": "^4.7.1",
|
||||
"passport": "^0.4.0",
|
||||
"openpgp": "^4.7.2",
|
||||
"passport": "^0.4.1",
|
||||
"passport-local": "^1.0.0",
|
||||
"premailer-api": "^1.0.4",
|
||||
"request": "^2.88.0",
|
||||
|
@ -111,6 +111,6 @@
|
|||
"tmp-promise": "^1.1.0",
|
||||
"toml": "^2.3.3",
|
||||
"try-require": "^1.2.1",
|
||||
"xmldom": "^0.1.27"
|
||||
"xmldom": "^0.1.31"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue