diff --git a/lib/flagsmith/package.json b/lib/flagsmith/package.json index 14da61d..93f7c1c 100644 --- a/lib/flagsmith/package.json +++ b/lib/flagsmith/package.json @@ -1,6 +1,6 @@ { "name": "flagsmith", - "version": "9.2.1", + "version": "9.2.0", "description": "Feature flagging to support continuous development", "main": "./index.js", "module": "./index.mjs", diff --git a/lib/react-native-flagsmith/package-lock.json b/lib/react-native-flagsmith/package-lock.json index 4e347c6..bb2c9da 100644 --- a/lib/react-native-flagsmith/package-lock.json +++ b/lib/react-native-flagsmith/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-flagsmith", - "version": "8.0.2", + "version": "9.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-native-flagsmith", - "version": "8.0.2", + "version": "9.2.0", "license": "BSD-3-Clause", "peerDependencies": { "react-native": ">=0.20.0" diff --git a/lib/react-native-flagsmith/package.json b/lib/react-native-flagsmith/package.json index 39b6044..ba02493 100644 --- a/lib/react-native-flagsmith/package.json +++ b/lib/react-native-flagsmith/package.json @@ -1,6 +1,6 @@ { "name": "react-native-flagsmith", - "version": "9.2.1", + "version": "9.2.0", "description": "Feature flagging to support continuous development", "main": "./index.js", "repository": { diff --git a/package-lock.json b/package-lock.json index aae7da3..e8d5025 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "quicktype": "^23.0.170", "react": "^18.2.0", "react-dom": "^18.2.0", - "rollup": "^2.79.2", + "rollup": "^2.77.0", "rollup-plugin-dts": "^4.2.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-terser": "^7.0.2", @@ -53,6 +53,9 @@ "tslib": "^2.4.0", "typescript": "^4.6.2" }, + "engines": { + "node": ">= 14.14" + }, "peerDependencies": { "react": "^17.0.2", "react-dom": "^17.0.2"