@looker/extension-utils 0.1.47 → 0.1.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -183,6 +183,32 @@
|
|
|
183
183
|
* @looker/extension-sdk-react bumped from 24.18.1 to 24.20.0
|
|
184
184
|
* @looker/sdk bumped from 24.18.1 to 24.20.0
|
|
185
185
|
|
|
186
|
+
### Dependencies
|
|
187
|
+
|
|
188
|
+
* The following workspace dependencies were updated
|
|
189
|
+
* dependencies
|
|
190
|
+
* @looker/code-editor bumped from 0.1.37 to 0.1.38
|
|
191
|
+
* @looker/extension-sdk bumped from 24.20.0 to 25.0.0
|
|
192
|
+
* @looker/extension-sdk-react bumped from 24.20.0 to 25.0.0
|
|
193
|
+
* @looker/sdk bumped from 24.20.0 to 25.0.0
|
|
194
|
+
|
|
195
|
+
## [0.1.49](https://github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.48...extension-utils-v0.1.49) (2025-02-06)
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
### Bug Fixes
|
|
199
|
+
|
|
200
|
+
* update looker TypeScript package dependencies ([#1559](https://github.com/looker-open-source/sdk-codegen/issues/1559)) ([7421d43](https://github.com/looker-open-source/sdk-codegen/commit/7421d4313b09d828e03b5c9c04abd5f2b6c90ae6))
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
### Dependencies
|
|
204
|
+
|
|
205
|
+
* The following workspace dependencies were updated
|
|
206
|
+
* dependencies
|
|
207
|
+
* @looker/code-editor bumped from 0.1.38 to 0.1.39
|
|
208
|
+
* @looker/extension-sdk bumped from 25.0.0 to 25.0.1
|
|
209
|
+
* @looker/extension-sdk-react bumped from 25.0.0 to 25.0.1
|
|
210
|
+
* @looker/sdk bumped from 25.0.0 to 25.0.1
|
|
211
|
+
|
|
186
212
|
## [0.1.43](https://github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.42...extension-utils-v0.1.43) (2024-09-14)
|
|
187
213
|
|
|
188
214
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/extension-utils",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.49",
|
|
4
4
|
"description": "Looker Extension Utilities",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/esm/index.js",
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"watch": "yarn lerna exec --scope @looker/extension-utils --stream 'BABEL_ENV=build babel src --root-mode upward --out-dir lib/esm --source-maps --extensions .ts,.tsx --no-comments --watch'"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@looker/code-editor": "0.1.
|
|
29
|
-
"@looker/components": "^
|
|
30
|
-
"@looker/extension-sdk": "
|
|
31
|
-
"@looker/extension-sdk-react": "
|
|
28
|
+
"@looker/code-editor": "0.1.39",
|
|
29
|
+
"@looker/components": "^5.0.3",
|
|
30
|
+
"@looker/extension-sdk": "25.0.1",
|
|
31
|
+
"@looker/extension-sdk-react": "25.0.1",
|
|
32
32
|
"@looker/redux": "^0.0.1",
|
|
33
|
-
"@looker/sdk": "
|
|
33
|
+
"@looker/sdk": "25.0.1",
|
|
34
34
|
"@looker/sdk-rtl": "21.6.3",
|
|
35
35
|
"@reduxjs/toolkit": "^1.9.3",
|
|
36
36
|
"@styled-icons/material": "^10.47.0",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"webpack-cli": "5.0.1",
|
|
55
55
|
"webpack-merge": "^5.7.3"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "272a2874acba0fe9f1b41755826b009a750fa485"
|
|
58
58
|
}
|