Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/embed-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@looker/embed-components": "*",
"@looker/extension-utils": "^0.1.21",
"@looker/redux": "^0.0.1",
"@looker/sdk": "^23.2.0",
"@looker/sdk-rtl": "^21.6.0",
"@looker/sdk": "^23.14.1",
"@looker/sdk-rtl": "^21.6.1",
Comment on lines +45 to +46
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we set these to * does release-please update them for publishing? Or is this an extra lint/package dependency step we're going to need to add to our generation/publishing step? @treshugart would like your thoughts here

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be honest I dont know. I'm just syncing the packages.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Understood. That's why I summoned Trey 😸

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not a blocker for your PR, which I've approved.

"@styled-icons/material": "^10.47.0",
"react": "16.14.0",
"react-dom": "16.14.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/extension-tile-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"develop": "webpack serve --hot --allowed-hosts all --port 8080 --https --config webpack.dev.config.js"
},
"dependencies": {
"@looker/extension-sdk": "^23.12.0",
"@looker/extension-sdk-react": "^23.12.0",
"@looker/sdk": "^23.12.0",
"@looker/extension-sdk": "^23.14.1",
"@looker/extension-sdk-react": "^23.14.1",
"@looker/sdk": "^23.14.1",
"@looker/components": "^3.0.8",
"@looker/icons": "^1.5.3",
"@styled-icons/material": "^10.28.0",
Expand Down