Skip to content

Commit

Permalink
Merge pull request #148 from xtremespb/core_290721
Browse files Browse the repository at this point in the history
Bugfixes and mailer template updates
  • Loading branch information
xtremespb committed Jul 31, 2021
2 parents e0e4983 + aa977f8 commit 8b23f3d
Show file tree
Hide file tree
Showing 23 changed files with 746 additions and 440 deletions.
182 changes: 91 additions & 91 deletions package-core.json
Original file line number Diff line number Diff line change
@@ -1,94 +1,94 @@
{
"dependencies": {
"@node-minify/core": "^6.2.0",
"@node-minify/csso": "^6.2.0",
"@node-minify/html-minifier": "^6.2.0",
"@node-minify/terser": "^6.2.0",
"activedirectory": "^0.7.2",
"archiver": "^5.3.0",
"axios": "^0.21.1",
"busboy": "^0.3.1",
"colors": "^1.4.0",
"command-line-args": "^5.1.3",
"date-fns": "^2.23.0",
"extract-zip": "^2.0.1",
"fastify": "^3.19.2",
"fastify-cookie": "^5.3.1",
"fastify-cors": "^6.0.2",
"fastify-formbody": "^5.1.0",
"fastify-jwt": "^3.0.0",
"fastify-mongodb": "^4.0.0",
"fastify-plugin": "^3.0.0",
"fastify-static": "^4.2.2",
"fastify-url-data": "^3.0.3",
"fs-extra": "^10.0.0",
"html-to-text": "^8.0.0",
"inquirer": "^8.1.2",
"ioredis": "^4.27.6",
"jimp": "^0.16.1",
"js-beautify": "^1.14.0",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"marko": "^5.15.0",
"mime-types": "^2.1.32",
"mongodb": "^4.0.1",
"nodemailer": "^6.6.3",
"pino": "^6.13.0",
"pm2": "^5.1.0",
"postcss-csso": "^5.0.1",
"socket.io": "^4.1.3",
"socket.io-client": "^4.1.3",
"socket.io-redis": "^6.1.1",
"telegraf": "^4.4.1",
"tippy.js": "^6.3.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/code-frame": "^7.14.5",
"@babel/core": "^7.14.8",
"@babel/eslint-parser": "^7.14.7",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/plugin-transform-async-to-generator": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.8",
"@ckeditor/ckeditor5-build-classic": "^29.0.0",
"@marko/compiler": "^5.15.0",
"@marko/prettyprint": "^3.0.1",
"@marko/webpack": "^9.0.3",
"@mdi/font": "^5.9.55",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"ace-builds": "^1.4.12",
"autoprefixer": "^10.3.1",
"babel-loader": "^8.2.2",
"bulma": "^0.9.3",
"chai": "^4.3.4",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"core-js": "^3.15.2",
"css-loader": "^6.2.0",
"eslint": "^7.31.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"file-loader": "^6.2.0",
"imask": "^6.1.0",
"mini-css-extract-plugin": "^2.1.0",
"postcss": "^8.3.6",
"postcss-loader": "^6.1.1",
"postcss-preset-env": "^6.7.0",
"postcss-url": "^10.1.3",
"pretty-checkbox": "^3.0.3",
"puppeteer": "^10.1.0",
"router5": "^8.0.1",
"router5-plugin-browser": "^8.0.1",
"sass": "^1.36.0",
"sass-loader": "^12.1.0",
"semantic-release": "^17.4.4",
"svg-url-loader": "^7.1.1",
"webpack": "^5.47.0",
"webpack-cli": "^4.7.2",
"webpack-fix-style-only-entries": "^0.6.1",
"webpack-sources": "^3.0.4"
}
"@node-minify/core": "^6.2.0",
"@node-minify/csso": "^6.2.0",
"@node-minify/html-minifier": "^6.2.0",
"@node-minify/terser": "^6.2.0",
"activedirectory": "^0.7.2",
"archiver": "^5.3.0",
"axios": "^0.21.1",
"busboy": "^0.3.1",
"colors": "^1.4.0",
"command-line-args": "^5.2.0",
"date-fns": "^2.23.0",
"extract-zip": "^2.0.1",
"fastify": "^3.19.2",
"fastify-cookie": "^5.3.1",
"fastify-cors": "^6.0.2",
"fastify-formbody": "^5.1.0",
"fastify-jwt": "^3.0.0",
"fastify-mongodb": "^4.0.0",
"fastify-plugin": "^3.0.0",
"fastify-static": "^4.2.2",
"fastify-url-data": "^3.0.3",
"fs-extra": "^10.0.0",
"html-to-text": "^8.0.0",
"inquirer": "^8.1.2",
"ioredis": "^4.27.6",
"jimp": "^0.16.1",
"js-beautify": "^1.14.0",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"marko": "^5.15.0",
"mime-types": "^2.1.32",
"mongodb": "^4.0.1",
"nodemailer": "^6.6.3",
"pino": "^6.13.0",
"pm2": "^5.1.0",
"postcss-csso": "^5.0.1",
"socket.io": "^4.1.3",
"socket.io-client": "^4.1.3",
"socket.io-redis": "^6.1.1",
"telegraf": "^4.4.1",
"tippy.js": "^6.3.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/code-frame": "^7.14.5",
"@babel/core": "^7.14.8",
"@babel/eslint-parser": "^7.14.7",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/plugin-transform-async-to-generator": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.8",
"@ckeditor/ckeditor5-build-classic": "^29.0.0",
"@marko/compiler": "^5.15.0",
"@marko/prettyprint": "^3.0.1",
"@marko/webpack": "^9.0.3",
"@mdi/font": "^5.9.55",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"ace-builds": "^1.4.12",
"autoprefixer": "^10.3.1",
"babel-loader": "^8.2.2",
"bulma": "^0.9.3",
"chai": "^4.3.4",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"core-js": "^3.16.0",
"css-loader": "^6.2.0",
"eslint": "^7.31.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"file-loader": "^6.2.0",
"imask": "^6.1.0",
"mini-css-extract-plugin": "^2.1.0",
"postcss": "^8.3.6",
"postcss-loader": "^6.1.1",
"postcss-preset-env": "^6.7.0",
"postcss-url": "^10.1.3",
"pretty-checkbox": "^3.0.3",
"puppeteer": "^10.1.0",
"router5": "^8.0.1",
"router5-plugin-browser": "^8.0.1",
"sass": "^1.36.0",
"sass-loader": "^12.1.0",
"semantic-release": "^17.4.4",
"svg-url-loader": "^7.1.1",
"webpack": "^5.47.1",
"webpack-cli": "^4.7.2",
"webpack-fix-style-only-entries": "^0.6.1",
"webpack-sources": "^3.1.2"
}
}
64 changes: 32 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zoia3",
"version": "3.1.86",
"version": "3.1.87",
"description": "ZOIA Content Management System",
"scripts": {
"config": "node ./dev/bin/config.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"axios": "^0.21.1",
"busboy": "^0.3.1",
"colors": "^1.4.0",
"command-line-args": "^5.1.3",
"command-line-args": "^5.2.0",
"date-fns": "^2.23.0",
"extract-zip": "^2.0.1",
"fastify": "^3.19.2",
Expand Down Expand Up @@ -95,7 +95,7 @@
"bulma": "^0.9.3",
"chai": "^4.3.4",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"core-js": "^3.15.2",
"core-js": "^3.16.0",
"css-loader": "^6.2.0",
"eslint": "^7.31.0",
"eslint-config-airbnb-base": "^14.2.1",
Expand All @@ -115,10 +115,10 @@
"sass-loader": "^12.1.0",
"semantic-release": "^17.4.4",
"svg-url-loader": "^7.1.1",
"webpack": "^5.47.0",
"webpack": "^5.47.1",
"webpack-cli": "^4.7.2",
"webpack-fix-style-only-entries": "^0.6.1",
"webpack-sources": "^3.0.4"
"webpack-sources": "^3.1.2"
},
"private": true,
"files": [
Expand Down
Loading

0 comments on commit 8b23f3d

Please sign in to comment.