chore: revert back to yarn portals

This commit is contained in:
Paul Makles
2022-08-09 12:40:03 +02:00
parent 3ca2b12dfc
commit 1b41ca03d9
2 changed files with 24 additions and 8 deletions

View File

@@ -44,6 +44,7 @@
}
},
"dependencies": {
"@revoltchat/ui": "^1.0.77",
"fs-extra": "^10.0.0",
"klaw": "^3.0.0",
"sirv-cli": "^1.0.14",
@@ -76,7 +77,6 @@
"@hcaptcha/react-hcaptcha": "^0.3.6",
"@insertish/vite-plugin-babel-macros": "^1.0.5",
"@preact/preset-vite": "^2.0.0",
"@revoltchat/ui": "link:./external/components",
"@rollup/plugin-replace": "^2.4.2",
"@styled-icons/boxicons-logos": "^10.38.0",
"@styled-icons/boxicons-regular": "^10.38.0",
@@ -167,5 +167,8 @@
"repository": "https://github.com/revoltchat/revite.git",
"author": "Paul <paulmakles@gmail.com>",
"license": "MIT",
"packageManager": "yarn@3.2.0"
"packageManager": "yarn@3.2.0",
"resolutions": {
"@revoltchat/ui": "portal:external/components"
}
}