From e706c5ff41780e2e9929da81c815131d62cb3b94 Mon Sep 17 00:00:00 2001 From: realstoman Date: Mon, 23 Jan 2023 11:48:07 +0430 Subject: [PATCH 01/22] Update all packages to latest --- package.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 812c4786..73d2330f 100644 --- a/package.json +++ b/package.json @@ -8,29 +8,29 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "@tailwindcss/forms": "^0.5.2", - "@vue/cli-plugin-babel": "^5.0.4", - "@vue/cli-plugin-eslint": "^5.0.4", - "@vue/cli-plugin-router": "^5.0.4", - "core-js": "^3.6.5", - "feather-icons": "^4.28.0", + "@tailwindcss/forms": "^0.5.3", + "@vue/cli-plugin-babel": "^5.0.8", + "@vue/cli-plugin-eslint": "^5.0.8", + "@vue/cli-plugin-router": "^5.0.8", + "core-js": "^3.27.2", + "feather-icons": "^4.29.0", "postcss-flexbugs-fixes": "^5.0.2", - "postcss-import": "^14.1.0", - "postcss-preset-env": "^7.6.0", - "vue": "^3.2.35", + "postcss-import": "^15.1.0", + "postcss-preset-env": "^7.8.3", + "vue": "^3.2.45", "vue-backtotop": "^1.6.1", - "vue-router": "^4.0.0-0", + "vue-router": "^4.1.6", "vue3-autocounter": "^1.0.6" }, "devDependencies": { - "@vue/cli-service": "~5.0.4", - "@vue/compiler-sfc": "^3.2.35", - "autoprefixer": "^10.4.7", + "@vue/cli-service": "~5.0.8", + "@vue/compiler-sfc": "^3.2.45", + "autoprefixer": "^10.4.13", "babel-eslint": "^10.1.0", - "eslint": "^7.5.0", - "eslint-plugin-vue": "^7.0.0", - "postcss": "^8.4.14", - "tailwindcss": "^3.0.24", + "eslint": "^8.32.0", + "eslint-plugin-vue": "^9.9.0", + "postcss": "^8.4.21", + "tailwindcss": "^3.2.4", "vue-cli-plugin-tailwind": "3.0.0" }, "eslintConfig": { From 651d0511350dd8700ada4b30a38927e5e96ddaa1 Mon Sep 17 00:00:00 2001 From: realstoman Date: Mon, 23 Jan 2023 11:50:50 +0430 Subject: [PATCH 02/22] Update footer links --- src/components/shared/AppFooter.vue | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/src/components/shared/AppFooter.vue b/src/components/shared/AppFooter.vue index 195c3b7f..3643bc78 100644 --- a/src/components/shared/AppFooter.vue +++ b/src/components/shared/AppFooter.vue @@ -1,6 +1,7 @@