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 Apr 30, 2024
1 parent 8be2c9f commit fd2f493
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Binary file modified bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
"vercel-build": "NODE_ENV=production nuxt build"
},
"dependencies": {
"@headlessui/vue": "^1.7.20",
"@headlessui/vue": "^1.7.21",
"@pinia/nuxt": "^0.5.1",
"axios": "1.6.8",
"hls.js": "^1.5.8",
"vue": "^3.4.23",
"vue": "^3.4.26",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@nuxt/devtools": "^1.2.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "8.3.0",
"@tailwindcss/typography": "^0.5.12",
"@nuxtjs/i18n": "8.3.1",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"autoprefixer": "^10.4.19",
Expand All @@ -54,7 +54,7 @@
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^2.0.14"
"vue-tsc": "^2.0.15"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue}": [
Expand Down

0 comments on commit fd2f493

Please sign in to comment.