Skip to content

Commit

Permalink
fix: package refs for API Explorer extension (#1055)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaster authored Apr 8, 2022
1 parent 79b245f commit 5fcf358
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/extension-api-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@looker/api-explorer": "^0.9.32",
"@looker/components": "^2.8.1",
"@looker/extension-sdk": "^21.20.1",
"@looker/extension-sdk": "^22.4.2",
"@looker/extension-sdk-react": "^22.4.2",
"@looker/extension-utils": "^0.1.9",
"@looker/icons": "^1.5.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"watch": "yarn lerna exec --scope @looker/extension-playground --stream 'BABEL_ENV=build babel src --root-mode upward --out-dir lib/esm --source-maps --extensions .ts,.tsx --no-comments --watch'"
},
"dependencies": {
"@looker/extension-sdk": "^21.4.1",
"@looker/extension-sdk-react": "^21.4.1",
"@looker/extension-sdk": "^21.4.2",
"@looker/extension-sdk-react": "^21.4.2",
"@looker/sdk": "^22.0.0",
"@looker/sdk-codegen": "^21.3.2",
"@looker/components": "^2.8.1",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2351,7 +2351,7 @@
prettier "^2.3.1"
typescript "4.4.2"

"@looker/extension-sdk-react@^21.4.1":
"@looker/extension-sdk-react@^21.4.2":
version "21.20.1"
resolved "https://registry.yarnpkg.com/@looker/extension-sdk-react/-/extension-sdk-react-21.20.1.tgz#8130aa002b7dde94696a1cae60ec3f06d7298300"
integrity sha512-UmBP9feI580UztaD28USHPuGi0b84m7EtMyxhp3fdCGQkREmBfsyJwCBZPVPlbtnkfNO2cDUaeRx9kP4m5yVLA==
Expand All @@ -2362,7 +2362,7 @@
history "^4.9.0"
lodash "^4.17.20"

"@looker/extension-sdk@^21.20.1", "@looker/extension-sdk@^21.4.1":
"@looker/extension-sdk@^21.20.1", "@looker/extension-sdk@^21.4.2":
version "21.20.1"
resolved "https://registry.yarnpkg.com/@looker/extension-sdk/-/extension-sdk-21.20.1.tgz#519e5135b04357f731c6ed54c731c284f23193ef"
integrity sha512-UnEBMJiUYhtluvxCE4d/iIZQezuMMTv6EW2kgDjrN7U3KZDeOQ5QNLKG764cjbNCfePRtS2lwYyJyoK4vtLKFg==
Expand Down

0 comments on commit 5fcf358

Please sign in to comment.