Skip to content

Commit

Permalink
fix: update & fix frappe-ui submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchamahabal committed Nov 30, 2023
1 parent 2db5b73 commit 74320b8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion frappe-ui
Submodule frappe-ui updated 141 files
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@ionic/vue-router": "^7.4.3",
"dayjs": "^1.11.7",
"feather-icons": "^4.28.0",
"frappe-ui": "^0.1.14",
"frappe-ui": "^0.1.18",
"vue": "^3.2.25",
"vue-router": "^4.0.12"
},
Expand Down
8 changes: 4 additions & 4 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2510,10 +2510,10 @@ fraction.js@^4.2.0:
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.2.0.tgz#448e5109a313a3527f5a3ab2119ec4cf0e0e2950"
integrity sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==

frappe-ui@^0.1.14:
version "0.1.14"
resolved "https://registry.yarnpkg.com/frappe-ui/-/frappe-ui-0.1.14.tgz#41cb4714f5b6e108b0b2fea93218f941ff9620ef"
integrity sha512-c3Y1daDT0n1GWQR2WhMQoe/cmr6br8rfJOFpd4uUgLwQtOG6klMqNpskRSwSt/z/q5tTjQ9BAfQ4/UudwO0PlA==
frappe-ui@^0.1.18:
version "0.1.18"
resolved "https://registry.yarnpkg.com/frappe-ui/-/frappe-ui-0.1.18.tgz#470214d97d11dd3bd5f2c21515c68ad10491b80c"
integrity sha512-wsoqigEdcv09/VdvUC0uU4wxz4mG8bo0IPZNZMg0BUlu/dEcDgl0464cDuoS0fSWqZc4127o2kdqFTEjjClkXQ==
dependencies:
"@headlessui/vue" "^1.7.14"
"@popperjs/core" "^2.11.2"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
"name": "hrms",
"description": "Open Source HR & Payroll System powered by the Frappe Framework",
"repository": {
Expand All @@ -11,7 +12,7 @@
"bugs": {
"url": "https://github.com/frappe/hrms/issues"
},
"aworkspaces": [
"workspaces": [
"frappe-ui",
"frontend"
],
Expand Down

0 comments on commit 74320b8

Please sign in to comment.