diff --git a/package-lock.json b/package-lock.json index 180e8db..2687492 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "widgets", "version": "0.1.0", "dependencies": { - "@bosonprotocol/react-kit": "^0.24.0", + "@bosonprotocol/react-kit": "^0.24.1", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", @@ -2229,9 +2229,9 @@ } }, "node_modules/@bosonprotocol/react-kit": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@bosonprotocol/react-kit/-/react-kit-0.24.0.tgz", - "integrity": "sha512-UoS0D8QlnwZO0kH0pXXwvw9T2oq72PJ5eeixhyY98XnZyhMzkShZXxIYMuBmH/uXQ7Il4QrP2bJtpy8yWeuLYQ==", + "version": "0.24.1", + "resolved": "https://registry.npmjs.org/@bosonprotocol/react-kit/-/react-kit-0.24.1.tgz", + "integrity": "sha512-dGV4QM8CYMcCn4ATPnroSPLmHl0pGsa4A0Vqnf09vkQDBGp6s7kZchYc34yKlNSNphX2tNTIQmrJ0e+s3OyNDw==", "dependencies": { "@bosonprotocol/chat-sdk": "^1.3.1-alpha.9", "@bosonprotocol/core-sdk": "^1.34.0", @@ -2252,6 +2252,7 @@ "lodash.uniqby": "4.7.0", "magic-sdk": "^20.1.1", "phosphor-react": "1.4.1", + "polished": "^4.2.2", "react-hot-toast": "2.4.0", "react-markdown": "8.0.6", "react-phone-number-input": "3.2.19", @@ -22547,6 +22548,17 @@ "node": ">=10.13.0" } }, + "node_modules/polished": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/polished/-/polished-4.2.2.tgz", + "integrity": "sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==", + "dependencies": { + "@babel/runtime": "^7.17.8" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/postcss": { "version": "8.4.27", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz", @@ -31185,9 +31197,9 @@ } }, "@bosonprotocol/react-kit": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@bosonprotocol/react-kit/-/react-kit-0.24.0.tgz", - "integrity": "sha512-UoS0D8QlnwZO0kH0pXXwvw9T2oq72PJ5eeixhyY98XnZyhMzkShZXxIYMuBmH/uXQ7Il4QrP2bJtpy8yWeuLYQ==", + "version": "0.24.1", + "resolved": "https://registry.npmjs.org/@bosonprotocol/react-kit/-/react-kit-0.24.1.tgz", + "integrity": "sha512-dGV4QM8CYMcCn4ATPnroSPLmHl0pGsa4A0Vqnf09vkQDBGp6s7kZchYc34yKlNSNphX2tNTIQmrJ0e+s3OyNDw==", "requires": { "@bosonprotocol/chat-sdk": "^1.3.1-alpha.9", "@bosonprotocol/core-sdk": "^1.34.0", @@ -31208,6 +31220,7 @@ "lodash.uniqby": "4.7.0", "magic-sdk": "^20.1.1", "phosphor-react": "1.4.1", + "polished": "^4.2.2", "react-hot-toast": "2.4.0", "react-markdown": "8.0.6", "react-phone-number-input": "3.2.19", @@ -46616,6 +46629,14 @@ "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-5.0.0.tgz", "integrity": "sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==" }, + "polished": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/polished/-/polished-4.2.2.tgz", + "integrity": "sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==", + "requires": { + "@babel/runtime": "^7.17.8" + } + }, "postcss": { "version": "8.4.27", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz", diff --git a/package.json b/package.json index e7909c9..57938ee 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@bosonprotocol/react-kit": "^0.24.0", + "@bosonprotocol/react-kit": "^0.24.1", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0",