Skip to content

Commit

Permalink
Changed inversify dependency to ^6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spoenemann committed Oct 5, 2023
1 parent 63e622c commit 25ffc24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/sprotty-elk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"sprotty-protocol": "^0.14.0"
},
"optionalDependencies": {
"inversify": "~6.0.1"
"inversify": "^6.0.1"
},
"devDependencies": {
"@types/chai": "^4.3.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/sprotty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"directory": "packages/sprotty"
},
"peerDependencies": {
"inversify": "~6.0.1"
"inversify": "^6.0.1"
},
"dependencies": {
"autocompleter": "^9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down

0 comments on commit 25ffc24

Please sign in to comment.