diff --git a/package-lock.json b/package-lock.json index e362ffc..98c28e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "configcat-react", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "configcat-react", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { - "configcat-common": "^6.0.0" + "configcat-common": "^6.0.1" }, "devDependencies": { "@testing-library/jest-dom": "^5.16.5", @@ -27,8 +27,8 @@ "typescript": "^4.6.4" }, "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" + "react": ">=16.8.0", + "react-dom": ">=16.8.0" } }, "node_modules/@adobe/css-tools": { @@ -6567,9 +6567,9 @@ } }, "node_modules/configcat-common": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/configcat-common/-/configcat-common-6.0.0.tgz", - "integrity": "sha512-C/lCeTKiFk9kPElRF3f4zIkvVCLKgPJuzrKbIMHCru89mvfH5t4//hZ9TW8wPJOAje6xB6ZALutDiIxggwUvWA==" + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/configcat-common/-/configcat-common-6.0.1.tgz", + "integrity": "sha512-WrRT1+C/AXbRhMspjz5r/2MYawqOYJB+92vbSCaWHB9qmXHDaS6fhmGSo5mtrFCV/RBF/uiJXlUSRzz6lnDxfg==" }, "node_modules/confusing-browser-globals": { "version": "1.0.11", @@ -26529,9 +26529,9 @@ } }, "configcat-common": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/configcat-common/-/configcat-common-6.0.0.tgz", - "integrity": "sha512-C/lCeTKiFk9kPElRF3f4zIkvVCLKgPJuzrKbIMHCru89mvfH5t4//hZ9TW8wPJOAje6xB6ZALutDiIxggwUvWA==" + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/configcat-common/-/configcat-common-6.0.1.tgz", + "integrity": "sha512-WrRT1+C/AXbRhMspjz5r/2MYawqOYJB+92vbSCaWHB9qmXHDaS6fhmGSo5mtrFCV/RBF/uiJXlUSRzz6lnDxfg==" }, "confusing-browser-globals": { "version": "1.0.11", diff --git a/package.json b/package.json index 108b6c7..3b1e560 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "configcat-react", - "version": "1.0.2", + "version": "1.0.3", "scripts": { "build": "npm run build:esm && npm run build:cjs", "build:esm": "tsc && gulp esm", @@ -31,7 +31,7 @@ "homepage": "https://configcat.com", "license": "MIT", "dependencies": { - "configcat-common": "^6.0.0" + "configcat-common": "^6.0.1" }, "peerDependencies": { "react": ">=16.8.0",