@looker/api-explorer 0.9.66 → 0.9.68

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 +26 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -232,6 +232,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
232
232
  * @looker/sdk-codegen-scripts bumped from 21.5.20 to 21.5.21
233
233
  * @looker/sdk-node bumped from 24.12.1 to 24.14.0
234
234
 
235
+ ### Dependencies
236
+
237
+ * The following workspace dependencies were updated
238
+ * dependencies
239
+ * @looker/code-editor bumped from 0.1.33 to 0.1.34
240
+ * @looker/extension-utils bumped from 0.1.43 to 0.1.44
241
+ * @looker/run-it bumped from 0.9.66 to 0.9.67
242
+ * @looker/sdk bumped from 24.16.1 to 24.16.2
243
+ * @looker/sdk-codegen bumped from 21.9.2 to 21.9.3
244
+ * devDependencies
245
+ * @looker/sdk-codegen-scripts bumped from 21.5.23 to 21.5.24
246
+ * @looker/sdk-node bumped from 24.16.1 to 24.16.2
247
+
248
+ ### Dependencies
249
+
250
+ * The following workspace dependencies were updated
251
+ * dependencies
252
+ * @looker/code-editor bumped from 0.1.34 to 0.1.35
253
+ * @looker/extension-utils bumped from 0.1.44 to 0.1.45
254
+ * @looker/run-it bumped from 0.9.67 to 0.9.68
255
+ * @looker/sdk bumped from 24.16.2 to 24.18.0
256
+ * @looker/sdk-codegen bumped from 21.9.3 to 21.9.4
257
+ * devDependencies
258
+ * @looker/sdk-codegen-scripts bumped from 21.5.24 to 21.5.25
259
+ * @looker/sdk-node bumped from 24.16.2 to 24.18.0
260
+
235
261
  ## [0.9.66](https://github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.65...api-explorer-v0.9.66) (2024-09-14)
236
262
 
237
263
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/api-explorer",
3
- "version": "0.9.66",
3
+ "version": "0.9.68",
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.23",
37
- "@looker/sdk-node": "24.16.1",
36
+ "@looker/sdk-codegen-scripts": "21.5.25",
37
+ "@looker/sdk-node": "24.18.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",
@@ -70,15 +70,15 @@
70
70
  "webpack-merge": "^5.7.3"
71
71
  },
72
72
  "dependencies": {
73
- "@looker/code-editor": "0.1.33",
73
+ "@looker/code-editor": "0.1.35",
74
74
  "@looker/components": "^4.1.3",
75
75
  "@looker/design-tokens": "^3.1.0",
76
- "@looker/extension-utils": "0.1.43",
76
+ "@looker/extension-utils": "0.1.45",
77
77
  "@looker/icons": "^1.5.21",
78
78
  "@looker/redux": "^0.0.1",
79
- "@looker/run-it": "0.9.66",
80
- "@looker/sdk": "24.16.1",
81
- "@looker/sdk-codegen": "21.9.2",
79
+ "@looker/run-it": "0.9.68",
80
+ "@looker/sdk": "24.18.0",
81
+ "@looker/sdk-codegen": "21.9.4",
82
82
  "@looker/sdk-rtl": "21.6.3",
83
83
  "@reduxjs/toolkit": "^1.9.3",
84
84
  "@styled-icons/material": "^10.47.0",
@@ -97,5 +97,5 @@
97
97
  "styled-components": "^5.3.1",
98
98
  "typed-redux-saga": "^1.5.0"
99
99
  },
100
- "gitHead": "f95fdcebe3e11b4cf1c7d07e26a6b8a153bd074f"
100
+ "gitHead": "87b09765f6bbf98d6a0c7295a31cabef3eaa250c"
101
101
  }