-
Notifications
You must be signed in to change notification settings - Fork 82
chore(codesandbox): clean the codesandbox deps #743
Conversation
Deploy preview created for Built with commit: d85d142dbb7cd93f94ca2bb8dc6859c4360f0c8e |
Deploy preview created for Built with commit: d85d142dbb7cd93f94ca2bb8dc6859c4360f0c8e |
Deploy preview created for Built with commit: d85d142dbb7cd93f94ca2bb8dc6859c4360f0c8e |
Deploy preview created for Built with commit: d85d142dbb7cd93f94ca2bb8dc6859c4360f0c8e |
We should probably hold on this until the next release is out. |
Weighing in; For this kind of change (bulk update to our CodeSandbox examples), recommended to run build integration test, at least locally. |
Ok! But we also need to update for the release, right? |
thank you @asudoh ! Always a good idea for this! Down the road, would like to have it run on every PR plus run e2e tests like we do currently with |
Cool to clarify, the repo has two integration tests:
|
723075d
to
648a974
Compare
400aa1a
to
dc51e25
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's get this one in!
@@ -18,11 +18,7 @@ | |||
"@angular/platform-browser-dynamic": "^8.0.0", | |||
"@angular/router": "^8.0.0", | |||
"@babel/runtime": "^7.8.0", | |||
"carbon-components": "~10.34.0", | |||
"carbon-web-components": "^1.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jeffchew I was thinking... We should update it to this?
"carbon-web-components": "^1.19.0",
Because before that version, there were no dependencies.
Clean the codesandbox deps
Because this: #726