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 Jul 8, 2022
1 parent 7cd3ad4 commit 951d5ee
Show file tree
Hide file tree
Showing 4 changed files with 290 additions and 262 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Delete previous runs
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.10.0
- name: Checkout repo
uses: actions/checkout@v3
- name: Use Node.js
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Delete previous runs
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.10.0
- name: Checkout repo
uses: actions/checkout@v3
- name: Use Node.js
Expand All @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Delete previous runs
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.10.0
- name: Checkout repo
uses: actions/checkout@v3
- name: Use Node.js
Expand All @@ -81,7 +81,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.10.0
- name: Checkout Repo
uses: actions/checkout@v3
- name: Use Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: github.event.pull_request.merged == true
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.10.0
- name: Checkout Repo
uses: actions/checkout@v3
- name: Use Node.js
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easy-radio",
"packageManager": "pnpm@7.1.7",
"packageManager": "pnpm@7.5.0",
"private": true,
"repository": {
"type": "git",
Expand All @@ -19,33 +19,33 @@
"prepare": "husky install"
},
"dependencies": {
"@headlessui/vue": "^1.6.4",
"@headlessui/vue": "^1.6.6",
"hls.js": "^1.1.5",
"vue": "^3.2.36",
"vue-router": "^4.0.15"
"vue": "^3.2.37",
"vue-router": "^4.1.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"@tailwindcss/typography": "^0.5.3",
"@types/node": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"@vitejs/plugin-vue": "^2.3.3",
"autoprefixer": "^10.4.7",
"eslint": "^8.16.0",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^8.7.1",
"husky": "^7.0.4",
"lint-staged": "^13.0.0",
"only-allow": "^1.1.0",
"lint-staged": "^13.0.3",
"only-allow": "^1.1.1",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"tailwindcss": "^3.0.24",
"typescript": "^4.7.2",
"vite": "^2.9.9",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.5",
"typescript": "^4.7.4",
"vite": "^2.9.14",
"vite-plugin-eslint": "^1.6.1",
"vue-eslint-parser": "^8.3.0",
"vue-tsc": "^0.35.0"
"vue-tsc": "^0.38.3"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue}": [
Expand Down
Loading

0 comments on commit 951d5ee

Please sign in to comment.