Skip to content

Commit

Permalink
feat: Display folder path for files and allow click on it
Browse files Browse the repository at this point in the history
  • Loading branch information
paultranvan committed Nov 13, 2024
1 parent 43eff1b commit 00f96fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"comlink": "^4.4.1",
"cozy-app-publish": "^0.34.0",
"cozy-client": "^51.0.0",
"cozy-dataproxy-lib": "^1.3.0",
"cozy-dataproxy-lib": "^1.4.0",
"cozy-device-helper": "^3.1.0",
"cozy-flags": "^4.0.0",
"cozy-logger": "^1.10.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2298,10 +2298,10 @@ cozy-client@^51.0.0:
sift "^6.0.0"
url-search-params-polyfill "^8.0.0"

cozy-dataproxy-lib@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/cozy-dataproxy-lib/-/cozy-dataproxy-lib-1.3.0.tgz#f2c1c1d5f72a4426ba51206cb412e4efffd1c57a"
integrity sha512-M2lIuFDEIHh0uw08o+LaPdiIttUsyKheC2tbjWfSxhpgOgePzmbj3Lpt474hOwVatxFsSjy2aiKKd9mWd9s/zw==
cozy-dataproxy-lib@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/cozy-dataproxy-lib/-/cozy-dataproxy-lib-1.4.0.tgz#18901f0a2993cf42fd2e1d42f7517a5bb043d131"
integrity sha512-lbdXCh0yL52VSlTyz7JHneTeFEnVatOafZZaDcm7/2TtU67WaUpTQ4sbNjBFP2p9h8BadsYvKnL424Wp97F/1g==
dependencies:
comlink "^4.4.1"
flexsearch "^0.7.43"
Expand Down

0 comments on commit 00f96fe

Please sign in to comment.