Skip to content

Commit

Permalink
Bump core-interfaces dependency version in common (#8254)
Browse files Browse the repository at this point in the history
This brings in #8087

related to #8076
  • Loading branch information
anthony-murphy authored Nov 15, 2021
1 parent 8ff78ae commit dd2f9d9
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 8 deletions.
19 changes: 16 additions & 3 deletions common/lib/container-definitions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/lib/container-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@fluidframework/common-definitions": "^0.20.0",
"@fluidframework/core-interfaces": "^0.40.0",
"@fluidframework/core-interfaces": "^0.41.0-0",
"@fluidframework/driver-definitions": "^0.42.0-0",
"@fluidframework/protocol-definitions": "^0.1026.0-0"
},
Expand Down
12 changes: 9 additions & 3 deletions common/lib/driver-definitions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/lib/driver-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@fluidframework/common-definitions": "^0.20.0",
"@fluidframework/core-interfaces": "^0.40.0",
"@fluidframework/core-interfaces": "^0.41.0-0",
"@fluidframework/protocol-definitions": "^0.1026.0-0"
},
"devDependencies": {
Expand Down

0 comments on commit dd2f9d9

Please sign in to comment.