Skip to content

Commit

Permalink
Declare inversify as peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed May 17, 2023
1 parent 179ad85 commit add255e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/sprotty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@
"url": "https://github.com/eclipse/sprotty",
"directory": "packages/sprotty"
},
"peerDependencies": {
"inversify": "~6.0.1"
},
"dependencies": {
"autocompleter": "^7.0.1",
"file-saver": "^2.0.5",
"inversify": "~6.0.1",
"snabbdom": "^3.5.1",
"sprotty-protocol": "^0.13.0",
"tinyqueue": "^2.0.3"
Expand Down

0 comments on commit add255e

Please sign in to comment.