Skip to content

Commit

Permalink
Merge remote-tracking branch 'markflowy/main' into feat/webv2
Browse files Browse the repository at this point in the history
  • Loading branch information
drl990114 committed Sep 10, 2024
2 parents c36af65 + 5b60a77 commit d938717
Show file tree
Hide file tree
Showing 23 changed files with 119 additions and 70 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tauri-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@ jobs:
run: echo "version=${GITHUB_REF:11}" >> $GITHUB_ENV

- name: Download x86_64 artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: artifacts-x86_64
path: artifacts/x86_64

- name: Download aarch64 artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: artifacts-aarch64
path: artifacts/aarch64
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
44 changes: 22 additions & 22 deletions 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 apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"eslint": "9.1.1",
"happy-dom": "^14.7.1",
"react-test-renderer": "^18.2.0",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"url": "^0.11.3",
Expand Down
4 changes: 2 additions & 2 deletions apps/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ panic = 'abort'

[dependencies]
axum = "0.7.5"
hyper = "1.3.1"
hyper = "1.4.1"
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }

# GraphQL
Expand All @@ -41,7 +41,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter", "chrono"] }
dotenv = "0.15.0"

# Misc
base64 = "0.22.0"
base64 = "0.22.1"
chrono = { version = "0.4.37", features = ["serde"]}
frunk = "0.4.2"
frunk_core = { version = "0.4.2" }
Expand Down
2 changes: 1 addition & 1 deletion crates/file_search/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ ignore = "0.4.22" #parallel walker from ripgrep
walkdir = "2.5.0" #walker from ripgrep
clipboard = "0.5.0" #for clipboard
dirs = "5.0.1" #for getting config file
serde = { version="1.0.201", features=["derive"]} #save config
serde = { version="1.0.206", features=["derive"]} #save config
toml = "0.8.11" #config format
uuid = { version = "1.8.0", features = ["v4"] }
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"postcss-import": "^16.1.0",
"postcss-nested": "^6.0.1",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"rollup": "4.17.2",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-url": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.6",
"eslint": "9.1.1",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"rollup": "4.17.2",
"rollup-plugin-postcss": "^4.0.2",
"typescript": "^5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-nested": "^6.0.1",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"rollup": "4.17.2",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-url": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@markflowy/theme": "workspace:*",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit d938717

Please sign in to comment.