diff --git a/example/package-lock.json b/example/package-lock.json index 059c055e..1dfe5908 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -13,7 +13,8 @@ "react": "file:../node_modules/react", "react-dom": "file:../node_modules/react-dom", "react-router-dom": "^6.22.1", - "react-scripts": "file:../node_modules/react-scripts" + "react-scripts": "file:../node_modules/react-scripts", + "uuid": "file:../node_modules/uuid" }, "devDependencies": { "@babel/plugin-syntax-object-rest-spread": "^7.8.3", @@ -21,31 +22,32 @@ } }, "..": { - "version": "2.0.0", + "name": "@onebeyond/react-form-builder", + "version": "2.3.4", "license": "MIT", "dependencies": { - "countries-list": "^3.0.6", + "countries-list": "^3.1.0", "country-region-data": "^3.0.0", "debounce-promise": "^3.1.2", - "i18n-iso-countries": "^7.10.0", + "i18n-iso-countries": "^7.11.0", "install": "^0.13.0", "react-datepicker": "^4.23.0", "react-google-recaptcha": "^3.1.0", - "react-hook-form": "^7.50.1", + "react-hook-form": "^7.51.2", "react-markdown": "^5.0.3", - "react-phone-number-input": "^3.3.9", + "react-phone-number-input": "^3.3.12", "react-select": "^5.8.0", "react-ymd-date-select": "^0.3.0", "rimraf": "^5.0.5", "theme-ui": "^0.15.7" }, "devDependencies": { - "@babel/core": "^7.23.9", - "@babel/eslint-parser": "^7.23.10", + "@babel/core": "^7.24.4", + "@babel/eslint-parser": "^7.24.1", "@babel/plugin-proposal-private-property-in-object": "^7.21.11", - "@babel/preset-react": "^7.23.3", - "@commitlint/cli": "^19.0.0", - "@commitlint/config-conventional": "^19.0.0", + "@babel/preset-react": "^7.24.1", + "@commitlint/cli": "^19.2.1", + "@commitlint/config-conventional": "^19.1.0", "@hookform/devtools": "^4.3.1", "@rollup/plugin-babel": "^5.2.2", "@rollup/plugin-commonjs": "^17.1.0", @@ -58,7 +60,7 @@ "@storybook/preset-create-react-app": "^3.1.5", "@storybook/react": "^7.6.17", "@testing-library/jest-dom": "^5.16.5", - "@testing-library/react": "^14.2.1", + "@testing-library/react": "^14.3.0", "cross-env": "^7.0.3", "date-fns": "^2.30.0", "eslint": "^8.57.0", @@ -70,15 +72,15 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-react": "^7.33.2", + "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-standard": "^4.1.0", "gh-pages": "^2.2.0", "husky": "^9.0.11", - "joi": "^17.12.2", - "npm-check-updates": "^16.14.15", + "joi": "^17.12.3", + "npm-check-updates": "^16.14.18", "npm-run-all": "^4.1.5", - "postcss": "^8.4.35", + "postcss": "^8.4.38", "prettier": "^3.2.5", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -190,6 +192,17 @@ } } }, + "../node_modules/uuid": { + "version": "9.0.1", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@ampproject/remapping": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", @@ -5131,6 +5144,10 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", "dev": true }, + "node_modules/uuid": { + "resolved": "../node_modules/uuid", + "link": true + }, "node_modules/validate-npm-package-license": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", diff --git a/example/package.json b/example/package.json index 778494c4..e8d8366f 100644 --- a/example/package.json +++ b/example/package.json @@ -16,7 +16,8 @@ "react": "file:../node_modules/react", "react-dom": "file:../node_modules/react-dom", "react-router-dom": "^6.22.1", - "react-scripts": "file:../node_modules/react-scripts" + "react-scripts": "file:../node_modules/react-scripts", + "uuid": "file:../node_modules/uuid" }, "devDependencies": { "@babel/plugin-syntax-object-rest-spread": "^7.8.3", diff --git a/example/public/index.html b/example/public/index.html index 8b6b5783..7eee944c 100644 --- a/example/public/index.html +++ b/example/public/index.html @@ -8,21 +8,6 @@ content="width=device-width, initial-scale=1, shrink-to-fit=no" /> - - - - -