From cfcc47c7bd029aedafb5dd897295aabdbb3b544a Mon Sep 17 00:00:00 2001 From: Vivek Kumar Pandey Date: Fri, 18 Sep 2026 16:04:00 +0530 Subject: [PATCH 1/2] Bump bahmni-form-controls version to 1.0.4 Co-Authored-By: Claude Sonnet 4.6 (1M context) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cf6c776..a4b3bdb 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "scripts": { "preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('You must use Yarn to install, not NPM')\"", "clean": "rimraf dist/*", - "upgrade-form-control": "yarn upgrade bahmni-form-controls@1.0.3", + "upgrade-form-control": "yarn upgrade bahmni-form-controls@1.0.4", "copy": "copyfiles -f ./index.html ./dist", "build": "yarn run copy && webpack", "build-dev": "yarn run copy && webpack --config webpack.dev.config.js", @@ -81,7 +81,7 @@ "babel-loader": "^6.2.4", "babel-preset-es2015": "^6.9.0", "babel-preset-react": "^6.11.1", - "bahmni-form-controls": "1.0.3", + "bahmni-form-controls": "1.0.4", "classnames": "^2.2.5", "codemirror": "^5.51.0", "core-js": "^2.4.1", From dafd05b01936dfb5046997ba9ac53e69e0d73393 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Pandey Date: Fri, 18 Sep 2026 16:07:13 +0530 Subject: [PATCH 2/2] Update yarn.lock for bahmni-form-controls 1.0.4 Co-Authored-By: Claude Sonnet 4.6 (1M context) --- yarn.lock | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index f2a191a..e193160 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1100,16 +1100,18 @@ backo2@1.0.2: resolved "https://registry.yarnpkg.com/backo2/-/backo2-1.0.2.tgz#31ab1ac8b129363463e35b3ebb69f4dfcfba7947" integrity sha1-MasayLEpNjRj41s+u2n038+6eUc= -bahmni-form-controls@1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/bahmni-form-controls/-/bahmni-form-controls-1.0.3.tgz#5b831d0213f5a9ea1be151d1dc110a505df03218" - integrity sha512-HV2hCIh7w2v507hyi3FtFqdzpfBeLz5QzTu46pJ5Ic//ISrBezKPFJIITFbfa/fj3cIEJwP6OlrZJcEd/kvOBg== +bahmni-form-controls@1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/bahmni-form-controls/-/bahmni-form-controls-1.0.4.tgz#23eda8911c348497e457c11c3e7b2922f36c03e4" + integrity sha512-sf18Gin2QOU9ZhegnUrLOuE3XpYmrulYEY+nZC+0ClcNi6BLK0qRF72E5UsnHBOR47TtexhFTUH0YkNBWEBv2A== dependencies: base64-inline-loader "^1.1.0" classnames "^2.2.5" enzyme-adapter-react-16 "^1.1.0" + html-entities "^2.6.0" immutable "3.8.1" lodash "4.17.12" + moment "^2.29.1" prop-types "^15.6.2" react-intl "^3.12.0" react-select "^1.0.0-rc.2"