From 3c644702fbef31773b90f1f70cfee4ac2bea816d Mon Sep 17 00:00:00 2001 From: Dominick Martelly Date: Wed, 24 Jan 2024 14:19:58 -0500 Subject: [PATCH] Update internal package dependencies in package.json files --- package-lock.json | 218 ++++++++++++++++------------- packages/api/package.json | 2 +- packages/aws/package.json | 6 +- packages/defaultSQL/package.json | 4 +- packages/mysql/package.json | 6 +- packages/postgresql/package.json | 6 +- packages/preprocessor/package.json | 4 +- packages/validations/package.json | 2 +- 8 files changed, 132 insertions(+), 116 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6a08ad..53fa854 100644 --- a/package-lock.json +++ b/package-lock.json @@ -231,6 +231,14 @@ "node": ">=14.0.0" } }, + "node_modules/@aws-sdk/client-cloudwatch-logs/node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@aws-sdk/client-dynamodb": { "version": "3.496.0", "resolved": "https://registry.npmjs.org/@aws-sdk/client-dynamodb/-/client-dynamodb-3.496.0.tgz", @@ -284,6 +292,14 @@ "node": ">=14.0.0" } }, + "node_modules/@aws-sdk/client-dynamodb/node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@aws-sdk/client-ecs": { "version": "3.497.0", "resolved": "https://registry.npmjs.org/@aws-sdk/client-ecs/-/client-ecs-3.497.0.tgz", @@ -336,6 +352,14 @@ "node": ">=14.0.0" } }, + "node_modules/@aws-sdk/client-ecs/node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@aws-sdk/client-lambda": { "version": "3.496.0", "resolved": "https://registry.npmjs.org/@aws-sdk/client-lambda/-/client-lambda-3.496.0.tgz", @@ -563,6 +587,14 @@ "node": ">=14.0.0" } }, + "node_modules/@aws-sdk/client-ssm/node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@aws-sdk/client-sso": { "version": "3.496.0", "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.496.0.tgz", @@ -1844,18 +1876,6 @@ "uuid": "9.0.1" } }, - "node_modules/@cucumber/messages/node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/@cucumber/tag-expressions": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/@cucumber/tag-expressions/-/tag-expressions-6.1.0.tgz", @@ -2436,19 +2456,6 @@ "node": ">=8" } }, - "node_modules/@lerna/create/node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", - "dev": true, - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/@ln-maf/api": { "resolved": "packages/api", "link": true @@ -3572,6 +3579,14 @@ "node": ">=14.0.0" } }, + "node_modules/@smithy/middleware-retry/node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@smithy/middleware-serde": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-2.1.1.tgz", @@ -5824,9 +5839,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.643", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.643.tgz", - "integrity": "sha512-QHscvvS7gt155PtoRC0dR2ilhL8E9LHhfTQEq1uD5AL0524rBLAwpAREFH06f87/e45B9XkR6Ki5dbhbCsVEIg==", + "version": "1.4.644", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.644.tgz", + "integrity": "sha512-zOnPndwz3u1sVFSyBcRWcn0529Kz+jr+tDxN9iP69I3CpC5wlvYmjLrK2O7TEsg2oDDoUqooeXqbiHLvXvl6Lg==", "dev": true }, "node_modules/emoji-regex": { @@ -8542,6 +8557,15 @@ "node": ">=8" } }, + "node_modules/istanbul-lib-processinfo/node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "dev": true, + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/istanbul-lib-report": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", @@ -9130,19 +9154,6 @@ "node": ">=8" } }, - "node_modules/lerna/node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", - "dev": true, - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/levn": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", @@ -9960,19 +9971,6 @@ "node": ">=12" } }, - "node_modules/multiple-cucumber-html-reporter/node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", - "dev": true, - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/mute-stream": { "version": "0.0.8", "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", @@ -13422,9 +13420,9 @@ } }, "node_modules/spdx-exceptions": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", - "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==" + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.4.0.tgz", + "integrity": "sha512-hcjppoJ68fhxA/cjbN4T8N6uCUejN8yFw69ttpqtBeCbF3u13n7mb31NB9jKwGTTWWnt9IbRA/mf1FprYS8wfw==" }, "node_modules/spdx-expression-parse": { "version": "3.0.1", @@ -14318,15 +14316,16 @@ } }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", + "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", + "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/typical": { @@ -14477,9 +14476,13 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "bin": { "uuid": "dist/bin/uuid" } @@ -14984,7 +14987,8 @@ } }, "packages/api": { - "version": "2.0.5", + "name": "@ln-maf/api", + "version": "3.0.0-beta.0", "license": "Apache-2.0", "dependencies": { "fetch-blob": "^3.1.5", @@ -14993,7 +14997,7 @@ "node-fetch": "^2.0.0" }, "devDependencies": { - "@ln-maf/core": "*", + "@ln-maf/core": "file:../core", "@ln-maf/validations": "file:../validations", "eslint": "^8.18.0", "eslint-config-standard": "^17.0.0", @@ -15010,7 +15014,8 @@ } }, "packages/aws": { - "version": "2.2.2", + "name": "@ln-maf/aws", + "version": "3.0.0-beta.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.430.0", @@ -15020,14 +15025,14 @@ "@aws-sdk/client-s3": "^3.430.0", "@aws-sdk/client-sqs": "^3.430.0", "@aws-sdk/client-ssm": "^3.430.0", - "@ln-maf/core": "^2.0.0", + "@ln-maf/core": "^3.0.0-beta.0", "chai": "^4.0.0", "luxon": "^2.4.0" }, "devDependencies": { "@cucumber/cucumber": "^10.0.0", - "@ln-maf/core": "*", - "@ln-maf/validations": "^2.0.3", + "@ln-maf/core": "file:../core", + "@ln-maf/validations": "file:../validations", "eslint": "^8.51.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.28.0", @@ -15043,14 +15048,14 @@ }, "packages/aws/node_modules/luxon": { "version": "2.5.2", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.5.2.tgz", - "integrity": "sha512-Yg7/RDp4nedqmLgyH0LwgGRvMEKVzKbUdkBYyCosbHgJ+kaOUx0qzSiSatVc3DFygnirTPYnMM2P5dg2uH1WvA==", + "license": "MIT", "engines": { "node": ">=12" } }, "packages/core": { - "version": "2.0.2", + "name": "@ln-maf/core", + "version": "3.0.0-beta.0", "license": "Apache-2.0", "bin": { "multiReport": "multiReport.js" @@ -15070,7 +15075,8 @@ } }, "packages/defaultSQL": { - "version": "2.0.2", + "name": "@ln-maf/default-sql", + "version": "3.0.0-beta.0", "license": "Apache-2.0", "dependencies": { "chai": "^4.3.6", @@ -15079,8 +15085,8 @@ }, "devDependencies": { "@cucumber/cucumber": "^10.0.0", - "@ln-maf/core": "^2.0.1", - "@ln-maf/validations": "^2.0.1", + "@ln-maf/core": "file:../core", + "@ln-maf/validations": "file:../validations", "eslint": "^8.18.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0", @@ -15096,10 +15102,11 @@ } }, "packages/mysql": { - "version": "2.0.2", + "name": "@ln-maf/mysql", + "version": "3.0.0-beta.0", "license": "Apache-2.0", "dependencies": { - "@ln-maf/default-sql": "^2.0.1", + "@ln-maf/default-sql": "^3.0.0-beta.0", "keytar": "^7.9.0", "mysql2": "^2.3.3" }, @@ -15108,8 +15115,8 @@ }, "devDependencies": { "@cucumber/cucumber": "^10.0.0", - "@ln-maf/core": "^2.0.1", - "@ln-maf/validations": "^2.0.3", + "@ln-maf/core": "file:../core", + "@ln-maf/validations": "file:../validations", "eslint": "^8.18.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0", @@ -15124,10 +15131,11 @@ } }, "packages/postgresql": { - "version": "2.0.1", + "name": "@ln-maf/postgresql", + "version": "3.0.0-beta.0", "license": "Apache-2.0", "dependencies": { - "@ln-maf/default-sql": "^2.0.1", + "@ln-maf/default-sql": "^3.0.0-beta.0", "keytar": "^7.9.0", "pg": "^8.0.0" }, @@ -15136,8 +15144,8 @@ }, "devDependencies": { "@cucumber/cucumber": "^10.0.0", - "@ln-maf/core": "^2.0.0", - "@ln-maf/validations": "^2.0.3", + "@ln-maf/core": "file:../core", + "@ln-maf/validations": "file:../validations", "eslint": "^8.0.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0", @@ -15152,7 +15160,8 @@ } }, "packages/preprocessor": { - "version": "2.1.0", + "name": "@ln-maf/preprocessor", + "version": "3.0.0-beta.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { @@ -15169,8 +15178,8 @@ }, "devDependencies": { "@cucumber/cucumber": "^10.0.0", - "@ln-maf/core": "^2.0.1", - "@ln-maf/validations": "^2.0.1", + "@ln-maf/core": "file:../core", + "@ln-maf/validations": "file:../validations", "eslint": "^8.18.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0", @@ -15186,16 +15195,14 @@ }, "packages/preprocessor/node_modules/@cucumber/cucumber-expressions": { "version": "12.1.3", - "resolved": "https://registry.npmjs.org/@cucumber/cucumber-expressions/-/cucumber-expressions-12.1.3.tgz", - "integrity": "sha512-LB8MAzE4F/t2KIgsDEz4gZH0xSI4aG0/LmYUPyISPPjUS1pI/yGWWyeX2WsiUQxpSs765WcNIq5Bggt7gGGO3Q==", + "license": "MIT", "dependencies": { "regexp-match-indices": "1.0.2" } }, "packages/preprocessor/node_modules/@cucumber/messages": { "version": "22.0.0", - "resolved": "https://registry.npmjs.org/@cucumber/messages/-/messages-22.0.0.tgz", - "integrity": "sha512-EuaUtYte9ilkxcKmfqGF9pJsHRUU0jwie5ukuZ/1NPTuHS1LxHPsGEODK17RPRbZHOFhqybNzG2rHAwThxEymg==", + "license": "MIT", "dependencies": { "@types/uuid": "9.0.1", "class-transformer": "0.5.1", @@ -15205,13 +15212,11 @@ }, "packages/preprocessor/node_modules/@types/uuid": { "version": "9.0.1", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-rFT3ak0/2trgvp4yYZo5iKFEPsET7vKydKF+VRCxlQ9bpheehyAJH89dAkaLEq/j/RZXJIqcgsmPJKUP1Z28HA==" + "license": "MIT" }, "packages/preprocessor/node_modules/glob": { "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -15229,19 +15234,30 @@ }, "packages/preprocessor/node_modules/reflect-metadata": { "version": "0.1.13", - "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.13.tgz", - "integrity": "sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg==" + "license": "Apache-2.0" + }, + "packages/preprocessor/node_modules/typescript": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } }, "packages/preprocessor/node_modules/uuid": { "version": "9.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", - "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==", + "license": "MIT", "bin": { "uuid": "dist/bin/uuid" } }, "packages/validations": { - "version": "2.0.4", + "name": "@ln-maf/validations", + "version": "3.0.0-beta.0", "license": "Apache-2.0", "dependencies": { "@xmldom/xmldom": "^0.8.3", @@ -15255,7 +15271,7 @@ }, "devDependencies": { "@cucumber/cucumber": "^10.0.0", - "@ln-maf/core": "^2.0.1", + "@ln-maf/core": "file:../core", "eslint": "^8.18.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0", diff --git a/packages/api/package.json b/packages/api/package.json index 25f820a..3bbbc29 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -23,7 +23,7 @@ "chai": "^4.3.4" }, "devDependencies": { - "@ln-maf/core": "*", + "@ln-maf/core": "file:../core", "@ln-maf/validations": "file:../validations", "eslint": "^8.18.0", "eslint-config-standard": "^17.0.0", diff --git a/packages/aws/package.json b/packages/aws/package.json index 00413b1..fa06822 100644 --- a/packages/aws/package.json +++ b/packages/aws/package.json @@ -19,7 +19,7 @@ "@aws-sdk/client-s3": "^3.430.0", "@aws-sdk/client-sqs": "^3.430.0", "@aws-sdk/client-ssm": "^3.430.0", - "@ln-maf/core": "^2.0.0", + "@ln-maf/core": "^3.0.0-beta.0", "chai": "^4.0.0", "luxon": "^2.4.0" }, @@ -29,8 +29,8 @@ }, "devDependencies": { "@cucumber/cucumber": "^10.0.0", - "@ln-maf/core": "*", - "@ln-maf/validations": "^2.0.3", + "@ln-maf/core": "file:../core", + "@ln-maf/validations": "file:../validations", "eslint": "^8.51.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.28.0", diff --git a/packages/defaultSQL/package.json b/packages/defaultSQL/package.json index 64f79f3..d6aeb4d 100644 --- a/packages/defaultSQL/package.json +++ b/packages/defaultSQL/package.json @@ -23,8 +23,8 @@ }, "devDependencies": { "@cucumber/cucumber": "^10.0.0", - "@ln-maf/core": "^2.0.1", - "@ln-maf/validations": "^2.0.1", + "@ln-maf/core": "file:../core", + "@ln-maf/validations": "file:../validations", "eslint": "^8.18.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0", diff --git a/packages/mysql/package.json b/packages/mysql/package.json index 40eb519..2f9378e 100644 --- a/packages/mysql/package.json +++ b/packages/mysql/package.json @@ -15,7 +15,7 @@ "author": "", "license": "Apache-2.0", "dependencies": { - "@ln-maf/default-sql": "^2.0.1", + "@ln-maf/default-sql": "^3.0.0-beta.0", "keytar": "^7.9.0", "mysql2": "^2.3.3" }, @@ -25,8 +25,8 @@ }, "devDependencies": { "@cucumber/cucumber": "^10.0.0", - "@ln-maf/core": "^2.0.1", - "@ln-maf/validations": "^2.0.3", + "@ln-maf/core": "file:../core", + "@ln-maf/validations": "file:../validations", "eslint": "^8.18.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0", diff --git a/packages/postgresql/package.json b/packages/postgresql/package.json index 16b1f1b..0e65bd3 100644 --- a/packages/postgresql/package.json +++ b/packages/postgresql/package.json @@ -15,7 +15,7 @@ "author": "", "license": "Apache-2.0", "dependencies": { - "@ln-maf/default-sql": "^2.0.1", + "@ln-maf/default-sql": "^3.0.0-beta.0", "keytar": "^7.9.0", "pg": "^8.0.0" }, @@ -25,8 +25,8 @@ }, "devDependencies": { "@cucumber/cucumber": "^10.0.0", - "@ln-maf/core": "^2.0.0", - "@ln-maf/validations": "^2.0.3", + "@ln-maf/core": "file:../core", + "@ln-maf/validations": "file:../validations", "eslint": "^8.0.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0", diff --git a/packages/preprocessor/package.json b/packages/preprocessor/package.json index 1a5b42c..aeb4c7e 100644 --- a/packages/preprocessor/package.json +++ b/packages/preprocessor/package.json @@ -31,8 +31,8 @@ }, "devDependencies": { "@cucumber/cucumber": "^10.0.0", - "@ln-maf/core": "^2.0.1", - "@ln-maf/validations": "^2.0.1", + "@ln-maf/core": "file:../core", + "@ln-maf/validations": "file:../validations", "eslint": "^8.18.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0", diff --git a/packages/validations/package.json b/packages/validations/package.json index 7e25959..6fb8e41 100644 --- a/packages/validations/package.json +++ b/packages/validations/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@cucumber/cucumber": "^10.0.0", - "@ln-maf/core": "^2.0.1", + "@ln-maf/core": "file:../core", "eslint": "^8.18.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0",