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] committed May 13, 2024
1 parent 0190f24 commit 743f70b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
"vercel-build": "NODE_ENV=production nuxt build"
},
"dependencies": {
"@headlessui/vue": "^1.7.21",
"@headlessui/vue": "^1.7.22",
"@pinia/nuxt": "^0.5.1",
"axios": "1.6.8",
"hls.js": "^1.5.8",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@nuxt/devtools": "^1.2.0",
"@nuxt/devtools": "^1.3.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "8.3.1",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.12.10",
"@types/node": "^20.12.11",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vueuse/core": "^10.9.0",
Expand All @@ -44,7 +44,7 @@
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.25.0",
"eslint-plugin-vue": "^9.26.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"nuxt": "^3.11.2",
Expand All @@ -54,7 +54,7 @@
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^2.0.16"
"vue-tsc": "^2.0.17"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue}": [
Expand Down

0 comments on commit 743f70b

Please sign in to comment.