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>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue