@looker/api-explorer 0.9.59 → 0.9.61

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -175,6 +175,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
175
175
  * @looker/sdk-codegen-scripts bumped from 21.5.15 to 21.5.16
176
176
  * @looker/sdk-node bumped from 24.2.1 to 24.4.0
177
177
 
178
+ ### Dependencies
179
+
180
+ * The following workspace dependencies were updated
181
+ * dependencies
182
+ * @looker/extension-utils bumped from 0.1.36 to 0.1.37
183
+ * @looker/run-it bumped from 0.9.59 to 0.9.60
184
+ * @looker/sdk bumped from 24.4.0 to 24.8.0
185
+ * devDependencies
186
+ * @looker/sdk-codegen-scripts bumped from 21.5.16 to 21.5.17
187
+ * @looker/sdk-node bumped from 24.4.0 to 24.8.0
188
+
189
+ ### Dependencies
190
+
191
+ * The following workspace dependencies were updated
192
+ * dependencies
193
+ * @looker/extension-utils bumped from 0.1.37 to 0.1.38
194
+ * @looker/run-it bumped from 0.9.60 to 0.9.61
195
+ * @looker/sdk bumped from 24.8.0 to 24.10.0
196
+ * devDependencies
197
+ * @looker/sdk-codegen-scripts bumped from 21.5.17 to 21.5.18
198
+ * @looker/sdk-node bumped from 24.8.0 to 24.10.0
199
+
178
200
  ## [0.9.47](https://github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.46...api-explorer-v0.9.47) (2023-05-11)
179
201
 
180
202
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/api-explorer",
3
- "version": "0.9.59",
3
+ "version": "0.9.61",
4
4
  "description": "Looker API Explorer",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/esm/index.js",
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@looker/components-test-utils": "^1.5.27",
36
- "@looker/sdk-codegen-scripts": "21.5.16",
37
- "@looker/sdk-node": "24.4.0",
36
+ "@looker/sdk-codegen-scripts": "21.5.18",
37
+ "@looker/sdk-node": "24.10.0",
38
38
  "@styled-icons/styled-icon": "^10.6.3",
39
39
  "@testing-library/jest-dom": "5.16.5",
40
40
  "@testing-library/react": "12.1.5",
@@ -73,11 +73,11 @@
73
73
  "@looker/code-editor": "0.1.30",
74
74
  "@looker/components": "^4.1.3",
75
75
  "@looker/design-tokens": "^3.1.0",
76
- "@looker/extension-utils": "0.1.36",
76
+ "@looker/extension-utils": "0.1.38",
77
77
  "@looker/icons": "^1.5.21",
78
78
  "@looker/redux": "^0.0.1",
79
- "@looker/run-it": "0.9.59",
80
- "@looker/sdk": "24.4.0",
79
+ "@looker/run-it": "0.9.61",
80
+ "@looker/sdk": "24.10.0",
81
81
  "@looker/sdk-codegen": "21.8.2",
82
82
  "@looker/sdk-rtl": "21.6.1",
83
83
  "@reduxjs/toolkit": "^1.9.3",
@@ -97,5 +97,5 @@
97
97
  "styled-components": "^5.3.1",
98
98
  "typed-redux-saga": "^1.5.0"
99
99
  },
100
- "gitHead": "ce27df45f0d2cabed1e3c8f7321e95969105edbb"
100
+ "gitHead": "d509df3691f42a5d2749b3d97fbe70f169070fb0"
101
101
  }