Skip to content

Commit

Permalink
Update internal package dependencies in package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
martdo02 committed Jan 24, 2024
1 parent 5dea918 commit 3c64470
Show file tree
Hide file tree
Showing 8 changed files with 132 additions and 116 deletions.
218 changes: 117 additions & 101 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/defaultSQL/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/postgresql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/preprocessor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/validations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3c64470

Please sign in to comment.