@looker/api-explorer 0.9.84 → 0.9.85

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 +14 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -427,6 +427,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
427
427
  * @looker/sdk-codegen-scripts bumped from 21.5.40 to 21.5.41
428
428
  * @looker/sdk-node bumped from 26.4.0 to 26.6.0
429
429
 
430
+ ### Dependencies
431
+
432
+ * The following workspace dependencies were updated
433
+ * dependencies
434
+ * @looker/code-editor bumped from 0.1.51 to 0.1.52
435
+ * @looker/extension-utils bumped from 0.1.61 to 0.1.62
436
+ * @looker/run-it bumped from 0.9.84 to 0.9.85
437
+ * @looker/sdk bumped from 26.6.0 to 26.6.1
438
+ * @looker/sdk-codegen bumped from 21.11.1 to 21.11.2
439
+ * @looker/sdk-rtl bumped from 21.6.4 to 21.6.5
440
+ * devDependencies
441
+ * @looker/sdk-codegen-scripts bumped from 21.5.41 to 21.5.42
442
+ * @looker/sdk-node bumped from 26.6.0 to 26.6.1
443
+
430
444
  ## [0.9.83](https://github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.82...api-explorer-v0.9.83) (2026-03-11)
431
445
 
432
446
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/api-explorer",
3
- "version": "0.9.84",
3
+ "version": "0.9.85",
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.41",
37
- "@looker/sdk-node": "26.6.0",
36
+ "@looker/sdk-codegen-scripts": "21.5.42",
37
+ "@looker/sdk-node": "26.6.1",
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,16 +70,16 @@
70
70
  "webpack-merge": "^5.7.3"
71
71
  },
72
72
  "dependencies": {
73
- "@looker/code-editor": "0.1.51",
73
+ "@looker/code-editor": "0.1.52",
74
74
  "@looker/components": "^5.0.3",
75
75
  "@looker/design-tokens": "^3.1.3",
76
- "@looker/extension-utils": "0.1.61",
76
+ "@looker/extension-utils": "0.1.62",
77
77
  "@looker/icons": "^1.5.21",
78
78
  "@looker/redux": "^0.0.1",
79
- "@looker/run-it": "0.9.84",
80
- "@looker/sdk": "26.6.0",
81
- "@looker/sdk-codegen": "21.11.1",
82
- "@looker/sdk-rtl": "21.6.4",
79
+ "@looker/run-it": "0.9.85",
80
+ "@looker/sdk": "26.6.1",
81
+ "@looker/sdk-codegen": "21.11.2",
82
+ "@looker/sdk-rtl": "21.6.5",
83
83
  "@reduxjs/toolkit": "^1.9.3",
84
84
  "@styled-icons/material": "^10.47.0",
85
85
  "@styled-icons/material-outlined": "^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": "89328082961f387605dae0e36dd523ca62d2249c"
100
+ "gitHead": "77fc3b4d67ce3c1f12a0a0670f3d04f4b07d9d63"
101
101
  }