From a89afa628a674d556a84465b25a450aaf548389b Mon Sep 17 00:00:00 2001 From: Sean Fong Date: Mon, 14 Oct 2024 15:15:12 +1030 Subject: [PATCH] Update packages --- apps/smart-forms-app/package.json | 2 +- documentation/package-lock.json | 2 +- package-lock.json | 16 ++++++++++++++++ packages/smart-forms-renderer/package.json | 4 +++- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/apps/smart-forms-app/package.json b/apps/smart-forms-app/package.json index 7d1a13c6..bd5bcc6a 100644 --- a/apps/smart-forms-app/package.json +++ b/apps/smart-forms-app/package.json @@ -28,7 +28,7 @@ "dependencies": { "@aehrc/sdc-assemble": "^1.3.1", "@aehrc/sdc-populate": "^2.3.1", - "@aehrc/smart-forms-renderer": "^0.44.0", + "@aehrc/smart-forms-renderer": "^0.44.1", "@emotion/react": "^11.13.0", "@emotion/styled": "^11.13.0", "@fontsource/material-icons": "^5.0.18", diff --git a/documentation/package-lock.json b/documentation/package-lock.json index 0804189f..174393bc 100644 --- a/documentation/package-lock.json +++ b/documentation/package-lock.json @@ -8,7 +8,7 @@ "name": "@aehrc/smart-forms-documentation", "version": "0.0.0", "dependencies": { - "@aehrc/smart-forms-renderer": "^0.44.0", + "@aehrc/smart-forms-renderer": "^0.44.1", "@docusaurus/core": "^3.4.0", "@docusaurus/preset-classic": "^3.4.0", "@docusaurus/theme-live-codeblock": "^3.4.0", diff --git a/package-lock.json b/package-lock.json index 5f1fee03..07923fe1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11114,6 +11114,15 @@ "@types/lodash": "*" } }, + "node_modules/@types/lodash.differencewith": { + "version": "4.5.9", + "resolved": "https://registry.npmjs.org/@types/lodash.differencewith/-/lodash.differencewith-4.5.9.tgz", + "integrity": "sha512-nMaREKoe7J3WvnsO7HDRxvnPT3mWmZD3EAECpy7gBGJ6S5nQ66uVlkRe+ZXs6261ZNb2fH9Ny4oUUiSOCmTnLw==", + "dev": true, + "dependencies": { + "@types/lodash": "*" + } + }, "node_modules/@types/lodash.intersection": { "version": "4.4.9", "resolved": "https://registry.npmjs.org/@types/lodash.intersection/-/lodash.intersection-4.4.9.tgz", @@ -22208,6 +22217,11 @@ "resolved": "https://registry.npmjs.org/lodash.difference/-/lodash.difference-4.5.0.tgz", "integrity": "sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==" }, + "node_modules/lodash.differencewith": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.differencewith/-/lodash.differencewith-4.5.0.tgz", + "integrity": "sha512-/8JFjydAS+4bQuo3CpLMBv7WxGFyk7/etOAsrQUCu0a9QVDemxv0YQ0rFyeZvqlUD314SERfNlgnlqqHmaQ0Cg==" + }, "node_modules/lodash.flow": { "version": "3.5.0", "license": "MIT" @@ -39546,6 +39560,7 @@ "lodash.clonedeep": "^4.5.0", "lodash.debounce": "^4.0.8", "lodash.difference": "^4.5.0", + "lodash.differencewith": "^4.5.0", "lodash.intersection": "^4.4.0", "lodash.isequal": "^4.5.0", "nanoid": "^5.0.7", @@ -39579,6 +39594,7 @@ "@types/lodash.clonedeep": "^4.5.9", "@types/lodash.debounce": "^4.0.9", "@types/lodash.difference": "^4.5.9", + "@types/lodash.differencewith": "^4.5.9", "@types/lodash.intersection": "^4.4.9", "@types/lodash.isequal": "^4.5.8", "@types/react": ">=17.0.0", diff --git a/packages/smart-forms-renderer/package.json b/packages/smart-forms-renderer/package.json index 06980e77..abb48957 100644 --- a/packages/smart-forms-renderer/package.json +++ b/packages/smart-forms-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@aehrc/smart-forms-renderer", - "version": "0.44.0", + "version": "0.44.1", "description": "FHIR Structured Data Captured (SDC) rendering engine for Smart Forms", "main": "lib/index.js", "scripts": { @@ -38,6 +38,7 @@ "lodash.clonedeep": "^4.5.0", "lodash.debounce": "^4.0.8", "lodash.difference": "^4.5.0", + "lodash.differencewith": "^4.5.0", "lodash.intersection": "^4.4.0", "lodash.isequal": "^4.5.0", "nanoid": "^5.0.7", @@ -82,6 +83,7 @@ "@types/lodash.clonedeep": "^4.5.9", "@types/lodash.debounce": "^4.0.9", "@types/lodash.difference": "^4.5.9", + "@types/lodash.differencewith": "^4.5.9", "@types/lodash.intersection": "^4.4.9", "@types/lodash.isequal": "^4.5.8", "@types/react": ">=17.0.0",