Skip to content

Commit 49614f5

Browse files
authored
fix: clean up package dependencies (#974)
we had a stale version in a package dependency
1 parent 4823fcb commit 49614f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/extension-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@looker/extension-sdk": "^21.4.1",
1818
"@looker/extension-sdk-react": "^21.4.1",
1919
"@looker/sdk": "^21.4.1",
20-
"@looker/sdk-codegen": "^21.0.12",
20+
"@looker/sdk-codegen": "^21.3.1",
2121
"@looker/components": "^2.8.1",
2222
"@looker/icons": "^1.5.3",
2323
"@styled-icons/material": "^10.28.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2358,7 +2358,7 @@
23582358
dependencies:
23592359
"@styled-icons/styled-icon" "^10.6.3"
23602360

2361-
"@looker/sdk-codegen@^21.0.12", "@looker/sdk-codegen@^21.3.1":
2361+
"@looker/sdk-codegen@^21.3.1":
23622362
version "21.3.1"
23632363
resolved "https://registry.yarnpkg.com/@looker/sdk-codegen/-/sdk-codegen-21.3.1.tgz#8af443062d6948600327c5e52615751951cc906c"
23642364
integrity sha512-kUHs6+8DrLpMWYrJ2ACrwnjczb7HyMrvESUZuk0RqrXc8si48CcuQq5/RI+Ver+7SnzVtct4hJZa+fpSF789TA==

0 commit comments

Comments
 (0)