@croz/nrich-form-configuration-core
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -84,4 +84,4 @@ var __create = Object.create; | ||
// src/store/form-configuration-store.ts | ||
var import_zustand = __toESM(require("zustand")); | ||
var useFormConfigurationStore = (0, import_zustand.default)((set) => ({ | ||
var import_zustand = require("zustand"); | ||
var useFormConfigurationStore = (0, import_zustand.create)((set) => ({ | ||
formYupConfigurations: [], | ||
@@ -88,0 +88,0 @@ formConfigurationLoaded: false, |
{ | ||
"name": "@croz/nrich-form-configuration-core", | ||
"description": "Contains core utilities related to the nrich-form-configuration module", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"author": "CROZ", | ||
@@ -9,3 +9,3 @@ "bugs": "https://github.com/croz-ltd/nrich-frontend/issues", | ||
"yup": "^0.32.11", | ||
"zustand": "^4.1.4" | ||
"zustand": "^4.4.7" | ||
}, | ||
@@ -12,0 +12,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74825
Updatedzustand@^4.4.7