Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and adamburgess committed Jan 15, 2024
1 parent 85cf525 commit cbdfe78
Show file tree
Hide file tree
Showing 5 changed files with 964 additions and 388 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
os: [windows-latest] # if you want, enable linux with ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
#- run: sudo apt-get install libpango1.0-dev libatk1.0-dev libglib2.0-dev libgdk-pixbuf2.0-dev librust-gdk-sys-dev
# if: ${{ matrix.os == 'ubuntu-latest' }}
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo build --release
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: desktop-app
path: |
Expand Down
166 changes: 157 additions & 9 deletions desktop-app/Cargo.lock

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

2 changes: 1 addition & 1 deletion desktop-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ edition = "2021"
druid = { git = "https://github.com/linebender/druid.git", rev = "0214404d" }

[build-dependencies]
embed-resource = "1.8"
embed-resource = "2.4"
winres = "0.1.12"
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
"private": true,
"type": "module",
"devDependencies": {
"@cloudflare/workers-types": "^4.20230115.0",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"esbuild": "^0.17.5",
"@cloudflare/workers-types": "^4.20231218.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"esbuild": "^0.19.11",
"html-minifier": "^4.0.0",
"mustache": "^4.2.0",
"postcss": "^8.4.21",
"rollup": "^3.12.1",
"rollup-plugin-esbuild": "^5.0.0",
"postcss": "^8.4.33",
"rollup": "^4.9.5",
"rollup-plugin-esbuild": "^6.1.0",
"rollup-plugin-postcss": "^4.0.2",
"typescript": "^4.9.5"
"typescript": "^5.3.3"
},
"dependencies": {
"preact": "^10.11.3",
"tailwindcss": "^3.2.4"
"preact": "^10.19.3",
"tailwindcss": "^3.4.1"
},
"scripts": {
"build": "rollup -c",
Expand Down
Loading

0 comments on commit cbdfe78

Please sign in to comment.