#5 - (js) Bump @vue/compiler-sfc from 3.2.31 to 3.2.33 (#141)

* #5 - (js) Bump @vue/compiler-sfc from 3.2.31 to 3.2.33

Bumps [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) from 3.2.31 to 3.2.33.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.2.33/packages/compiler-sfc)

---
updated-dependencies:
- dependency-name: "@vue/compiler-sfc"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* #5 - May 2022 npm packages update

* #5 - disabled multi-word-component-names

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: EwelinaLasowy <ewelina.lasowy@blumilk.pl>
This commit is contained in:
dependabot[bot] 2022-05-06 08:34:03 +02:00 committed by GitHub
parent 3404bf1da8
commit e1f449fb52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 358 additions and 287 deletions

View File

@ -21,5 +21,6 @@ module.exports = {
'tailwindcss/enforces-shorthand': 'error', 'tailwindcss/enforces-shorthand': 'error',
'tailwindcss/no-arbitrary-value': 'error', 'tailwindcss/no-arbitrary-value': 'error',
'tailwindcss/no-contradicting-classname': 'error', 'tailwindcss/no-contradicting-classname': 'error',
'vue/multi-word-component-names': 0,
}, },
} }

616
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,36 +13,36 @@
"postinstall": "npm run prod" "postinstall": "npm run prod"
}, },
"dependencies": { "dependencies": {
"@headlessui/vue": "^1.5.0", "@headlessui/vue": "^1.6.1",
"@heroicons/vue": "^1.0.6", "@heroicons/vue": "^1.0.6",
"@inertiajs/inertia": "^0.11.0", "@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-vue3": "^0.6.0", "@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.7", "@inertiajs/progress": "^0.2.7",
"@tailwindcss/forms": "^0.5.0", "@tailwindcss/forms": "^0.5.1",
"@tailwindcss/line-clamp": "^0.3.1", "@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.2", "@tailwindcss/typography": "^0.5.2",
"@vue/compiler-sfc": "^3.2.31", "@vue/compiler-sfc": "^3.2.33",
"autoprefixer": "^10.4.4", "autoprefixer": "^10.4.7",
"axios": "^0.26.1", "axios": "^0.27.2",
"echarts": "^5.3.2", "echarts": "^5.3.2",
"eslit": "^6.0.0", "eslit": "^6.0.0",
"flatpickr": "^4.6.11", "flatpickr": "^4.6.13",
"laravel-mix": "^6.0.43", "laravel-mix": "^6.0.43",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"luxon": "^2.3.1", "luxon": "^2.3.2",
"postcss": "^8.4.12", "postcss": "^8.4.13",
"tailwindcss": "^3.0.23", "tailwindcss": "^3.0.24",
"vue": "^3.2.31", "vue": "^3.2.33",
"vue-echarts": "^6.0.2", "vue-echarts": "^6.0.2",
"vue-flatpickr-component": "^9.0.5", "vue-flatpickr-component": "^9.0.6",
"vue-loader": "^17.0.0", "vue-loader": "^17.0.0",
"vue-material-design-icons": "^5.0.0", "vue-material-design-icons": "^5.0.0",
"vue-toastification": "^2.0.0-rc.5", "vue-toastification": "^2.0.0-rc.5",
"vue3-popper": "^1.4.2" "vue3-popper": "^1.4.2"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.12.0", "eslint": "^8.14.0",
"eslint-plugin-tailwindcss": "^3.5.0", "eslint-plugin-tailwindcss": "^3.5.0",
"eslint-plugin-vue": "^8.5.0" "eslint-plugin-vue": "^8.7.1"
} }
} }