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 Sep 20, 2024
1 parent 41f2078 commit 48281d8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
Binary file modified bun.lockb
Binary file not shown.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,39 +22,39 @@
"vercel-build": "NODE_ENV=production nuxt build"
},
"dependencies": {
"@headlessui/vue": "^1.7.22",
"@headlessui/vue": "^1.7.23",
"@pinia/nuxt": "^0.5.4",
"axios": "1.7.4",
"hls.js": "^1.5.14",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
"axios": "1.7.7",
"hls.js": "^1.5.15",
"vue": "^3.5.6",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@nuxt/devtools": "^1.3.14",
"@nuxt/devtools": "^1.4.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "8.5.0",
"@tailwindcss/typography": "^0.5.14",
"@types/node": "^20.16.1",
"@nuxtjs/i18n": "8.5.4",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20.16.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vueuse/core": "^10.11.1",
"@vueuse/nuxt": "^10.11.1",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.5",
"eslint": "^8.57.0",
"cssnano": "^7.0.6",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.27.0",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"nuxt": "^3.12.4",
"eslint-plugin-vue": "^9.28.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"nuxt": "^3.13.2",
"only-allow": "^1.2.1",
"postcss": "^8.4.41",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.0.29"
"vue-tsc": "^2.1.6"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue}": [
Expand Down

0 comments on commit 48281d8

Please sign in to comment.