diff --git a/front/package.json b/front/package.json index 5f8916c55..653f758f1 100644 --- a/front/package.json +++ b/front/package.json @@ -18,7 +18,7 @@ "postinstall": "yarn run fix-fomantic-css" }, "dependencies": { - "@funkwhale/ui": "^0.3.0", + "@funkwhale/ui": "https://dev.funkwhale.audio/funkwhale/ui.git#feature/layout", "@sentry/tracing": "7.47.0", "@sentry/vue": "7.47.0", "@tauri-apps/api": "2.0.0-beta.1", diff --git a/front/yarn.lock b/front/yarn.lock index ba163ddd8..a4e034d2a 100644 --- a/front/yarn.lock +++ b/front/yarn.lock @@ -1855,10 +1855,9 @@ resolved "https://registry.yarnpkg.com/@faker-js/faker/-/faker-8.4.1.tgz#5d5e8aee8fce48f5e189bf730ebd1f758f491451" integrity sha512-XQ3cU+Q8Uqmrbf2e0cIC/QN43sTBSC8KF12u29Mb47tWrt2hAgBXSgpZMj4Ao8Uk0iJcU99QsOCaIL8934obCg== -"@funkwhale/ui@^0.3.0": +"@funkwhale/ui@https://dev.funkwhale.audio/funkwhale/ui.git#feature/layout": version "0.3.0" - resolved "https://registry.yarnpkg.com/@funkwhale/ui/-/ui-0.3.0.tgz#d0f530d8ccb004e3d4b8c617e986136f4c3d723d" - integrity sha512-44IPYq1Pj7rifqEWKtUj30PO4mrkdAo4k0xA7PspKCZJR2PcSEd0fZTDr2tvnBYQDblavHoYcZNvB1IZQMGhOw== + resolved "https://dev.funkwhale.audio/funkwhale/ui.git#ab7c0f650f353e37babc4a2d230490fe6c1dcbc4" dependencies: dompurify "^2.4.3 || ^3.0.0" showdown "^2.1.0"