misc: migrate to vuetify 2.0 (wip)
This commit is contained in:
69
package.json
69
package.json
@@ -38,10 +38,10 @@
|
||||
"@bugsnag/js": "6.3.2",
|
||||
"algoliasearch": "3.33.0",
|
||||
"apollo-fetch": "0.7.0",
|
||||
"apollo-server": "2.6.9",
|
||||
"apollo-server-express": "2.6.9",
|
||||
"apollo-server": "2.7.2",
|
||||
"apollo-server-express": "2.7.2",
|
||||
"auto-load": "3.0.4",
|
||||
"aws-sdk": "2.493.0",
|
||||
"aws-sdk": "2.501.0",
|
||||
"axios": "0.19.0",
|
||||
"azure-search-client": "3.1.5",
|
||||
"bcryptjs-then": "1.0.1",
|
||||
@@ -67,7 +67,7 @@
|
||||
"express": "4.17.1",
|
||||
"express-brute": "1.0.1",
|
||||
"express-session": "1.16.2",
|
||||
"file-type": "12.0.1",
|
||||
"file-type": "12.1.0",
|
||||
"filesize": "4.1.2",
|
||||
"fs-extra": "8.1.0",
|
||||
"getos": "3.1.1",
|
||||
@@ -86,8 +86,8 @@
|
||||
"js-yaml": "3.13.1",
|
||||
"jsonwebtoken": "8.5.1",
|
||||
"klaw": "3.0.0",
|
||||
"knex": "0.19.0",
|
||||
"lodash": "4.17.14",
|
||||
"knex": "0.19.1",
|
||||
"lodash": "4.17.15",
|
||||
"markdown-it": "9.0.1",
|
||||
"markdown-it-abbr": "1.0.4",
|
||||
"markdown-it-anchor": "5.2.4",
|
||||
@@ -108,11 +108,11 @@
|
||||
"moment-timezone": "0.5.26",
|
||||
"mongodb": "3.2.7",
|
||||
"mssql": "5.1.0",
|
||||
"multer": "1.4.1",
|
||||
"multer": "1.4.2",
|
||||
"mysql2": "1.6.5",
|
||||
"nanoid": "2.0.3",
|
||||
"node-2fa": "1.1.2",
|
||||
"node-cache": "4.2.0",
|
||||
"node-cache": "4.2.1",
|
||||
"nodemailer": "6.3.0",
|
||||
"objection": "1.6.9",
|
||||
"passport": "0.4.0",
|
||||
@@ -135,7 +135,7 @@
|
||||
"passport-saml": "1.1.0",
|
||||
"passport-twitch": "1.0.3",
|
||||
"pem-jwk": "2.0.0",
|
||||
"pg": "7.11.0",
|
||||
"pg": "7.12.0",
|
||||
"pg-hstore": "2.3.3",
|
||||
"pg-query-stream": "2.0.0",
|
||||
"pg-tsquery": "8.0.5",
|
||||
@@ -148,9 +148,9 @@
|
||||
"safe-regex": "2.0.2",
|
||||
"sanitize-filename": "1.6.1",
|
||||
"scim-query-filter-parser": "1.1.0",
|
||||
"semver": "6.2.0",
|
||||
"semver": "6.3.0",
|
||||
"serve-favicon": "2.5.0",
|
||||
"simple-git": "1.121.0",
|
||||
"simple-git": "1.123.0",
|
||||
"solr-node": "1.2.1",
|
||||
"sqlite3": "4.0.9",
|
||||
"striptags": "3.1.1",
|
||||
@@ -163,7 +163,7 @@
|
||||
"validator": "11.1.0",
|
||||
"validator-as-promised": "1.0.2",
|
||||
"winston": "3.2.1",
|
||||
"yargs": "13.2.4"
|
||||
"yargs": "13.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.5.0",
|
||||
@@ -179,6 +179,7 @@
|
||||
"@babel/plugin-syntax-import-meta": "^7.2.0",
|
||||
"@babel/polyfill": "^7.4.4",
|
||||
"@babel/preset-env": "^7.5.4",
|
||||
"@mdi/font": "3.8.95",
|
||||
"@panter/vue-i18next": "0.15.1",
|
||||
"@vue/babel-preset-app": "3.9.2",
|
||||
"animate-sass": "0.8.2",
|
||||
@@ -198,27 +199,28 @@
|
||||
"babel-loader": "^8.0.6",
|
||||
"babel-plugin-graphql-tag": "2.4.0",
|
||||
"babel-plugin-lodash": "3.3.4",
|
||||
"babel-plugin-prismjs": "1.0.2",
|
||||
"babel-plugin-prismjs": "1.1.1",
|
||||
"babel-plugin-transform-imports": "2.0.0",
|
||||
"brace": "0.11.1",
|
||||
"cache-loader": "4.0.1",
|
||||
"cache-loader": "4.1.0",
|
||||
"chart.js": "2.8.0",
|
||||
"clean-webpack-plugin": "3.0.0",
|
||||
"copy-webpack-plugin": "5.0.3",
|
||||
"copy-webpack-plugin": "5.0.4",
|
||||
"core-js": "3.1.4",
|
||||
"css-loader": "3.0.0",
|
||||
"css-loader": "3.1.0",
|
||||
"cssnano": "4.1.10",
|
||||
"duplicate-package-checker-webpack-plugin": "3.0.0",
|
||||
"epic-spinners": "1.1.0",
|
||||
"eslint": "6.0.1",
|
||||
"eslint": "6.1.0",
|
||||
"eslint-config-requarks": "1.0.7",
|
||||
"eslint-config-standard": "13.0.1",
|
||||
"eslint-plugin-import": "2.18.0",
|
||||
"eslint-plugin-import": "2.18.2",
|
||||
"eslint-plugin-node": "9.1.0",
|
||||
"eslint-plugin-promise": "4.2.1",
|
||||
"eslint-plugin-standard": "4.0.0",
|
||||
"eslint-plugin-vue": "5.2.3",
|
||||
"file-loader": "4.0.0",
|
||||
"fibers": "4.0.1",
|
||||
"file-loader": "4.1.0",
|
||||
"filepond": "4.4.11",
|
||||
"filepond-plugin-file-validate-type": "1.2.4",
|
||||
"filesize.js": "1.0.2",
|
||||
@@ -228,16 +230,15 @@
|
||||
"graphql-tag": "^2.10.1",
|
||||
"graphql-voyager": "1.0.0-rc.27",
|
||||
"hammerjs": "2.0.8",
|
||||
"html-webpack-plugin": "3.2.0",
|
||||
"html-webpack-plugin": "4.0.0-beta.8",
|
||||
"html-webpack-pug-plugin": "2.0.0",
|
||||
"i18next-chained-backend": "2.0.0",
|
||||
"i18next-localstorage-backend": "3.0.0",
|
||||
"i18next-xhr-backend": "3.0.0",
|
||||
"ignore-loader": "0.1.2",
|
||||
"js-cookie": "2.2.0",
|
||||
"mini-css-extract-plugin": "0.7.0",
|
||||
"mini-css-extract-plugin": "0.8.0",
|
||||
"moment-duration-format": "2.3.2",
|
||||
"node-sass": "4.12.0",
|
||||
"offline-plugin": "5.0.7",
|
||||
"optimize-css-assets-webpack-plugin": "5.0.3",
|
||||
"postcss-cssnext": "3.1.0",
|
||||
@@ -247,50 +248,50 @@
|
||||
"postcss-loader": "3.0.0",
|
||||
"postcss-preset-env": "6.7.0",
|
||||
"postcss-selector-parser": "6.0.2",
|
||||
"prismjs": "1.16.0",
|
||||
"prismjs": "1.17.1",
|
||||
"pug-lint": "2.6.0",
|
||||
"pug-loader": "2.4.0",
|
||||
"pug-plain-loader": "1.0.0",
|
||||
"raw-loader": "3.0.0",
|
||||
"raw-loader": "3.1.0",
|
||||
"react": "16.8.6",
|
||||
"react-dom": "16.8.6",
|
||||
"resolve-url-loader": "3.1.0",
|
||||
"sass": "1.22.7",
|
||||
"sass-loader": "7.1.0",
|
||||
"sass-resources-loader": "2.0.1",
|
||||
"script-ext-html-webpack-plugin": "2.1.4",
|
||||
"simple-progress-webpack-plugin": "1.1.2",
|
||||
"style-loader": "0.23.1",
|
||||
"stylus": "0.54.5",
|
||||
"stylus-loader": "3.0.2",
|
||||
"terser": "4.1.2",
|
||||
"twemoji-awesome": "1.0.6",
|
||||
"url-loader": "2.0.1",
|
||||
"vee-validate": "2.2.12",
|
||||
"url-loader": "2.1.0",
|
||||
"vee-validate": "2.2.13",
|
||||
"velocity-animate": "1.5.2",
|
||||
"viz.js": "2.1.2",
|
||||
"vue": "2.6.10",
|
||||
"vue-apollo": "3.0.0-rc.1",
|
||||
"vue-apollo": "3.0.0-rc.2",
|
||||
"vue-chartjs": "3.4.2",
|
||||
"vue-clipboards": "1.3.0",
|
||||
"vue-codemirror": "4.0.6",
|
||||
"vue-filepond": "5.1.1",
|
||||
"vue-filepond": "5.1.2",
|
||||
"vue-hot-reload-api": "2.3.3",
|
||||
"vue-loader": "15.7.0",
|
||||
"vue-loader": "15.7.1",
|
||||
"vue-material-design-icons": "3.3.1",
|
||||
"vue-moment": "4.0.0",
|
||||
"vue-router": "3.0.7",
|
||||
"vue-simple-breakpoints": "1.0.3",
|
||||
"vue-status-indicator": "1.1.1",
|
||||
"vue-status-indicator": "1.2.1",
|
||||
"vue-template-compiler": "2.6.10",
|
||||
"vue-tour": "1.1.0",
|
||||
"vue2-animate": "2.1.0",
|
||||
"vuedraggable": "2.23.0",
|
||||
"vuescroll": "4.13.1",
|
||||
"vuetify": "1.5.16",
|
||||
"vuetify": "2.0.1",
|
||||
"vuetify-loader": "1.3.0",
|
||||
"vuex": "3.1.1",
|
||||
"vuex-pathify": "1.2.4",
|
||||
"vuex-persistedstate": "2.5.4",
|
||||
"webpack": "4.35.3",
|
||||
"webpack": "4.38.0",
|
||||
"webpack-bundle-analyzer": "3.3.2",
|
||||
"webpack-cli": "3.3.6",
|
||||
"webpack-dev-middleware": "3.7.0",
|
||||
|
||||
Reference in New Issue
Block a user