Skip to content

Commit

Permalink
Merge pull request #1302 from hovancik/up/deps
Browse files Browse the repository at this point in the history
Up deps
  • Loading branch information
hovancik authored Apr 15, 2023
2 parents ab077b2 + 4c4f333 commit 2454bae
Show file tree
Hide file tree
Showing 10 changed files with 132 additions and 111 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 @@ platform:

steps:
- name: Build
image: amd64/node:18.12.1-buster
image: amd64/node:18.14.0-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 @@ platform:

steps:
- name: Build
image: arm64v8/node:18.12.1-buster
image: arm64v8/node:18.14.0-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.12.1'
node-version: '18.14.0'
- 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 -g
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.12.1'
node-version: '18.14.0'
- run: npm install npm -g
- run: npm install
- run: node_modules/.bin/electron-builder build
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.12.1'
node-version: '18.14.0'
- 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/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.12.1'
node-version: '18.14.0'
- run: npm install npm -g
- run: npm install
- run: node_modules/.bin/electron-builder build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.12.1'
node-version: '18.14.0'
- run: npm install npm -g
- run: npm install
- run: npx nyc --reporter=lcov npm test
Expand Down
30 changes: 15 additions & 15 deletions app/package-lock.json

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

4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"electron-log": "^4.4.8",
"electron-store": "^8.1.0",
"humanize-duration": "^3.28.0",
"i18next": "^22.4.13",
"i18next": "^22.4.14",
"i18next-fs-backend": "^2.1.1",
"luxon": "^3.3.0",
"macos-notification-state": "^2.0.2",
"meeussunmoon": "^3.0.3",
"ps-list": "7.2.0",
"rtl-detect": "^1.0.4",
"semver": "^7.3.8",
"semver": "^7.4.0",
"windows-focus-assist": "^1.3.0",
"windows-notification-state": "^2.0.0"
}
Expand Down
Loading

0 comments on commit 2454bae

Please sign in to comment.