From 9fecb7435984cbc5dda7777fe5b6e5800e6f4237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 17:35:44 +0000 Subject: [PATCH] Bump zustand from 4.5.4 to 4.5.5 Bumps [zustand](https://github.com/pmndrs/zustand) from 4.5.4 to 4.5.5. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v4.5.4...v4.5.5) --- updated-dependencies: - dependency-name: zustand dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/smart-forms-app/package.json | 2 +- package-lock.json | 87 +++------------------- packages/smart-forms-renderer/package.json | 2 +- 3 files changed, 14 insertions(+), 77 deletions(-) diff --git a/apps/smart-forms-app/package.json b/apps/smart-forms-app/package.json index 50d0645f..a2177573 100644 --- a/apps/smart-forms-app/package.json +++ b/apps/smart-forms-app/package.json @@ -73,7 +73,7 @@ "react-to-print": "^2.14.15", "simplebar-react": "^3.2.4", "usehooks-ts": "^2.9.1", - "zustand": "^4.5.4" + "zustand": "^4.5.5" }, "devDependencies": { "@jest/globals": "^29.5.0", diff --git a/package-lock.json b/package-lock.json index 5b258d4a..7ce30aa9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "dependencies": { "@aehrc/sdc-assemble": "^1.3.1", "@aehrc/sdc-populate": "^2.3.1", - "@aehrc/smart-forms-renderer": "^0.38.2", + "@aehrc/smart-forms-renderer": "^0.38.3", "@emotion/react": "^11.13.0", "@emotion/styled": "^11.11.5", "@fontsource/material-icons": "^5.0.18", @@ -71,7 +71,7 @@ "react-to-print": "^2.14.15", "simplebar-react": "^3.2.4", "usehooks-ts": "^2.9.1", - "zustand": "^4.5.4" + "zustand": "^4.5.5" }, "devDependencies": { "@jest/globals": "^29.5.0", @@ -223,11 +223,6 @@ "balanced-match": "^1.0.0" } }, - "apps/smart-forms-app/node_modules/inline-style-parser": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.3.tgz", - "integrity": "sha512-qlD8YNDqyTKTyuITrDOffsl6Tdhv+UC4hcdAVuQsK4IMQ99nSgd1MIA/Q+jQYoh9r3hVUXhYh7urSRmXPkW04g==" - }, "apps/smart-forms-app/node_modules/lru-cache": { "version": "6.0.0", "dev": true, @@ -284,14 +279,6 @@ "url": "https://opencollective.com/storybook" } }, - "apps/smart-forms-app/node_modules/style-to-object": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.6.tgz", - "integrity": "sha512-khxq+Qm3xEyZfKd/y9L3oIWQimxuc4STrQKtQn8aSDRHb8mFgpukgX1hdzfrMEW6JCjyJ8p89x+IUMVnCBI1PA==", - "dependencies": { - "inline-style-parser": "0.2.3" - } - }, "apps/smart-forms-app/node_modules/yallist": { "version": "4.0.0", "dev": true, @@ -470,7 +457,7 @@ "name": "@aehrc/smart-forms-documentation", "version": "0.0.0", "dependencies": { - "@aehrc/smart-forms-renderer": "^0.37.2", + "@aehrc/smart-forms-renderer": "^0.38.3", "@docusaurus/core": "^3.4.0", "@docusaurus/preset-classic": "^3.4.0", "@docusaurus/theme-live-codeblock": "^3.4.0", @@ -500,56 +487,6 @@ "node": ">=18.0" } }, - "documentation/node_modules/@aehrc/smart-forms-renderer": { - "version": "0.37.2", - "resolved": "https://registry.npmjs.org/@aehrc/smart-forms-renderer/-/smart-forms-renderer-0.37.2.tgz", - "integrity": "sha512-d0OSM951JhsTbHVsabzHgEcNTk0PLmI+GSNqYtkI/02vWDYNjjz5XtWM/29mA+FajdvYPRAfQbc7R7/buJ8lAg==", - "dependencies": { - "@aehrc/sdc-populate": "^2.3.1", - "@iconify/react": "^4.1.1", - "dayjs": "^1.11.10", - "deep-diff": "^1.0.2", - "fhirclient": "^2.5.2", - "fhirpath": "3.11.0", - "html-react-parser": "4.2.10", - "js-base64": "^3.7.7", - "lodash.clonedeep": "^4.5.0", - "lodash.debounce": "^4.0.8", - "lodash.difference": "^4.5.0", - "lodash.intersection": "^4.4.0", - "nanoid": "^5.0.7", - "react-beautiful-dnd": "^13.1.1", - "react-dnd": "^16.0.1", - "react-dnd-html5-backend": "^16.0.1", - "react-markdown": "^8.0.7", - "style-to-object": "^1.0.6", - "zustand": "^4.5.4" - }, - "peerDependencies": { - "@emotion/react": "^11.11.3", - "@emotion/styled": "^11.11.0", - "@mui/icons-material": "^5.15.10", - "@mui/lab": "^5.0.0-alpha.165", - "@mui/material": "^5.15.10", - "@mui/x-date-pickers": "^6.19.4", - "@tanstack/react-query": "^4.36.0", - "react": ">=17.0.0", - "react-dom": ">=17.0.0" - } - }, - "documentation/node_modules/inline-style-parser": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.3.tgz", - "integrity": "sha512-qlD8YNDqyTKTyuITrDOffsl6Tdhv+UC4hcdAVuQsK4IMQ99nSgd1MIA/Q+jQYoh9r3hVUXhYh7urSRmXPkW04g==" - }, - "documentation/node_modules/style-to-object": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.6.tgz", - "integrity": "sha512-khxq+Qm3xEyZfKd/y9L3oIWQimxuc4STrQKtQn8aSDRHb8mFgpukgX1hdzfrMEW6JCjyJ8p89x+IUMVnCBI1PA==", - "dependencies": { - "inline-style-parser": "0.2.3" - } - }, "node_modules/@aashutoshrathi/word-wrap": { "version": "1.2.6", "devOptional": true, @@ -11799,7 +11736,6 @@ "os": [ "darwin" ], - "peer": true, "engines": { "node": ">=10" } @@ -39858,8 +39794,9 @@ } }, "node_modules/use-sync-external-store": { - "version": "1.2.0", - "license": "MIT", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.2.tgz", + "integrity": "sha512-PElTlVMwpblvbNqQ82d2n6RjStvdSoNe9FG28kNfz3WiXilJm4DdNkEzRhCZuIDwY8U08WVihhGR5iRqAwfDiw==", "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } @@ -41029,11 +40966,11 @@ "dev": true }, "node_modules/zustand": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.4.tgz", - "integrity": "sha512-/BPMyLKJPtFEvVL0E9E9BTUM63MNyhPGlvxk1XjrfWTUlV+BR8jufjsovHzrtR6YNcBEcL7cMHovL1n9xHawEg==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.5.tgz", + "integrity": "sha512-+0PALYNJNgK6hldkgDq2vLrw5f6g/jCInz52n9RTpropGgeAf/ioFUCdtsjCqu4gNhW9D01rUQBROoRjdzyn2Q==", "dependencies": { - "use-sync-external-store": "1.2.0" + "use-sync-external-store": "1.2.2" }, "engines": { "node": ">=12.7.0" @@ -41099,7 +41036,7 @@ }, "packages/smart-forms-renderer": { "name": "@aehrc/smart-forms-renderer", - "version": "0.38.2", + "version": "0.38.3", "license": "Apache-2.0", "dependencies": { "@aehrc/sdc-populate": "^2.3.1", @@ -41120,7 +41057,7 @@ "react-dnd-html5-backend": "^16.0.1", "react-markdown": "^8.0.7", "style-to-object": "^1.0.6", - "zustand": "^4.5.4" + "zustand": "^4.5.5" }, "devDependencies": { "@babel/core": "^7.24.4", diff --git a/packages/smart-forms-renderer/package.json b/packages/smart-forms-renderer/package.json index 35b88306..947b8a44 100644 --- a/packages/smart-forms-renderer/package.json +++ b/packages/smart-forms-renderer/package.json @@ -45,7 +45,7 @@ "react-dnd-html5-backend": "^16.0.1", "react-markdown": "^8.0.7", "style-to-object": "^1.0.6", - "zustand": "^4.5.4" + "zustand": "^4.5.5" }, "peerDependencies": { "@emotion/react": "^11.11.3",