2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-07 07:12:23 +03:00

deps: upgrade dependencies (#1867)

* update deps

* Update package.json

* update deps and workflows

* refactor workflows

* always checkout

* Update action.yml

* Update action.yml

* Update action.yml

* bump

* Update action.yml

* Update action.yml

* update workflow

* fix pnpm issues

* upgrade eslint

* complete workflows

* Update eslint.config.ts

* upgrade tailwind

* Update .gitignore

* upgrade nuxt content separately
This commit is contained in:
Jeff Sagal
2025-03-16 10:13:20 -07:00
committed by GitHub
parent faf8d6c655
commit 06d9a373f2
22 changed files with 3824 additions and 3545 deletions
+15 -14
View File
@@ -8,25 +8,26 @@
},
"devDependencies": {
"@nuxt/content": "^2.13.4",
"@nuxt/eslint-config": "^0.7.2",
"@nuxt/eslint-config": "^1.2.0",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/google-fonts": "^3.2.0",
"@tailwindcss/typography": "^0.5.15",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.16.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.32.0",
"nuxt": "3.14.1592",
"nuxt-svgo": "^4.0.9",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9"
"@tailwindcss/typography": "^0.5.16",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.5.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.22.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-vue": "^10.0.0",
"nuxt": "3.16.0",
"nuxt-svgo": "^4.0.15",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.2.0",
"@vueuse/core": "^12.0.0",
"tailwindcss": "^3.4.16"
"@tailwindcss/vite": "^4.0.14",
"@vueuse/core": "^13.0.0",
"tailwindcss": "^4.0.14"
}
}