@looker/api-explorer 0.9.69 → 0.9.70

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 +13 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -271,6 +271,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
271
271
  * @looker/sdk-codegen-scripts bumped from 21.5.25 to 21.5.26
272
272
  * @looker/sdk-node bumped from 24.18.0 to 24.18.1
273
273
 
274
+ ### Dependencies
275
+
276
+ * The following workspace dependencies were updated
277
+ * dependencies
278
+ * @looker/code-editor bumped from 0.1.36 to 0.1.37
279
+ * @looker/extension-utils bumped from 0.1.46 to 0.1.47
280
+ * @looker/run-it bumped from 0.9.69 to 0.9.70
281
+ * @looker/sdk bumped from 24.18.1 to 24.20.0
282
+ * @looker/sdk-codegen bumped from 21.9.5 to 21.9.6
283
+ * devDependencies
284
+ * @looker/sdk-codegen-scripts bumped from 21.5.26 to 21.5.27
285
+ * @looker/sdk-node bumped from 24.18.1 to 24.20.0
286
+
274
287
  ## [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)
275
288
 
276
289
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/api-explorer",
3
- "version": "0.9.69",
3
+ "version": "0.9.70",
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.26",
37
- "@looker/sdk-node": "24.18.1",
36
+ "@looker/sdk-codegen-scripts": "21.5.27",
37
+ "@looker/sdk-node": "24.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.36",
73
+ "@looker/code-editor": "0.1.37",
74
74
  "@looker/components": "^4.1.3",
75
75
  "@looker/design-tokens": "^3.1.0",
76
- "@looker/extension-utils": "0.1.46",
76
+ "@looker/extension-utils": "0.1.47",
77
77
  "@looker/icons": "^1.5.21",
78
78
  "@looker/redux": "^0.0.1",
79
- "@looker/run-it": "0.9.69",
80
- "@looker/sdk": "24.18.1",
81
- "@looker/sdk-codegen": "21.9.5",
79
+ "@looker/run-it": "0.9.70",
80
+ "@looker/sdk": "24.20.0",
81
+ "@looker/sdk-codegen": "21.9.6",
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": "5e4610005e2fa36e24673541960ac88e65f23fe5"
100
+ "gitHead": "143636824fd506b8fa5f43691746738860449744"
101
101
  }