Skip to content

Commit 7421d43

Browse files
author
John Kaster
authored
fix: update looker TypeScript package dependencies (#1559)
The `@looker/components` and `@looker/design-tokens` packages were out of date. This updates them to the latest.
1 parent bca935b commit 7421d43

File tree

16 files changed

+71
-28
lines changed

16 files changed

+71
-28
lines changed

.github/workflows/apix-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ jobs:
9797
if: success() || failure()
9898
runs-on: ubuntu-latest
9999

100+
permissions:
101+
pull-requests: write
102+
checks: write
103+
100104
steps:
101105
- name: Download Artifacts
102106
uses: actions/download-artifact@v4

.github/workflows/codegen-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ jobs:
133133
if: success() || failure()
134134
runs-on: ubuntu-latest
135135

136+
permissions:
137+
pull-requests: write
138+
checks: write
139+
136140
steps:
137141
- name: Download Artifacts
138142
uses: actions/download-artifact@v4

.github/workflows/go-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,10 @@ jobs:
190190
if: success() || failure()
191191
runs-on: ubuntu-latest
192192

193+
permissions:
194+
pull-requests: write
195+
checks: write
196+
193197
steps:
194198
- name: Download Artifacts
195199
uses: actions/download-artifact@v4

.github/workflows/python-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,10 @@ jobs:
245245
if: success() || failure()
246246
runs-on: ubuntu-latest
247247

248+
permissions:
249+
pull-requests: write
250+
checks: write
251+
248252
steps:
249253
- name: Download Artifacts
250254
uses: actions/download-artifact@v4

.github/workflows/tssdk-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,10 @@ jobs:
185185
if: success() || failure()
186186
runs-on: ubuntu-latest
187187

188+
permissions:
189+
pull-requests: write
190+
checks: write
191+
188192
steps:
189193
- name: Download Artifacts
190194
uses: actions/download-artifact@v4

packages/api-explorer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
},
7272
"dependencies": {
7373
"@looker/code-editor": "0.1.38",
74-
"@looker/components": "^4.1.3",
75-
"@looker/design-tokens": "^3.1.0",
74+
"@looker/components": "^5.0.3",
75+
"@looker/design-tokens": "^3.1.3",
7676
"@looker/extension-utils": "0.1.48",
7777
"@looker/icons": "^1.5.21",
7878
"@looker/redux": "^0.0.1",

packages/code-editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"webpack-cli": "5.0.1"
5050
},
5151
"dependencies": {
52-
"@looker/components": "^4.1.3",
53-
"@looker/design-tokens": "^3.1.0",
52+
"@looker/components": "^5.0.3",
53+
"@looker/design-tokens": "^3.1.3",
5454
"prism-react-renderer": "^1.2.0",
5555
"react": "^17.0.2",
5656
"react-dom": "^17.0.2",

packages/embed-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@testing-library/user-event": "13.1.5"
4545
},
4646
"dependencies": {
47-
"@looker/components": "^4.1.3",
47+
"@looker/components": "^5.0.3",
4848
"@looker/embed-services": "25.0.0",
4949
"@looker/redux": "^0.0.1",
5050
"@looker/sdk": "25.0.0",

packages/embed-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"webpack-dev-server": "4.15.1"
3838
},
3939
"dependencies": {
40-
"@looker/components": "^4.1.3",
40+
"@looker/components": "^5.0.3",
4141
"@looker/embed-services": "23.20.1",
4242
"@looker/embed-components": "23.20.1",
4343
"@looker/extension-utils": "0.1.32",

packages/extension-api-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@looker/api-explorer": "0.9.71",
19-
"@looker/components": "^4.1.3",
19+
"@looker/components": "^5.0.3",
2020
"@looker/extension-sdk": "25.0.0",
2121
"@looker/extension-sdk-react": "25.0.0",
2222
"@looker/extension-utils": "0.1.48",

0 commit comments

Comments
 (0)