Skip to content

Commit

Permalink
update depends
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Oct 29, 2024
1 parent 764a09f commit 4c0ce4c
Show file tree
Hide file tree
Showing 32 changed files with 3,041 additions and 2,517 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: ['https://afdian.net/a/pylogmon'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
custom: ['https://afdian.com/a/pylogmon'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
2 changes: 1 addition & 1 deletion .github/actions/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ sed -i "s/#openssl/openssl={version=\"0.10\",features=[\"vendored\"]}/g" src-tau
if [ "$INPUT_TARGET" = "x86_64-unknown-linux-gnu" ]; then
pnpm tauri build --target $INPUT_TARGET
else
pnpm tauri build --target $INPUT_TARGET -b deb
pnpm tauri build --target $INPUT_TARGET -b deb rpm
fi
13 changes: 13 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,12 @@ jobs:
name: linux_${{ matrix.target }}_deb
path: src-tauri/target/${{ matrix.target }}/release/bundle/deb/*.deb
if-no-files-found: error
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: linux_${{ matrix.target }}_rpm
path: src-tauri/target/${{ matrix.target }}/release/bundle/rpm/*.rpm
if-no-files-found: error
- name: Upload Artifacts
if: matrix.target == 'x86_64-unknown-linux-gnu'
uses: actions/upload-artifact@v4
Expand All @@ -355,6 +361,13 @@ jobs:
body_path: CHANGELOG
token: ${{ secrets.GITHUB_TOKEN }}
files: src-tauri/target/${{ matrix.target }}/release/bundle/deb/*.deb
- name: Upload Release
if: startsWith(github.ref, 'refs/tags')
uses: softprops/action-gh-release@v1
with:
body_path: CHANGELOG
token: ${{ secrets.GITHUB_TOKEN }}
files: src-tauri/target/${{ matrix.target }}/release/bundle/rpm/*.rpm

trigger-docs-update:
needs: [build-for-macos, build-for-windows, build-for-linux]
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,48 +12,48 @@
"updater:fixRuntime": "node updater/updater-for-fix-runtime.mjs"
},
"dependencies": {
"@nextui-org/react": "^2.4.2",
"@nextui-org/theme": "^2.2.6",
"@react-spring/web": "^9.7.3",
"@tauri-apps/api": "^1.5.6",
"@nextui-org/react": "^2.4.8",
"@nextui-org/theme": "^2.2.11",
"@react-spring/web": "^9.7.5",
"@tauri-apps/api": "^1.6.0",
"crypto-js": "^4.2.0",
"flag-icons": "^7.2.3",
"framer-motion": "^11.2.10",
"i18next": "^23.11.5",
"jose": "^5.4.0",
"jotai": "^2.8.3",
"framer-motion": "^11.11.10",
"i18next": "^23.16.4",
"jose": "^5.9.6",
"jotai": "^2.10.1",
"jsqr": "^1.4.0",
"md5": "^2.3.0",
"nanoid": "^5.0.7",
"nanoid": "^5.0.8",
"next-themes": "^0.3.0",
"ollama": "^0.5.2",
"ollama": "^0.5.9",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-i18next": "^14.1.2",
"react-icons": "^5.2.1",
"react-i18next": "^15.1.0",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.23.1",
"react-spinners": "^0.13.8",
"react-router-dom": "^6.27.0",
"react-spinners": "^0.14.1",
"react-use-measure": "^2.1.1",
"tauri-plugin-autostart-api": "github:tauri-apps/tauri-plugin-autostart#v1",
"tauri-plugin-fs-watch-api": "github:tauri-apps/tauri-plugin-fs-watch#v1",
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#v1",
"tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql#v1",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1",
"tesseract.js": "^5.1.0",
"uuid": "^10.0.0"
"tesseract.js": "^5.1.1",
"uuid": "^11.0.2"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.14",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"@tauri-apps/cli": "^1.6.3",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"node-fetch": "^3.3.2",
"postcss": "^8.4.38",
"postcss": "^8.4.47",
"prettier": "3.3.2",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"vite": "^5.3.1"
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.10"
}
}
Loading

0 comments on commit 4c0ce4c

Please sign in to comment.