Skip to content

Commit

Permalink
chore(deps): upgraded all dependencies (workflows too)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mon4ik committed Sep 24, 2024
1 parent 13a3800 commit f7feaf7
Show file tree
Hide file tree
Showing 4 changed files with 1,140 additions and 1,229 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9

- name: Use Node.js 18
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'

- name: Install dependencies
run: pnpm install

- name: Build package
run: pnpm build
run: pnpm build
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Release package

on:
push:
Expand All @@ -14,9 +14,9 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9

- name: Use Node.js 18
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 20
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,37 +36,37 @@
"devDependencies": {
"@types/express": "^4.17.21",
"@types/ip": "^1.1.3",
"@types/lodash": "^4.14.202",
"@types/node": "^20.9.1",
"@types/lodash": "^4.17.9",
"@types/node": "^22.6.1",
"@types/qrcode-terminal": "^0.12.2",
"@types/qs": "^6.9.10",
"@types/semver": "^7.5.6",
"typescript": "^5.2.2"
"@types/qs": "^6.9.16",
"@types/semver": "^7.5.8",
"typescript": "^5.6.2"
},
"dependencies": {
"@commander-js/extra-typings": "^11.1.0",
"@semantic-release/commit-analyzer": "^11.1.0",
"@commander-js/extra-typings": "^12.1.0",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.3.5",
"@semantic-release/npm": "^11.0.2",
"axios": "^1.6.2",
"boxen": "^7.1.1",
"chalk": "4.1.2",
"commander": "^11.1.0",
"@semantic-release/npm": "^12.0.1",
"axios": "^1.7.7",
"boxen": "^8.0.1",
"chalk": "5.3.0",
"commander": "^12.1.0",
"enquirer": "^2.4.1",
"express": "^4.18.2",
"glob": "^10.3.10",
"got": "^13.0.0",
"hap-nodejs": "^0.11.1",
"ip": "^1.1.8",
"express": "^4.21.0",
"glob": "^11.0.0",
"got": "^14.4.2",
"hap-nodejs": "^1.1.0",
"ip": "^2.0.1",
"lodash": "^4.17.21",
"macaddress": "^0.5.3",
"open": "^9.1.0",
"pino": "^8.16.2",
"pino-pretty": "^10.2.3",
"open": "^10.1.0",
"pino": "^9.4.0",
"pino-pretty": "^11.2.2",
"qrcode-terminal": "^0.12.0",
"qs": "^6.11.2",
"semantic-release": "^22.0.12",
"semver": "^7.5.4"
"qs": "^6.13.0",
"semantic-release": "^24.1.1",
"semver": "^7.6.3"
}
}
Loading

0 comments on commit f7feaf7

Please sign in to comment.