@looker/extension-utils 0.1.50 → 0.1.52
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 +19 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -201,6 +201,25 @@
|
|
|
201
201
|
* @looker/extension-sdk-react bumped from 25.0.1 to 25.2.0
|
|
202
202
|
* @looker/sdk bumped from 25.0.1 to 25.2.0
|
|
203
203
|
|
|
204
|
+
### Dependencies
|
|
205
|
+
|
|
206
|
+
* The following workspace dependencies were updated
|
|
207
|
+
* dependencies
|
|
208
|
+
* @looker/code-editor bumped from 0.1.40 to 0.1.41
|
|
209
|
+
* @looker/extension-sdk bumped from 25.2.0 to 25.4.0
|
|
210
|
+
* @looker/extension-sdk-react bumped from 25.2.0 to 25.4.0
|
|
211
|
+
* @looker/sdk bumped from 25.2.0 to 25.4.0
|
|
212
|
+
* @looker/sdk-rtl bumped from 21.6.3 to 21.6.4
|
|
213
|
+
|
|
214
|
+
### Dependencies
|
|
215
|
+
|
|
216
|
+
* The following workspace dependencies were updated
|
|
217
|
+
* dependencies
|
|
218
|
+
* @looker/code-editor bumped from 0.1.41 to 0.1.42
|
|
219
|
+
* @looker/extension-sdk bumped from 25.4.0 to 25.6.0
|
|
220
|
+
* @looker/extension-sdk-react bumped from 25.4.0 to 25.6.0
|
|
221
|
+
* @looker/sdk bumped from 25.4.0 to 25.6.0
|
|
222
|
+
|
|
204
223
|
## [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)
|
|
205
224
|
|
|
206
225
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/extension-utils",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.52",
|
|
4
4
|
"description": "Looker Extension Utilities",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/esm/index.js",
|
|
@@ -25,13 +25,13 @@
|
|
|
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.
|
|
28
|
+
"@looker/code-editor": "0.1.42",
|
|
29
29
|
"@looker/components": "^5.0.3",
|
|
30
|
-
"@looker/extension-sdk": "25.
|
|
31
|
-
"@looker/extension-sdk-react": "25.
|
|
30
|
+
"@looker/extension-sdk": "25.6.0",
|
|
31
|
+
"@looker/extension-sdk-react": "25.6.0",
|
|
32
32
|
"@looker/redux": "^0.0.1",
|
|
33
|
-
"@looker/sdk": "25.
|
|
34
|
-
"@looker/sdk-rtl": "21.6.
|
|
33
|
+
"@looker/sdk": "25.6.0",
|
|
34
|
+
"@looker/sdk-rtl": "21.6.4",
|
|
35
35
|
"@reduxjs/toolkit": "^1.9.3",
|
|
36
36
|
"@styled-icons/material": "^10.47.0",
|
|
37
37
|
"react": "^17.0.2",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"webpack-cli": "5.0.1",
|
|
55
55
|
"webpack-merge": "^5.7.3"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "382327fb1a1381d6c6ded3f443c6e6c8f1d399eb"
|
|
58
58
|
}
|