diff --git a/packages/api/package.json b/packages/api/package.json index 67002c3..1510936 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -18,7 +18,7 @@ }, "peerDependencies": { "@cucumber/cucumber": ">= 7.0.0", - "@ln-maf/core": "*", + "@ln-maf/core": "^2.0.0", "chai": "^4.3.4" }, "devDependencies": { diff --git a/packages/aws/package.json b/packages/aws/package.json index 851aee2..4bc43de 100644 --- a/packages/aws/package.json +++ b/packages/aws/package.json @@ -25,11 +25,10 @@ }, "peerDependencies": { "@cucumber/cucumber": ">= 7.0.0", - "@ln-maf/core": "*" + "@ln-maf/core": "^2.0.0" }, "devDependencies": { "@cucumber/cucumber": "^9.0.0", - "@ln-maf/core": "*", "@ln-maf/validations": "^2.0.3", "eslint": "^8.51.0", "eslint-config-standard": "^17.0.0", diff --git a/packages/defaultSQL/package.json b/packages/defaultSQL/package.json index 06f412b..70085aa 100644 --- a/packages/defaultSQL/package.json +++ b/packages/defaultSQL/package.json @@ -18,12 +18,11 @@ }, "peerDependencies": { "@cucumber/cucumber": ">= 7.0.0", - "@ln-maf/core": "*", + "@ln-maf/core": "^2.0.0", "keytar": "7.*" }, "devDependencies": { "@cucumber/cucumber": "^9.0.0", - "@ln-maf/core": "^2.0.1", "@ln-maf/validations": "^2.0.1", "eslint": "^8.18.0", "eslint-config-standard": "^17.0.0", diff --git a/packages/mysql/package.json b/packages/mysql/package.json index 6a02977..0261bb7 100644 --- a/packages/mysql/package.json +++ b/packages/mysql/package.json @@ -16,16 +16,15 @@ "license": "Apache-2.0", "dependencies": { "@ln-maf/default-sql": "^2.0.1", + "@ln-maf/core": "^2.0.0", "keytar": "^7.9.0", "mysql2": "^2.3.3" }, "peerDependencies": { - "@cucumber/cucumber": ">= 7.0.0", - "@ln-maf/core": "*" + "@cucumber/cucumber": ">= 7.0.0" }, "devDependencies": { "@cucumber/cucumber": "^9.0.0", - "@ln-maf/core": "^2.0.1", "@ln-maf/validations": "^2.0.3", "eslint": "^8.18.0", "eslint-config-standard": "^17.0.0", diff --git a/packages/postgresql/package.json b/packages/postgresql/package.json index ba40ead..932bb58 100644 --- a/packages/postgresql/package.json +++ b/packages/postgresql/package.json @@ -16,16 +16,15 @@ "license": "Apache-2.0", "dependencies": { "@ln-maf/default-sql": "^2.0.1", + "@ln-maf/core": "^2.0.0", "keytar": "^7.9.0", "pg": "^8.0.0" }, "peerDependencies": { - "@cucumber/cucumber": ">= 7.0.0", - "@ln-maf/core": "*" + "@cucumber/cucumber": ">= 7.0.0" }, "devDependencies": { "@cucumber/cucumber": "^9.0.0", - "@ln-maf/core": "^2.0.0", "@ln-maf/validations": "^2.0.3", "eslint": "^8.0.0", "eslint-config-standard": "^17.0.0", diff --git a/packages/preprocessor/package.json b/packages/preprocessor/package.json index f07498f..7f5a745 100644 --- a/packages/preprocessor/package.json +++ b/packages/preprocessor/package.json @@ -27,11 +27,10 @@ }, "peerDependencies": { "@cucumber/cucumber": ">= 7.0.0", - "@ln-maf/core": "*" + "@ln-maf/core": "^2.0.0" }, "devDependencies": { "@cucumber/cucumber": "^9.0.0", - "@ln-maf/core": "^2.0.1", "@ln-maf/validations": "^2.0.1", "eslint": "^8.18.0", "eslint-config-standard": "^17.0.0", diff --git a/packages/validations/package.json b/packages/validations/package.json index b0f0e33..e9426ba 100644 --- a/packages/validations/package.json +++ b/packages/validations/package.json @@ -23,11 +23,10 @@ }, "peerDependencies": { "@cucumber/cucumber": ">= 7.0.0", - "@ln-maf/core": "*" + "@ln-maf/core": "^2.0.0" }, "devDependencies": { "@cucumber/cucumber": "^9.0.0", - "@ln-maf/core": "^2.0.1", "eslint": "^8.18.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0",