feat: user profile page - save info + change pwd
Showing
This diff is collapsed.
Click to expand it.
... | ... | @@ -48,13 +48,13 @@ |
"apollo-server": "2.11.0", | ||
"apollo-server-express": "2.11.0", | ||
"auto-load": "3.0.4", | ||
"aws-sdk": "2.639.0", | ||
"aws-sdk": "2.653.0", | ||
"azure-search-client": "3.1.5", | ||
"bcryptjs-then": "1.0.1", | ||
"bluebird": "3.7.2", | ||
"body-parser": "1.19.0", | ||
"brute-knex": "4.0.0", | ||
"chalk": "3.0.0", | ||
"chalk": "4.0.0", | ||
"cheerio": "1.0.0-rc.3", | ||
"chokidar": "3.3.1", | ||
"clean-css": "4.2.3", | ||
... | ... | @@ -75,7 +75,7 @@ |
"express-session": "1.17.0", | ||
"file-type": "14.1.4", | ||
"filesize": "6.1.0", | ||
"fs-extra": "8.1.0", | ||
"fs-extra": "9.0.0", | ||
"getos": "3.1.5", | ||
"graphql": "14.6.0", | ||
"graphql-list-fields": "2.0.2", | ||
... | ... | @@ -84,7 +84,7 @@ |
"graphql-tools": "4.0.7", | ||
"he": "1.2.0", | ||
"highlight.js": "9.18.1", | ||
"i18next": "19.3.2", | ||
"i18next": "19.3.4", | ||
"i18next-express-middleware": "1.9.1", | ||
"i18next-node-fs-backend": "2.1.3", | ||
"image-size": "0.8.3", | ||
... | ... | @@ -94,7 +94,7 @@ |
"jsonwebtoken": "8.5.1", | ||
"katex": "0.11.1", | ||
"klaw": "3.0.0", | ||
"knex": "0.20.11", | ||
"knex": "0.20.13", | ||
"lodash": "4.17.15", | ||
"markdown-it": "10.0.0", | ||
"markdown-it-abbr": "1.0.4", | ||
... | ... | @@ -118,10 +118,10 @@ |
"mssql": "6.2.0", | ||
"multer": "1.4.2", | ||
"mysql2": "2.1.0", | ||
"nanoid": "2.1.11", | ||
"nanoid": "3.0.2", | ||
"node-2fa": "1.1.2", | ||
"node-cache": "5.1.0", | ||
"nodemailer": "6.4.5", | ||
"nodemailer": "6.4.6", | ||
"objection": "2.1.3", | ||
"passport": "0.4.1", | ||
"passport-auth0": "1.3.2", | ||
... | ... | @@ -130,7 +130,7 @@ |
"passport-discord": "0.1.3", | ||
"passport-dropbox-oauth2": "1.1.0", | ||
"passport-facebook": "3.0.0", | ||
"passport-github2": "0.1.11", | ||
"passport-github2": "0.1.12", | ||
"passport-gitlab2": "5.0.0", | ||
"passport-google-oauth20": "2.0.0", | ||
"passport-jwt": "4.0.0", | ||
... | ... | @@ -143,9 +143,9 @@ |
"passport-saml": "1.3.3", | ||
"passport-twitch-oauth": "1.0.0", | ||
"pem-jwk": "2.0.0", | ||
"pg": "7.18.2", | ||
"pg": "8.0.0", | ||
"pg-hstore": "2.3.3", | ||
"pg-query-stream": "3.0.3", | ||
"pg-query-stream": "3.0.4", | ||
"pg-tsquery": "8.1.0", | ||
"pug": "2.0.4", | ||
"punycode": "2.1.1", | ||
... | ... | @@ -162,22 +162,22 @@ |
"simple-git": "1.132.0", | ||
"solr-node": "1.2.1", | ||
"sqlite3": "4.1.1", | ||
"ssh2": "0.8.8", | ||
"ssh2": "0.8.9", | ||
"ssh2-promise": "0.1.6", | ||
"striptags": "3.1.1", | ||
"subscriptions-transport-ws": "0.9.16", | ||
"tar-fs": "2.0.0", | ||
"tar-fs": "2.0.1", | ||
"twemoji": "12.1.5", | ||
"uslug": "1.0.4", | ||
"uuid": "7.0.2", | ||
"uuid": "7.0.3", | ||
"validate.js": "0.13.1", | ||
"winston": "3.2.1", | ||
"xss": "1.0.6", | ||
"yargs": "15.3.0" | ||
"yargs": "15.3.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.8.7", | ||
"@babel/core": "^7.9.0", | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/plugin-proposal-decorators": "^7.8.3", | ||
"@babel/plugin-proposal-export-namespace-from": "^7.8.3", | ||
... | ... | @@ -188,11 +188,11 @@ |
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
"@babel/plugin-syntax-import-meta": "^7.8.3", | ||
"@babel/polyfill": "^7.8.7", | ||
"@babel/preset-env": "^7.8.7", | ||
"@babel/preset-env": "^7.9.0", | ||
"@mdi/font": "5.0.45", | ||
"@panter/vue-i18next": "0.15.2", | ||
"@requarks/ckeditor5": "12.4.0-wiki.14", | ||
"@vue/babel-preset-app": "4.2.3", | ||
"@vue/babel-preset-app": "4.3.0", | ||
"animate-sass": "0.8.2", | ||
"animated-number-vue": "1.0.0", | ||
"apollo-cache-inmemory": "1.6.5", | ||
... | ... | @@ -204,10 +204,10 @@ |
"apollo-link-persisted-queries": "0.2.2", | ||
"apollo-link-ws": "1.0.19", | ||
"apollo-utilities": "1.3.3", | ||
"autoprefixer": "9.7.4", | ||
"autoprefixer": "9.7.5", | ||
"babel-eslint": "10.1.0", | ||
"babel-jest": "25.1.0", | ||
"babel-loader": "^8.0.6", | ||
"babel-jest": "25.2.6", | ||
"babel-loader": "^8.1.0", | ||
"babel-plugin-graphql-tag": "2.5.0", | ||
"babel-plugin-lodash": "3.3.4", | ||
"babel-plugin-prismjs": "2.0.1", | ||
... | ... | @@ -216,37 +216,37 @@ |
"chart.js": "2.9.3", | ||
"clean-webpack-plugin": "3.0.0", | ||
"clipboard": "2.0.6", | ||
"codemirror": "5.52.0", | ||
"codemirror": "5.52.2", | ||
"copy-webpack-plugin": "5.1.1", | ||
"core-js": "3.6.4", | ||
"css-loader": "3.4.2", | ||
"cssnano": "4.1.10", | ||
"d3": "5.15.0", | ||
"d3": "5.15.1", | ||
"duplicate-package-checker-webpack-plugin": "3.0.0", | ||
"epic-spinners": "1.1.0", | ||
"eslint": "6.8.0", | ||
"eslint-config-requarks": "1.0.7", | ||
"eslint-config-standard": "14.1.0", | ||
"eslint-plugin-import": "2.20.1", | ||
"eslint-plugin-node": "11.0.0", | ||
"eslint-config-standard": "14.1.1", | ||
"eslint-plugin-import": "2.20.2", | ||
"eslint-plugin-node": "11.1.0", | ||
"eslint-plugin-promise": "4.2.1", | ||
"eslint-plugin-standard": "4.0.1", | ||
"eslint-plugin-vue": "6.2.2", | ||
"fibers": "4.0.2", | ||
"file-loader": "5.1.0", | ||
"file-loader": "6.0.0", | ||
"filepond": "4.13.0", | ||
"filepond-plugin-file-validate-type": "1.2.4", | ||
"filepond-plugin-file-validate-type": "1.2.5", | ||
"filesize.js": "2.0.0", | ||
"graphql-persisted-document-loader": "2.0.0", | ||
"graphql-tag": "^2.10.3", | ||
"hammerjs": "2.0.8", | ||
"html-webpack-plugin": "4.0.0-beta.8", | ||
"html-webpack-plugin": "4.0.4", | ||
"html-webpack-pug-plugin": "2.0.0", | ||
"i18next-chained-backend": "2.0.1", | ||
"i18next-localstorage-backend": "3.1.1", | ||
"i18next-xhr-backend": "3.2.2", | ||
"ignore-loader": "0.1.2", | ||
"jest": "25.1.0", | ||
"jest": "25.2.7", | ||
"js-cookie": "2.2.1", | ||
"mermaid": "8.4.8", | ||
"mini-css-extract-plugin": "0.9.0", | ||
... | ... | @@ -260,7 +260,7 @@ |
"postcss-loader": "3.0.0", | ||
"postcss-preset-env": "6.7.0", | ||
"postcss-selector-parser": "6.0.2", | ||
"prismjs": "1.19.0", | ||
"prismjs": "1.20.0", | ||
"pug-lint": "2.6.0", | ||
"pug-loader": "2.4.0", | ||
"pug-plain-loader": "1.0.0", | ||
... | ... | @@ -272,9 +272,9 @@ |
"script-ext-html-webpack-plugin": "2.1.4", | ||
"simple-progress-webpack-plugin": "1.1.2", | ||
"style-loader": "1.1.3", | ||
"terser": "4.6.6", | ||
"terser": "4.6.10", | ||
"twemoji-awesome": "1.0.6", | ||
"url-loader": "3.0.0", | ||
"url-loader": "4.0.0", | ||
"velocity-animate": "1.5.2", | ||
"viz.js": "2.1.2", | ||
"vue": "2.6.11", | ||
... | ... | @@ -283,7 +283,7 @@ |
"vue-clipboards": "1.3.0", | ||
"vue-filepond": "6.0.2", | ||
"vue-hot-reload-api": "2.3.4", | ||
"vue-loader": "15.9.0", | ||
"vue-loader": "15.9.1", | ||
"vue-moment": "4.1.0", | ||
"vue-router": "3.1.6", | ||
"vue-status-indicator": "1.2.1", | ||
... | ... | @@ -291,12 +291,12 @@ |
"vue2-animate": "2.1.3", | ||
"vuedraggable": "2.23.2", | ||
"vuescroll": "4.15.0", | ||
"vuetify": "2.2.17", | ||
"vuetify": "2.2.20", | ||
"vuetify-loader": "1.4.3", | ||
"vuex": "3.1.3", | ||
"vuex-pathify": "1.4.1", | ||
"vuex-persistedstate": "2.7.1", | ||
"webpack": "4.42.0", | ||
"vuex-persistedstate": "3.0.1", | ||
"webpack": "4.42.1", | ||
"webpack-bundle-analyzer": "3.6.1", | ||
"webpack-cli": "3.3.11", | ||
"webpack-dev-middleware": "3.7.2", | ||
... | ... |
This diff was suppressed by a .gitattributes entry.
Please
register
or
sign in
to comment