Skip to content

Commit

Permalink
Bump minor deps, update workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zoton2 committed May 21, 2024
1 parent d86765e commit ee8cdcc
Show file tree
Hide file tree
Showing 3 changed files with 3,985 additions and 3,155 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
# Checkout the base branch of this repository with full depth
- name: Checkout this repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets['GITHUB_TOKEN'] }}
ref: ${{ inputs.base_branch || 'master' }}
Expand All @@ -47,15 +47,15 @@ jobs:
# Setup some Node stuff
- name: Node.js setup
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18'

# Install pnpm
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8
version: 9

# Gets pnpm's store directory (for next step)
- name: Get pnpm store directory
Expand All @@ -65,7 +65,7 @@ jobs:
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
# Set pnpm cache options
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Setup pnpm cache
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,35 +35,35 @@
"module-alias": "^2.2.3",
"needle": "^3.3.1",
"obs-websocket-js": "^4.0.3",
"socket.io-client": "^4.7.4",
"socket.io-client": "^4.7.5",
"speedcontrol-util": "github:speedcontrol/speedcontrol-util.git#build"
},
"devDependencies": {
"@quasar/extras": "^1.16.9",
"@quasar/vite-plugin": "^1.6.0",
"@quasar/extras": "^1.16.11",
"@quasar/vite-plugin": "^1.7.0",
"@types/needle": "^3.3.0",
"@types/node": "^18.19.8",
"@types/node": "^18.19.33",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vueuse/head": "^1.3.1",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vue": "^9.20.1",
"eslint-plugin-vue": "^9.26.0",
"nodecg-cli": "^8.6.8",
"nodecg-vue-composable": "^1.1.0",
"npm-run-all": "^4.1.5",
"quasar": "^2.14.2",
"quasar": "^2.16.4",
"trash-cli": "^5.0.0",
"ts-essentials": "^9.4.1",
"ts-essentials": "^9.4.2",
"typescript": "^4.9.5",
"vite": "^4.5.2",
"vite-plugin-checker": "^0.6.2",
"vite": "^4.5.3",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-nodecg": "^2.0.1",
"vue": "^3.4.15",
"vue": "^3.4.27",
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^1.8.27"
},
Expand Down
Loading

0 comments on commit ee8cdcc

Please sign in to comment.