Skip to content

Commit

Permalink
Bump minor deps, update shared, bump GitHub workflow deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zoton2 committed May 21, 2024
1 parent 423b0b7 commit 3a7019e
Show file tree
Hide file tree
Showing 4 changed files with 5,103 additions and 3,981 deletions.
8 changes: 4 additions & 4 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 Down Expand Up @@ -88,12 +88,12 @@ 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
Expand All @@ -106,7 +106,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
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"module-alias": "^2.2.3",
"moment": "^2.30.1",
"needle": "^3.3.1",
"sharp": "^0.33.2",
"socket.io-client": "^4.7.4",
"sharp": "^0.33.4",
"socket.io-client": "^4.7.5",
"speedcontrol-util": "github:speedcontrol/speedcontrol-util.git#build",
"streamdeck-util": "^0.4.0",
"strict-event-emitter": "^0.5.1",
"uuid": "^9.0.1",
"ws": "^8.16.0"
"ws": "^8.17.0"
},
"devDependencies": {
"@fontsource/barlow-condensed": "^4.5.9",
Expand All @@ -54,22 +54,22 @@
"@nodecg/types": "^2.1.12",
"@types/async": "^3.2.24",
"@types/clone": "^2.1.4",
"@types/lodash": "^4.14.202",
"@types/lodash": "^4.17.4",
"@types/module-alias": "^2.0.4",
"@types/needle": "^3.3.0",
"@types/node": "^18.19.8",
"@types/node": "^18.19.33",
"@types/sharp": "^0.31.1",
"@types/uuid": "^9.0.7",
"@types/webpack-env": "^1.18.4",
"@types/uuid": "^9.0.8",
"@types/webpack-env": "^1.18.5",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vue/component-compiler-utils": "^3.3.0",
"cross-env": "^7.0.3",
"css-loader": "^6.9.1",
"dayjs": "^1.11.10",
"css-loader": "^6.11.0",
"dayjs": "^1.11.11",
"deepmerge": "^4.3.1",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.2.0",
"eslint-import-resolver-typescript": "^2.7.1",
Expand All @@ -82,14 +82,14 @@
"globby": "^12.2.0",
"gsap": "^3.12.5",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.7.7",
"mini-css-extract-plugin": "^2.9.0",
"nodecg-cli": "^8.6.8",
"npm-run-all": "^4.1.5",
"sass": "~1.32",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.4",
"trash-cli": "^5.0.0",
"ts-essentials": "^9.4.1",
"ts-essentials": "^9.4.2",
"ts-loader": "^9.5.1",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.9.5",
Expand All @@ -103,13 +103,13 @@
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.7.16",
"vuedraggable": "^2.24.3",
"vuetify": "^2.7.1",
"vuetify": "^2.7.2",
"vuetify-loader": "^1.9.2",
"vuex": "^3.6.2",
"vuex-class": "^0.3.2",
"vuex-class-state2way": "^1.0.1",
"vuex-module-decorators": "^1.2.0",
"webpack": "^5.89.0",
"webpack": "^5.91.0",
"webpack-cli": "^4.10.0",
"webpack-livereload-plugin": "^3.0.2"
},
Expand Down
Loading

0 comments on commit 3a7019e

Please sign in to comment.