- add set cookies to table

- fix filters
This commit is contained in:
Paolo Arena
2021-12-16 10:56:57 +01:00
parent 48297094ae
commit c6e0c23650
16 changed files with 496 additions and 214 deletions

View File

@@ -23,25 +23,26 @@
"generate-sw": "workbox generateSW workbox-config.js"
},
"dependencies": {
"@quasar/extras": "^1.12.2",
"@quasar/extras": "^1.12.1",
"@quasar/quasar-ui-qcalendar": "^4.0.0-beta.6",
"@vue/compat": "^3.2.24",
"@vue/compiler-sfc": "^3.2.24",
"@vue/eslint-config-standard": "5.1.2",
"@vue/compat": "^3.2.26",
"@vue/compiler-sfc": "^3.2.26",
"@vue/eslint-config-standard": "^5.1.2",
"@vuelidate/core": "^2.0.0-alpha.32",
"@vuelidate/validators": "^2.0.0-alpha.25",
"acorn": "^8.6.0",
"autoprefixer": "^10.4.0",
"axios": "0.21.4",
"babel-loader": "^8.2.3",
"bcryptjs": "^2.4.3",
"core-js": "^3.19.3",
"core-js": "^3.19.1",
"crypto": "^1.0.1",
"date-fns": "^2.27.0",
"date-fns": "^2.26.0",
"dotenv": "^10.0.0",
"echarts": "^5.2.2",
"eslint-plugin-quasar": "^1.0.0",
"eslint-plugin-standard": "^5.0.0",
"graphql": "^16.1.0",
"graphql": "^16.0.1",
"graphql-tag": "^2.12.6",
"gsap": "^3.8.0",
"jquery": "^3.6.0",
@@ -49,15 +50,15 @@
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"npm": "^8.3.0",
"npm": "^8.1.4",
"nprogress": "^0.2.0",
"pinia": "^2.0.6",
"pinia": "^2.0.4",
"prerender-spa-plugin": "^3.4.0",
"quasar": "^2.3.4",
"quasar": "^2.3.3",
"quasar-extras": "^2.0.9",
"register-service-worker": "^1.7.2",
"vee-validate": "^4.4.10",
"vue": "^3.2.12",
"vue": "^3.2.26",
"vue-class-component": "^8.0.0-rc.1",
"vue-country-code": "^1.1.2",
"vue-echarts": "^6.0.0",
@@ -74,9 +75,7 @@
"vuex-router-sync": "^6.0.0-rc.1"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@quasar/app": "^3.2.5",
"@quasar/app": "^3.2.3",
"@quasar/quasar-app-extension-qcalendar": "^4.0.0-beta.6",
"@types/bcryptjs": "^2.4.2",
"@types/dotenv": "^8.2.0",
@@ -101,7 +100,7 @@
"jest": "^27.3.1",
"json-loader": "^0.5.7",
"node-sass": "^6.0.1",
"npm-check-updates": "^12.0.3",
"npm-check-updates": "^12.0.2",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"postcss": "^8.3.11",
"postcss-loader": "^6.2.0",
@@ -112,11 +111,11 @@
"tslint": "^6.1.3",
"tslint-config-standard": "^9.0.0",
"tslint-loader": "^3.5.4",
"typescript": "^4.5.3",
"typescript": "^4.5.2",
"vue-cli-plugin-element-ui": "^1.1.4",
"vueify": "^9.4.1",
"webpack": "^5.0.0",
"workbox-webpack-plugin": "^6.4.2"
"workbox-webpack-plugin": "^6.4.1"
},
"browser": {
"crypto": false