update all dependencies

This commit is contained in:
MarcZierle 2022-10-27 13:12:10 +02:00
parent dc0e5451ce
commit 7224faf5db
2 changed files with 1491 additions and 1421 deletions

2864
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,42 +9,42 @@
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src" "lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
}, },
"dependencies": { "dependencies": {
"autoprefixer": "^9.8.8", "autoprefixer": "^10.4.12",
"axios": "^0.24.0", "axios": "^1.1.3",
"axios-auth-refresh": "^3.3.4", "axios-auth-refresh": "^3.3.4",
"lorem-ipsum": "^2.0.8", "lorem-ipsum": "^2.0.8",
"postcss": "^7.0.39", "postcss": "^8.4.18",
"tailwind-children": "^0.5.0", "tailwind-children": "^0.5.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17", "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"vue": "^3.0.0", "vue": "^3.2.41",
"vue-advanced-cropper": "^2.8.0", "vue-advanced-cropper": "^2.8.0",
"vue-i18n": "^9.1.9", "vue-i18n": "^9.2.2",
"vue-meta": "^3.0.0-alpha.8", "vue-meta": "^3.0.0-alpha.8",
"vue-router": "^4.0.0-0", "vue-router": "^4.1.6",
"vuedraggable": "^4.1.0", "vuedraggable": "^4.1.0",
"vuex": "^4.0.0-0" "vuex": "^4.1.0"
}, },
"devDependencies": { "devDependencies": {
"@intlify/vue-i18n-loader": "^5.0.0", "@intlify/vue-i18n-loader": "^5.0.0",
"@vicons/antd": "^0.11.0", "@vicons/antd": "^0.12.0",
"@vicons/carbon": "^0.11.0", "@vicons/carbon": "^0.12.0",
"@vicons/fa": "^0.11.0", "@vicons/fa": "^0.12.0",
"@vicons/fluent": "^0.11.0", "@vicons/fluent": "^0.12.0",
"@vicons/ionicons4": "^0.11.0", "@vicons/ionicons4": "^0.12.0",
"@vicons/ionicons5": "^0.11.0", "@vicons/ionicons5": "^0.12.0",
"@vicons/material": "^0.11.0", "@vicons/material": "^0.12.0",
"@vicons/tabler": "^0.11.0", "@vicons/tabler": "^0.12.0",
"@vicons/utils": "^0.1.4", "@vicons/utils": "^0.1.4",
"@vitejs/plugin-vue": "^2.3.3", "@vitejs/plugin-vue": "^3.2.0",
"@vue/eslint-config-prettier": "^6.0.0", "@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.17.0", "eslint": "^8.26.0",
"eslint-plugin-prettier": "^3.3.1", "eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^8.7.1", "eslint-plugin-vue": "^9.6.0",
"naive-ui": "^2.23.2", "naive-ui": "^2.33.5",
"prettier": "^2.2.1", "prettier": "^2.7.1",
"sass": "^1.26.5", "sass": "^1.55.0",
"vfonts": "^0.1.0", "vfonts": "^0.1.0",
"vite": "^2.9.12", "vite": "^3.2.0",
"vue-cli-plugin-tailwind": "~3.0.0" "vue-cli-plugin-tailwind": "~3.0.0"
} }
} }