Skip to content

Commit

Permalink
Merge pull request #1379 from hovancik/up/deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
hovancik authored Oct 12, 2023
2 parents f3ede85 + 7844413 commit 08dde4f
Show file tree
Hide file tree
Showing 9 changed files with 732 additions and 427 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# steps:
# - name: Build
# image: amd64/node:18.15.0-buster
# image: amd64/node:18.17.1-buster
# commands:
# - apt update && apt-get install --no-install-recommends -y gcc-multilib g++-multilib bsdtar rpm libopenjp2-tools
# - npm install
Expand All @@ -36,7 +36,7 @@

# steps:
# - name: Build
# image: arm64v8/node:18.15.0-buster
# image: arm64v8/node:18.17.1-buster
# commands:
# - apt update && apt-get install --no-install-recommends -y ruby-full bsdtar rpm libopenjp2-tools
# - gem install fpm -v 1.10.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/arm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.15.0'
node-version: '18.17.1'
- run: sudo apt update && sudo apt-get install --no-install-recommends -y ruby-full libarchive-tools
- run: sudo gem install fpm -v 1.15
- run: npm install npm@9 -g
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.15.0'
node-version: '18.17.1'
- run: npm install npm@9 -g
- run: npm install npm -g
- run: npm install
- run: node_modules/.bin/electron-builder build
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snap-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.15.0'
node-version: '18.17.1'
- run: npm install -g npm
- run: npm install
- run: node_modules/.bin/electron-builder --linux snap --publish=never
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.15.0'
node-version: '18.17.1'
- run: npm install npm@9 -g
- run: npm install
- run: npx nyc --reporter=lcov npm test
Expand Down
152 changes: 89 additions & 63 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
},
"homepage": "https://hovancik.net/stretchly",
"dependencies": {
"@electron/remote": "^2.0.10",
"@electron/remote": "^2.0.12",
"@meetfranz/electron-notification-state": "^1.0.0",
"electron-log": "^4.4.8",
"electron-store": "^8.1.0",
"humanize-duration": "^3.29.0",
"i18next": "^23.4.1",
"i18next-fs-backend": "^2.1.5",
"luxon": "^3.3.0",
"humanize-duration": "^3.30.0",
"i18next": "^23.5.1",
"i18next-fs-backend": "^2.2.0",
"luxon": "^3.4.3",
"macos-notification-state": "^3.0.0",
"meeussunmoon": "^3.0.3",
"ps-list": "7.2.0",
Expand Down
Loading

0 comments on commit 08dde4f

Please sign in to comment.