diff --git a/frappe-ui b/frappe-ui index affdd1ef..3423aa5b 160000 --- a/frappe-ui +++ b/frappe-ui @@ -1 +1 @@ -Subproject commit affdd1ef16a1762210211e1e3ae7adefb65cb07e +Subproject commit 3423aa5b5c38d3a1b143ae8ab08cbde7360f9a7c diff --git a/frontend/package.json b/frontend/package.json index 09917c40..697c0504 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,7 +11,7 @@ "dependencies": { "@twilio/voice-sdk": "^2.10.2", "@vueuse/integrations": "^10.3.0", - "frappe-ui": "^0.1.119", + "frappe-ui": "^0.1.120", "gemoji": "^8.1.0", "lodash": "^4.17.21", "mime": "^4.0.1", diff --git a/package.json b/package.json index d04c0994..70ac19de 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,13 @@ { - "private": true, - "workspaces": ["frontend", "frappe-ui"], - "scripts": { - "postinstall": "cd frontend && yarn install", - "dev": "cd frontend && yarn dev", - "build": "cd frontend && yarn build" - } -} \ No newline at end of file + "private": true, + "workspaces": ["frontend", "frappe-ui"], + "scripts": { + "postinstall": "cd frontend && yarn install", + "dev": "cd frontend && yarn dev", + "build": "cd frontend && yarn build", + "disable-workspaces": "sed -i '' 's/\"workspaces\"/\"aworkspaces\"/g' package.json", + "enable-workspaces": "sed -i '' 's/\"aworkspaces\"/\"workspaces\"/g' package.json && rm -rf node_modules ./frontend/node_modules/ frappe-ui/node_modules/ && yarn install", + "upgrade-frappeui": "cd frontend && yarn add frappe-ui@latest && cd ..", + "disable-workspaces-and-upgrade-frappeui": "yarn disable-workspaces && yarn upgrade-frappeui" + } +} diff --git a/yarn.lock b/yarn.lock index 6964a282..536a849c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2542,10 +2542,10 @@ fraction.js@^4.3.7: resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.7.tgz#06ca0085157e42fda7f9e726e79fefc4068840f7" integrity sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew== -frappe-ui@^0.1.119: - version "0.1.119" - resolved "https://registry.yarnpkg.com/frappe-ui/-/frappe-ui-0.1.119.tgz#e41ff3a7ea3ff21008587564c3cefcea86e8d244" - integrity sha512-qgJE3I+N+AxwTsJuTU8O1zDfSePxI8oKm+Cn6RmHTOp6SwdiRvgEu/btKXityAY6nZf6A7OAgqUI4cVHXsr7mQ== +frappe-ui@^0.1.120: + version "0.1.120" + resolved "https://registry.yarnpkg.com/frappe-ui/-/frappe-ui-0.1.120.tgz#0ccbc626bc44ef62b0b253f2b759bb9deca1c6fd" + integrity sha512-vwXo5Jgu5HInvA0hXpP44ItIYqK4USx0flNeT80Ffygg3uBPE7ZV9B3cWVd3RRjxWtrZvSDG0XTmXq7uuE4e9g== dependencies: "@headlessui/vue" "^1.7.14" "@popperjs/core" "^2.11.2"