@looker/api-explorer 0.9.78 → 0.9.80

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
@@ -362,6 +362,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
362
362
  * @looker/sdk-codegen-scripts bumped from 21.5.34 to 21.5.35
363
363
  * @looker/sdk-node bumped from 25.10.0 to 25.16.0
364
364
 
365
+ ### Dependencies
366
+
367
+ * The following workspace dependencies were updated
368
+ * dependencies
369
+ * @looker/code-editor bumped from 0.1.45 to 0.1.46
370
+ * @looker/extension-utils bumped from 0.1.55 to 0.1.56
371
+ * @looker/run-it bumped from 0.9.78 to 0.9.79
372
+ * @looker/sdk bumped from 25.16.0 to 25.18.0
373
+ * @looker/sdk-codegen bumped from 21.10.0 to 21.10.1
374
+ * devDependencies
375
+ * @looker/sdk-codegen-scripts bumped from 21.5.35 to 21.5.36
376
+ * @looker/sdk-node bumped from 25.16.0 to 25.18.0
377
+
378
+ ### Dependencies
379
+
380
+ * The following workspace dependencies were updated
381
+ * dependencies
382
+ * @looker/code-editor bumped from 0.1.46 to 0.1.47
383
+ * @looker/extension-utils bumped from 0.1.56 to 0.1.57
384
+ * @looker/run-it bumped from 0.9.79 to 0.9.80
385
+ * @looker/sdk bumped from 25.18.0 to 25.20.0
386
+ * @looker/sdk-codegen bumped from 21.10.1 to 21.10.2
387
+ * devDependencies
388
+ * @looker/sdk-codegen-scripts bumped from 21.5.36 to 21.5.37
389
+ * @looker/sdk-node bumped from 25.18.0 to 25.20.0
390
+
365
391
  ## [0.9.74](https://github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.73...api-explorer-v0.9.74) (2025-03-11)
366
392
 
367
393
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/api-explorer",
3
- "version": "0.9.78",
3
+ "version": "0.9.80",
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.35",
37
- "@looker/sdk-node": "25.16.0",
36
+ "@looker/sdk-codegen-scripts": "21.5.37",
37
+ "@looker/sdk-node": "25.20.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.45",
73
+ "@looker/code-editor": "0.1.47",
74
74
  "@looker/components": "^5.0.3",
75
75
  "@looker/design-tokens": "^3.1.3",
76
- "@looker/extension-utils": "0.1.55",
76
+ "@looker/extension-utils": "0.1.57",
77
77
  "@looker/icons": "^1.5.21",
78
78
  "@looker/redux": "^0.0.1",
79
- "@looker/run-it": "0.9.78",
80
- "@looker/sdk": "25.16.0",
81
- "@looker/sdk-codegen": "21.10.0",
79
+ "@looker/run-it": "0.9.80",
80
+ "@looker/sdk": "25.20.0",
81
+ "@looker/sdk-codegen": "21.10.2",
82
82
  "@looker/sdk-rtl": "21.6.4",
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": "aa870fc9d9f899f116b3f9ae3378e53652c0121b"
100
+ "gitHead": "9b596f3085ba1f87a3bb24d4bb475e70fe38ece3"
101
101
  }