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 Sep 6, 2023
1 parent 13f0a06 commit 804e579
Show file tree
Hide file tree
Showing 3 changed files with 3,368 additions and 1,786 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
path: '~/.pnpm-store'
key: ${{ runner.os }}-
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: 8.3.1
run_install: true
Expand All @@ -49,7 +49,7 @@ jobs:
with:
path: '~/.pnpm-store'
key: ${{ runner.os }}-
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: 8.3.1
run_install: true
Expand All @@ -73,7 +73,7 @@ jobs:
with:
path: '~/.pnpm-store'
key: ${{ runner.os }}-
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: 8.3.1
run_install: true
Expand All @@ -98,7 +98,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: 8.3.1
run_install: true
Expand Down
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easy-radio",
"packageManager": "pnpm@8.4.0",
"packageManager": "pnpm@8.7.4",
"private": true,
"repository": {
"type": "git",
Expand All @@ -21,40 +21,40 @@
"vercel-build": "NODE_ENV=production nuxt build"
},
"dependencies": {
"@headlessui/vue": "^1.7.13",
"@pinia/nuxt": "^0.4.9",
"hls.js": "^1.4.1",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
"@headlessui/vue": "^1.7.16",
"@pinia/nuxt": "^0.4.11",
"hls.js": "^1.4.12",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@nuxt/devtools": "^0.4.5",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/i18n": "8.0.0-beta.11",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^18.16.5",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@vueuse/core": "^10.1.2",
"@vueuse/nuxt": "^10.1.2",
"autoprefixer": "^10.4.14",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"@nuxt/devtools": "^0.8.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "8.0.0-rc.4",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^18.17.14",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@vueuse/core": "^10.4.1",
"@vueuse/nuxt": "^10.4.1",
"autoprefixer": "^10.4.15",
"eslint": "^8.48.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.11.1",
"eslint-plugin-vue": "^9.17.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"npm-check-updates": "^16.10.10",
"nuxt": "^3.4.3",
"npm-check-updates": "^16.13.2",
"nuxt": "^3.7.1",
"only-allow": "^1.1.1",
"postcss": "^8.4.23",
"postcss": "^8.4.29",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^4.3.5",
"vite-plugin-eslint": "^1.8.1",
"vue-eslint-parser": "^9.2.1",
"vue-tsc": "^1.6.4"
"vue-eslint-parser": "^9.3.1",
"vue-tsc": "^1.8.10"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue}": [
Expand Down
Loading

0 comments on commit 804e579

Please sign in to comment.