From 25ffc249802253321da5084994280ed44229804d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Sp=C3=B6nemann?= Date: Thu, 5 Oct 2023 07:48:17 +0000 Subject: [PATCH] Changed inversify dependency to ^6.0.1 --- packages/sprotty-elk/package.json | 2 +- packages/sprotty/package.json | 2 +- yarn.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/sprotty-elk/package.json b/packages/sprotty-elk/package.json index dc216abc..1b325d36 100644 --- a/packages/sprotty-elk/package.json +++ b/packages/sprotty-elk/package.json @@ -42,7 +42,7 @@ "sprotty-protocol": "^0.14.0" }, "optionalDependencies": { - "inversify": "~6.0.1" + "inversify": "^6.0.1" }, "devDependencies": { "@types/chai": "^4.3.6", diff --git a/packages/sprotty/package.json b/packages/sprotty/package.json index b8f43a41..3d9be54d 100644 --- a/packages/sprotty/package.json +++ b/packages/sprotty/package.json @@ -52,7 +52,7 @@ "directory": "packages/sprotty" }, "peerDependencies": { - "inversify": "~6.0.1" + "inversify": "^6.0.1" }, "dependencies": { "autocompleter": "^9.1.0", diff --git a/yarn.lock b/yarn.lock index 4e19eb77..500ccf8f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3310,7 +3310,7 @@ interpret@^3.1.1: resolved "https://registry.yarnpkg.com/interpret/-/interpret-3.1.1.tgz#5be0ceed67ca79c6c4bc5cf0d7ee843dcea110c4" integrity sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ== -inversify@^6.0.1, inversify@~6.0.1: +inversify@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/inversify/-/inversify-6.0.1.tgz#b20d35425d5d8c5cd156120237aad0008d969f02" integrity sha512-B3ex30927698TJENHR++8FfEaJGqoWOgI6ZY5Ht/nLUsFCwHn6akbwtnUAPCgUepAnTpe2qHxhDNjoKLyz6rgQ==