@looker/extension-utils 0.1.40 → 0.1.41
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 +9 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -138,6 +138,15 @@
|
|
|
138
138
|
* @looker/extension-sdk-react bumped from 24.12.0 to 24.12.1
|
|
139
139
|
* @looker/sdk bumped from 24.12.0 to 24.12.1
|
|
140
140
|
|
|
141
|
+
### Dependencies
|
|
142
|
+
|
|
143
|
+
* The following workspace dependencies were updated
|
|
144
|
+
* dependencies
|
|
145
|
+
* @looker/code-editor bumped from 0.1.30 to 0.1.31
|
|
146
|
+
* @looker/extension-sdk bumped from 24.12.1 to 24.14.0
|
|
147
|
+
* @looker/extension-sdk-react bumped from 24.12.1 to 24.14.0
|
|
148
|
+
* @looker/sdk bumped from 24.12.1 to 24.14.0
|
|
149
|
+
|
|
141
150
|
## [0.1.27](https://github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.26...extension-utils-v0.1.27) (2023-07-17)
|
|
142
151
|
|
|
143
152
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/extension-utils",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.41",
|
|
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.
|
|
28
|
+
"@looker/code-editor": "0.1.31",
|
|
29
29
|
"@looker/components": "^4.1.3",
|
|
30
|
-
"@looker/extension-sdk": "24.
|
|
31
|
-
"@looker/extension-sdk-react": "24.
|
|
30
|
+
"@looker/extension-sdk": "24.14.0",
|
|
31
|
+
"@looker/extension-sdk-react": "24.14.0",
|
|
32
32
|
"@looker/redux": "^0.0.1",
|
|
33
|
-
"@looker/sdk": "24.
|
|
33
|
+
"@looker/sdk": "24.14.0",
|
|
34
34
|
"@looker/sdk-rtl": "21.6.1",
|
|
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": "0c6b5c02305ad67f559213a281667ba5cbb3b3c3"
|
|
58
58
|
}
|