@looker/extension-utils 0.1.39 → 0.1.40
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
|
@@ -130,6 +130,14 @@
|
|
|
130
130
|
* @looker/extension-sdk-react bumped from 24.10.0 to 24.12.0
|
|
131
131
|
* @looker/sdk bumped from 24.10.0 to 24.12.0
|
|
132
132
|
|
|
133
|
+
### Dependencies
|
|
134
|
+
|
|
135
|
+
* The following workspace dependencies were updated
|
|
136
|
+
* dependencies
|
|
137
|
+
* @looker/extension-sdk bumped from 24.12.0 to 24.12.1
|
|
138
|
+
* @looker/extension-sdk-react bumped from 24.12.0 to 24.12.1
|
|
139
|
+
* @looker/sdk bumped from 24.12.0 to 24.12.1
|
|
140
|
+
|
|
133
141
|
## [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)
|
|
134
142
|
|
|
135
143
|
### 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.40",
|
|
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.12.
|
|
31
|
-
"@looker/extension-sdk-react": "24.12.
|
|
30
|
+
"@looker/extension-sdk": "24.12.1",
|
|
31
|
+
"@looker/extension-sdk-react": "24.12.1",
|
|
32
32
|
"@looker/redux": "^0.0.1",
|
|
33
|
-
"@looker/sdk": "24.12.
|
|
33
|
+
"@looker/sdk": "24.12.1",
|
|
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": "e593102f095685cbdb55e573f085d338209f38d8"
|
|
58
58
|
}
|