Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent 2972b25 commit 812c8dc
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 236 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easy-radio",
"packageManager": "pnpm@8.8.0",
"packageManager": "pnpm@8.9.2",
"private": true,
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@headlessui/vue": "^1.7.16",
"@pinia/nuxt": "^0.4.11",
"@pinia/nuxt": "^0.5.0",
"hls.js": "^1.4.12",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
Expand All @@ -32,9 +32,9 @@
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "8.0.0-rc.5",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^18.18.4",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@types/node": "^18.18.5",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@vueuse/core": "^10.5.0",
"@vueuse/nuxt": "^10.5.0",
"autoprefixer": "^10.4.16",
Expand All @@ -44,17 +44,17 @@
"eslint-plugin-vue": "^9.17.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"npm-check-updates": "^16.14.5",
"npm-check-updates": "^16.14.6",
"nuxt": "^3.7.4",
"only-allow": "^1.2.1",
"postcss": "^8.4.31",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^4.3.9",
"vite": "^4.4.11",
"vite-plugin-eslint": "^1.8.1",
"vue-eslint-parser": "^9.3.2",
"vue-tsc": "^1.8.18"
"vue-tsc": "^1.8.19"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue}": [
Expand Down
Loading

0 comments on commit 812c8dc

Please sign in to comment.