Skip to content

Commit

Permalink
Upgraded sources for 1.3.2-rc.2 and bumped up node version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ransome1 committed Jan 15, 2024
1 parent 1f1d6a2 commit 0b1ce30
Show file tree
Hide file tree
Showing 4 changed files with 455 additions and 314 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18
- name: Run Electron Builder
uses: samuelmeuli/action-electron-builder@v1
env:
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18
- name: Run Electron Builder
uses: samuelmeuli/action-electron-builder@v1
with:
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18
- name: Run Electron Builder
uses: samuelmeuli/action-electron-builder@v1
with:
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sleek",
"productName": "sleek",
"version": "1.3.2-rc.1",
"version": "1.3.2-rc.2",
"description": "todo.txt manager for Linux, Windows and MacOS, free and open-source (FOSS)",
"synopsis": "todo.txt manager for Linux, Windows and MacOS, free and open-source (FOSS)",
"category": "ProjectManagement",
Expand Down Expand Up @@ -135,28 +135,28 @@
"test1": "yarn playwright test -g 'Creating todos' --config=test/playwright.config.js"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@playwright/test": "^1.31.2",
"@fortawesome/fontawesome-free": "^6.5.1",
"@playwright/test": "^1.40.1",
"bulma": "^0.9.2",
"chokidar": "^3.5.1",
"electron-updater": "^5.3.0",
"electron-updater": "^6.1.7",
"electron-windows-badge": "^1.1.0",
"i18next": "^22.0.4",
"i18next-fs-backend": "^2.0.0",
"i18next": "^23.7.16",
"i18next-fs-backend": "^2.3.1",
"jstodotxt": "^0.10.0",
"marked": "^4.0.12",
"peggy": "^2.0.1",
"playwright": "^1.31.2",
"sass": "^1.34.1",
"marked": "^11.1.1",
"peggy": "^3.0.2",
"playwright": "^1.40.1",
"sass": "^1.69.7",
"sugar": "^2.0.6",
"vanillajs-datepicker": "^1.1.4"
},
"devDependencies": {
"cross-env": "^7.0.3",
"electron": "26.1.0",
"electron-builder": "^24.6.3",
"electron": "28.1.3",
"electron-builder": "^24.9.1",
"electron-notarize": "^1.2.2",
"electron-reloader": "^1.2.2",
"eslint": "^8.6.0"
"eslint": "^8.56.0"
}
}
4 changes: 2 additions & 2 deletions src/css/style.css

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

Loading

0 comments on commit 0b1ce30

Please sign in to comment.