misc: update dependencies + fix vuetify styles
This commit is contained in:
parent
33a9d5774c
commit
c9f3105997
@ -30,7 +30,14 @@ html {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.v-application {
|
#root .v-application {
|
||||||
|
.overline {
|
||||||
|
line-height: 1rem;
|
||||||
|
font-size: .625rem!important;
|
||||||
|
font-weight: 400;
|
||||||
|
letter-spacing: .1666666667em!important;
|
||||||
|
}
|
||||||
|
|
||||||
@for $i from 0 through 25 {
|
@for $i from 0 through 25 {
|
||||||
.radius-#{$i} {
|
.radius-#{$i} {
|
||||||
border-radius: #{$i}px;
|
border-radius: #{$i}px;
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
dark
|
dark
|
||||||
app
|
app
|
||||||
clipped
|
clipped
|
||||||
mobile-break-point='600'
|
mobile-breakpoint='600'
|
||||||
:temporary='$vuetify.breakpoint.smAndDown'
|
:temporary='$vuetify.breakpoint.smAndDown'
|
||||||
v-model='navShown'
|
v-model='navShown'
|
||||||
:right='$vuetify.rtl'
|
:right='$vuetify.rtl'
|
||||||
@ -30,7 +30,7 @@
|
|||||||
)
|
)
|
||||||
v-icon mdi-menu
|
v-icon mdi-menu
|
||||||
|
|
||||||
v-content(ref='content')
|
v-main(ref='content')
|
||||||
template(v-if='path !== `home`')
|
template(v-if='path !== `home`')
|
||||||
v-toolbar(:color='$vuetify.theme.dark ? `grey darken-4-d3` : `grey lighten-3`', flat, dense, v-if='$vuetify.breakpoint.smAndUp')
|
v-toolbar(:color='$vuetify.theme.dark ? `grey darken-4-d3` : `grey lighten-3`', flat, dense, v-if='$vuetify.breakpoint.smAndUp')
|
||||||
//- v-btn.pl-0(v-if='$vuetify.breakpoint.xsOnly', flat, @click='toggleNavigation')
|
//- v-btn.pl-0(v-if='$vuetify.breakpoint.xsOnly', flat, @click='toggleNavigation')
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* THEME SPECIFIC STYLES */
|
/* THEME SPECIFIC STYLES */
|
||||||
|
|
||||||
.v-content .contents {
|
.v-main .contents {
|
||||||
color: mc('grey', '800');
|
color: mc('grey', '800');
|
||||||
padding: .5rem 0 50px;
|
padding: .5rem 0 50px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
100
package.json
100
package.json
@ -45,43 +45,43 @@
|
|||||||
"@root/pem": "1.0.4",
|
"@root/pem": "1.0.4",
|
||||||
"acme": "3.0.3",
|
"acme": "3.0.3",
|
||||||
"akismet-api": "5.0.0",
|
"akismet-api": "5.0.0",
|
||||||
"algoliasearch": "4.2.0",
|
"algoliasearch": "4.3.0",
|
||||||
"apollo-fetch": "0.7.0",
|
"apollo-fetch": "0.7.0",
|
||||||
"apollo-server": "2.13.1",
|
"apollo-server": "2.15.0",
|
||||||
"apollo-server-express": "2.13.1",
|
"apollo-server-express": "2.15.0",
|
||||||
"auto-load": "3.0.4",
|
"auto-load": "3.0.4",
|
||||||
"aws-sdk": "2.686.0",
|
"aws-sdk": "2.704.0",
|
||||||
"azure-search-client": "3.1.5",
|
"azure-search-client": "3.1.5",
|
||||||
"bcryptjs-then": "1.0.1",
|
"bcryptjs-then": "1.0.1",
|
||||||
"bluebird": "3.7.2",
|
"bluebird": "3.7.2",
|
||||||
"body-parser": "1.19.0",
|
"body-parser": "1.19.0",
|
||||||
"chalk": "4.0.0",
|
"chalk": "4.1.0",
|
||||||
"cheerio": "1.0.0-rc.3",
|
"cheerio": "1.0.0-rc.3",
|
||||||
"chokidar": "3.4.0",
|
"chokidar": "3.4.0",
|
||||||
"chromium-pickle-js": "0.2.0",
|
"chromium-pickle-js": "0.2.0",
|
||||||
"clean-css": "4.2.3",
|
"clean-css": "4.2.3",
|
||||||
"command-exists": "1.2.9",
|
"command-exists": "1.2.9",
|
||||||
"compression": "1.7.4",
|
"compression": "1.7.4",
|
||||||
"connect-session-knex": "1.6.0",
|
"connect-session-knex": "1.7.2",
|
||||||
"cookie-parser": "1.4.5",
|
"cookie-parser": "1.4.5",
|
||||||
"cors": "2.8.5",
|
"cors": "2.8.5",
|
||||||
"cuint": "0.2.2",
|
"cuint": "0.2.2",
|
||||||
"custom-error-instance": "2.1.2",
|
"custom-error-instance": "2.1.2",
|
||||||
"dependency-graph": "0.9.0",
|
"dependency-graph": "0.9.0",
|
||||||
"diff": "4.0.2",
|
"diff": "4.0.2",
|
||||||
"diff2html": "3.1.7",
|
"diff2html": "3.1.8",
|
||||||
"dompurify": "2.0.11",
|
"dompurify": "2.0.12",
|
||||||
"dotize": "0.3.0",
|
"dotize": "0.3.0",
|
||||||
"elasticsearch6": "npm:@elastic/elasticsearch@6",
|
"elasticsearch6": "npm:@elastic/elasticsearch@6",
|
||||||
"elasticsearch7": "npm:@elastic/elasticsearch@7",
|
"elasticsearch7": "npm:@elastic/elasticsearch@7",
|
||||||
"emoji-regex": "9.0.0",
|
"emoji-regex": "9.0.0",
|
||||||
"eventemitter2": "6.4.1",
|
"eventemitter2": "6.4.3",
|
||||||
"express": "4.17.1",
|
"express": "4.17.1",
|
||||||
"express-brute": "1.0.1",
|
"express-brute": "1.0.1",
|
||||||
"express-session": "1.17.1",
|
"express-session": "1.17.1",
|
||||||
"file-type": "14.5.0",
|
"file-type": "14.6.2",
|
||||||
"filesize": "6.1.0",
|
"filesize": "6.1.0",
|
||||||
"fs-extra": "9.0.0",
|
"fs-extra": "9.0.1",
|
||||||
"getos": "3.2.1",
|
"getos": "3.2.1",
|
||||||
"graphql": "14.6.0",
|
"graphql": "14.6.0",
|
||||||
"graphql-list-fields": "2.0.2",
|
"graphql-list-fields": "2.0.2",
|
||||||
@ -89,12 +89,12 @@
|
|||||||
"graphql-subscriptions": "1.1.0",
|
"graphql-subscriptions": "1.1.0",
|
||||||
"graphql-tools": "4.0.7",
|
"graphql-tools": "4.0.7",
|
||||||
"he": "1.2.0",
|
"he": "1.2.0",
|
||||||
"highlight.js": "10.0.3",
|
"highlight.js": "10.1.1",
|
||||||
"i18next": "19.4.5",
|
"i18next": "19.5.1",
|
||||||
"i18next-express-middleware": "2.0.0",
|
"i18next-express-middleware": "2.0.0",
|
||||||
"i18next-node-fs-backend": "2.1.3",
|
"i18next-node-fs-backend": "2.1.3",
|
||||||
"image-size": "0.8.3",
|
"image-size": "0.8.3",
|
||||||
"js-base64": "2.5.2",
|
"js-base64": "2.6.1",
|
||||||
"js-binary": "1.2.0",
|
"js-binary": "1.2.0",
|
||||||
"js-yaml": "3.14.0",
|
"js-yaml": "3.14.0",
|
||||||
"jsdom": "16.2.2",
|
"jsdom": "16.2.2",
|
||||||
@ -118,23 +118,23 @@
|
|||||||
"markdown-it-task-lists": "2.1.1",
|
"markdown-it-task-lists": "2.1.1",
|
||||||
"mathjax": "3.0.5",
|
"mathjax": "3.0.5",
|
||||||
"mime-types": "2.1.27",
|
"mime-types": "2.1.27",
|
||||||
"moment": "2.26.0",
|
"moment": "2.27.0",
|
||||||
"moment-timezone": "0.5.31",
|
"moment-timezone": "0.5.31",
|
||||||
"mongodb": "3.5.8",
|
"mongodb": "3.5.9",
|
||||||
"ms": "2.1.2",
|
"ms": "2.1.2",
|
||||||
"mssql": "6.2.0",
|
"mssql": "6.2.0",
|
||||||
"multer": "1.4.2",
|
"multer": "1.4.2",
|
||||||
"mysql2": "2.1.0",
|
"mysql2": "2.1.0",
|
||||||
"nanoid": "3.1.9",
|
"nanoid": "3.1.10",
|
||||||
"node-2fa": "1.1.2",
|
"node-2fa": "1.1.2",
|
||||||
"node-cache": "5.1.0",
|
"node-cache": "5.1.1",
|
||||||
"nodemailer": "6.4.8",
|
"nodemailer": "6.4.10",
|
||||||
"objection": "2.1.5",
|
"objection": "2.2.0",
|
||||||
"passport": "0.4.1",
|
"passport": "0.4.1",
|
||||||
"passport-auth0": "1.3.2",
|
"passport-auth0": "1.3.3",
|
||||||
"passport-azure-ad": "4.2.1",
|
"passport-azure-ad": "4.2.1",
|
||||||
"passport-cas": "0.1.1",
|
"passport-cas": "0.1.1",
|
||||||
"passport-discord": "0.1.3",
|
"passport-discord": "0.1.4",
|
||||||
"passport-dropbox-oauth2": "1.1.0",
|
"passport-dropbox-oauth2": "1.1.0",
|
||||||
"passport-facebook": "3.0.0",
|
"passport-facebook": "3.0.0",
|
||||||
"passport-github2": "0.1.12",
|
"passport-github2": "0.1.12",
|
||||||
@ -167,7 +167,7 @@
|
|||||||
"scim-query-filter-parser": "2.0.4",
|
"scim-query-filter-parser": "2.0.4",
|
||||||
"semver": "7.3.2",
|
"semver": "7.3.2",
|
||||||
"serve-favicon": "2.5.0",
|
"serve-favicon": "2.5.0",
|
||||||
"simple-git": "2.5.0",
|
"simple-git": "2.10.0",
|
||||||
"solr-node": "1.2.1",
|
"solr-node": "1.2.1",
|
||||||
"sqlite3": "4.2.0",
|
"sqlite3": "4.2.0",
|
||||||
"ssh2": "0.8.9",
|
"ssh2": "0.8.9",
|
||||||
@ -177,17 +177,17 @@
|
|||||||
"tar-fs": "2.1.0",
|
"tar-fs": "2.1.0",
|
||||||
"twemoji": "13.0.0",
|
"twemoji": "13.0.0",
|
||||||
"uslug": "1.0.4",
|
"uslug": "1.0.4",
|
||||||
"uuid": "8.1.0",
|
"uuid": "8.2.0",
|
||||||
"validate.js": "0.13.1",
|
"validate.js": "0.13.1",
|
||||||
"winston": "3.2.1",
|
"winston": "3.3.3",
|
||||||
"xss": "1.0.6",
|
"xss": "1.0.7",
|
||||||
"yargs": "15.3.1"
|
"yargs": "15.3.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.10.1",
|
"@babel/cli": "^7.10.3",
|
||||||
"@babel/core": "^7.10.1",
|
"@babel/core": "^7.10.3",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.10.1",
|
"@babel/plugin-proposal-class-properties": "^7.10.1",
|
||||||
"@babel/plugin-proposal-decorators": "^7.10.1",
|
"@babel/plugin-proposal-decorators": "^7.10.3",
|
||||||
"@babel/plugin-proposal-export-namespace-from": "^7.10.1",
|
"@babel/plugin-proposal-export-namespace-from": "^7.10.1",
|
||||||
"@babel/plugin-proposal-function-sent": "^7.10.1",
|
"@babel/plugin-proposal-function-sent": "^7.10.1",
|
||||||
"@babel/plugin-proposal-json-strings": "^7.10.1",
|
"@babel/plugin-proposal-json-strings": "^7.10.1",
|
||||||
@ -196,11 +196,11 @@
|
|||||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||||
"@babel/plugin-syntax-import-meta": "^7.10.1",
|
"@babel/plugin-syntax-import-meta": "^7.10.1",
|
||||||
"@babel/polyfill": "^7.10.1",
|
"@babel/polyfill": "^7.10.1",
|
||||||
"@babel/preset-env": "^7.10.1",
|
"@babel/preset-env": "^7.10.3",
|
||||||
"@mdi/font": "5.3.45",
|
"@mdi/font": "5.3.45",
|
||||||
"@panter/vue-i18next": "0.15.2",
|
"@panter/vue-i18next": "0.15.2",
|
||||||
"@requarks/ckeditor5": "19.0.1-wiki.2",
|
"@requarks/ckeditor5": "19.0.1-wiki.2",
|
||||||
"@vue/babel-preset-app": "4.4.1",
|
"@vue/babel-preset-app": "4.4.6",
|
||||||
"animate-sass": "0.8.2",
|
"animate-sass": "0.8.2",
|
||||||
"animated-number-vue": "1.0.0",
|
"animated-number-vue": "1.0.0",
|
||||||
"apollo-cache-inmemory": "1.6.6",
|
"apollo-cache-inmemory": "1.6.6",
|
||||||
@ -212,9 +212,9 @@
|
|||||||
"apollo-link-persisted-queries": "0.2.2",
|
"apollo-link-persisted-queries": "0.2.2",
|
||||||
"apollo-link-ws": "1.0.20",
|
"apollo-link-ws": "1.0.20",
|
||||||
"apollo-utilities": "1.3.4",
|
"apollo-utilities": "1.3.4",
|
||||||
"autoprefixer": "9.8.0",
|
"autoprefixer": "9.8.4",
|
||||||
"babel-eslint": "10.1.0",
|
"babel-eslint": "10.1.0",
|
||||||
"babel-jest": "26.0.1",
|
"babel-jest": "26.1.0",
|
||||||
"babel-loader": "^8.1.0",
|
"babel-loader": "^8.1.0",
|
||||||
"babel-plugin-graphql-tag": "2.5.0",
|
"babel-plugin-graphql-tag": "2.5.0",
|
||||||
"babel-plugin-lodash": "3.3.4",
|
"babel-plugin-lodash": "3.3.4",
|
||||||
@ -225,27 +225,27 @@
|
|||||||
"chart.js": "2.9.3",
|
"chart.js": "2.9.3",
|
||||||
"clean-webpack-plugin": "3.0.0",
|
"clean-webpack-plugin": "3.0.0",
|
||||||
"clipboard": "2.0.6",
|
"clipboard": "2.0.6",
|
||||||
"codemirror": "5.54.0",
|
"codemirror": "5.55.0",
|
||||||
"copy-webpack-plugin": "6.0.1",
|
"copy-webpack-plugin": "6.0.2",
|
||||||
"core-js": "3.6.5",
|
"core-js": "3.6.5",
|
||||||
"css-loader": "3.5.3",
|
"css-loader": "3.6.0",
|
||||||
"cssnano": "4.1.10",
|
"cssnano": "4.1.10",
|
||||||
"cypress": "4.7.0",
|
"cypress": "4.9.0",
|
||||||
"d3": "5.16.0",
|
"d3": "5.16.0",
|
||||||
"duplicate-package-checker-webpack-plugin": "3.0.0",
|
"duplicate-package-checker-webpack-plugin": "3.0.0",
|
||||||
"epic-spinners": "1.1.0",
|
"epic-spinners": "1.1.0",
|
||||||
"eslint": "7.1.0",
|
"eslint": "7.3.1",
|
||||||
"eslint-config-requarks": "1.0.7",
|
"eslint-config-requarks": "1.0.7",
|
||||||
"eslint-config-standard": "14.1.1",
|
"eslint-config-standard": "14.1.1",
|
||||||
"eslint-plugin-cypress": "2.11.1",
|
"eslint-plugin-cypress": "2.11.1",
|
||||||
"eslint-plugin-import": "2.20.2",
|
"eslint-plugin-import": "2.21.2",
|
||||||
"eslint-plugin-node": "11.1.0",
|
"eslint-plugin-node": "11.1.0",
|
||||||
"eslint-plugin-promise": "4.2.1",
|
"eslint-plugin-promise": "4.2.1",
|
||||||
"eslint-plugin-standard": "4.0.1",
|
"eslint-plugin-standard": "4.0.1",
|
||||||
"eslint-plugin-vue": "6.2.2",
|
"eslint-plugin-vue": "6.2.2",
|
||||||
"fibers": "5.0.0",
|
"fibers": "5.0.0",
|
||||||
"file-loader": "6.0.0",
|
"file-loader": "6.0.0",
|
||||||
"filepond": "4.14.0",
|
"filepond": "4.18.0",
|
||||||
"filepond-plugin-file-validate-type": "1.2.5",
|
"filepond-plugin-file-validate-type": "1.2.5",
|
||||||
"filesize.js": "2.0.0",
|
"filesize.js": "2.0.0",
|
||||||
"graphql-persisted-document-loader": "2.0.0",
|
"graphql-persisted-document-loader": "2.0.0",
|
||||||
@ -257,10 +257,10 @@
|
|||||||
"i18next-localstorage-backend": "3.1.1",
|
"i18next-localstorage-backend": "3.1.1",
|
||||||
"i18next-xhr-backend": "3.2.2",
|
"i18next-xhr-backend": "3.2.2",
|
||||||
"ignore-loader": "0.1.2",
|
"ignore-loader": "0.1.2",
|
||||||
"jest": "26.0.1",
|
"jest": "26.1.0",
|
||||||
"js-beautify": "1.11.0",
|
"js-beautify": "1.11.0",
|
||||||
"js-cookie": "2.2.1",
|
"js-cookie": "2.2.1",
|
||||||
"mermaid": "8.5.1",
|
"mermaid": "8.5.2",
|
||||||
"mini-css-extract-plugin": "0.9.0",
|
"mini-css-extract-plugin": "0.9.0",
|
||||||
"moment-duration-format": "2.3.2",
|
"moment-duration-format": "2.3.2",
|
||||||
"moment-timezone-data-webpack-plugin": "1.3.0",
|
"moment-timezone-data-webpack-plugin": "1.3.0",
|
||||||
@ -280,13 +280,13 @@
|
|||||||
"pug-plain-loader": "1.0.0",
|
"pug-plain-loader": "1.0.0",
|
||||||
"raw-loader": "4.0.1",
|
"raw-loader": "4.0.1",
|
||||||
"resolve-url-loader": "3.1.1",
|
"resolve-url-loader": "3.1.1",
|
||||||
"sass": "1.26.7",
|
"sass": "1.26.9",
|
||||||
"sass-loader": "8.0.2",
|
"sass-loader": "8.0.2",
|
||||||
"sass-resources-loader": "2.0.3",
|
"sass-resources-loader": "2.0.3",
|
||||||
"script-ext-html-webpack-plugin": "2.1.4",
|
"script-ext-html-webpack-plugin": "2.1.4",
|
||||||
"simple-progress-webpack-plugin": "1.1.2",
|
"simple-progress-webpack-plugin": "1.1.2",
|
||||||
"style-loader": "1.2.1",
|
"style-loader": "1.2.1",
|
||||||
"terser": "4.7.0",
|
"terser": "4.8.0",
|
||||||
"twemoji-awesome": "1.0.6",
|
"twemoji-awesome": "1.0.6",
|
||||||
"url-loader": "4.1.0",
|
"url-loader": "4.1.0",
|
||||||
"velocity-animate": "1.5.2",
|
"velocity-animate": "1.5.2",
|
||||||
@ -299,20 +299,20 @@
|
|||||||
"vue-hot-reload-api": "2.3.4",
|
"vue-hot-reload-api": "2.3.4",
|
||||||
"vue-loader": "15.9.2",
|
"vue-loader": "15.9.2",
|
||||||
"vue-moment": "4.1.0",
|
"vue-moment": "4.1.0",
|
||||||
"vue-router": "3.3.2",
|
"vue-router": "3.3.4",
|
||||||
"vue-status-indicator": "1.2.1",
|
"vue-status-indicator": "1.2.1",
|
||||||
"vue-template-compiler": "2.6.11",
|
"vue-template-compiler": "2.6.11",
|
||||||
"vue2-animate": "2.1.3",
|
"vue2-animate": "2.1.3",
|
||||||
"vuedraggable": "2.23.2",
|
"vuedraggable": "2.23.2",
|
||||||
"vuescroll": "4.15.1",
|
"vuescroll": "4.16.0",
|
||||||
"vuetify": "2.2.30",
|
"vuetify": "2.3.2",
|
||||||
"vuetify-loader": "1.4.4",
|
"vuetify-loader": "1.5.0",
|
||||||
"vuex": "3.4.0",
|
"vuex": "3.4.0",
|
||||||
"vuex-pathify": "1.4.1",
|
"vuex-pathify": "1.4.1",
|
||||||
"vuex-persistedstate": "3.0.1",
|
"vuex-persistedstate": "3.0.1",
|
||||||
"webpack": "4.43.0",
|
"webpack": "4.43.0",
|
||||||
"webpack-bundle-analyzer": "3.8.0",
|
"webpack-bundle-analyzer": "3.8.0",
|
||||||
"webpack-cli": "3.3.11",
|
"webpack-cli": "3.3.12",
|
||||||
"webpack-dev-middleware": "3.7.2",
|
"webpack-dev-middleware": "3.7.2",
|
||||||
"webpack-hot-middleware": "2.25.0",
|
"webpack-hot-middleware": "2.25.0",
|
||||||
"webpack-merge": "4.2.2",
|
"webpack-merge": "4.2.2",
|
||||||
@ -320,7 +320,7 @@
|
|||||||
"webpackbar": "4.0.0",
|
"webpackbar": "4.0.0",
|
||||||
"whatwg-fetch": "3.0.0",
|
"whatwg-fetch": "3.0.0",
|
||||||
"write-file-webpack-plugin": "4.5.1",
|
"write-file-webpack-plugin": "4.5.1",
|
||||||
"xterm": "4.6.0",
|
"xterm": "4.7.0",
|
||||||
"zxcvbn": "4.4.2"
|
"zxcvbn": "4.4.2"
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
|
Loading…
Reference in New Issue
Block a user