@looker/extension-utils 0.1.37 → 0.1.38
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 +8 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -114,6 +114,14 @@
|
|
|
114
114
|
* @looker/extension-sdk-react bumped from 24.4.0 to 24.8.0
|
|
115
115
|
* @looker/sdk bumped from 24.4.0 to 24.8.0
|
|
116
116
|
|
|
117
|
+
### Dependencies
|
|
118
|
+
|
|
119
|
+
* The following workspace dependencies were updated
|
|
120
|
+
* dependencies
|
|
121
|
+
* @looker/extension-sdk bumped from 24.8.0 to 24.10.0
|
|
122
|
+
* @looker/extension-sdk-react bumped from 24.8.0 to 24.10.0
|
|
123
|
+
* @looker/sdk bumped from 24.8.0 to 24.10.0
|
|
124
|
+
|
|
117
125
|
## [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)
|
|
118
126
|
|
|
119
127
|
### 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.38",
|
|
4
4
|
"description": "Looker Extension Utilities",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/esm/index.js",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@looker/code-editor": "0.1.30",
|
|
29
29
|
"@looker/components": "^4.1.3",
|
|
30
|
-
"@looker/extension-sdk": "24.
|
|
31
|
-
"@looker/extension-sdk-react": "24.
|
|
30
|
+
"@looker/extension-sdk": "24.10.0",
|
|
31
|
+
"@looker/extension-sdk-react": "24.10.0",
|
|
32
32
|
"@looker/redux": "^0.0.1",
|
|
33
|
-
"@looker/sdk": "24.
|
|
33
|
+
"@looker/sdk": "24.10.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": "d509df3691f42a5d2749b3d97fbe70f169070fb0"
|
|
58
58
|
}
|