Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent 997dfc4 commit 8be7fdf
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
Binary file modified bun.lockb
Binary file not shown.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,38 +23,38 @@
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@pinia/nuxt": "^0.5.5",
"axios": "1.7.7",
"hls.js": "^1.5.17",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
"@pinia/nuxt": "^0.9.0",
"axios": "1.7.9",
"hls.js": "^1.5.20",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@nuxt/devtools": "^1.6.0",
"@nuxt/devtools": "^1.7.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "8.5.5",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.8.1",
"@nuxtjs/i18n": "8.5.6",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.12.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"@vueuse/core": "^11.3.0",
"@vueuse/nuxt": "^11.3.0",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.29.1",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"nuxt": "^3.13.2",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-vue": "^9.32.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"nuxt": "^3.15.4",
"only-allow": "^1.2.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.1.8"
"vue-tsc": "^2.2.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue}": [
Expand Down

0 comments on commit 8be7fdf

Please sign in to comment.