@looker/api-explorer 0.9.44 → 0.9.46

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
@@ -16,6 +16,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
  * @looker/sdk-codegen-scripts bumped from ^21.5.0 to ^21.5.1
17
17
  * @looker/sdk-node bumped from ^23.0.0 to ^23.2.0
18
18
 
19
+ ### Dependencies
20
+
21
+ * The following workspace dependencies were updated
22
+ * dependencies
23
+ * @looker/extension-utils bumped from ^0.1.21 to ^0.1.22
24
+ * @looker/run-it bumped from ^0.9.44 to ^0.9.45
25
+ * @looker/sdk bumped from ^23.2.0 to ^23.4.0
26
+ * devDependencies
27
+ * @looker/sdk-codegen-scripts bumped from ^21.5.1 to ^21.5.2
28
+ * @looker/sdk-node bumped from ^23.2.0 to ^23.4.0
29
+
30
+ ### Dependencies
31
+
32
+ * The following workspace dependencies were updated
33
+ * dependencies
34
+ * @looker/extension-utils bumped from ^0.1.22 to ^0.1.23
35
+ * @looker/run-it bumped from ^0.9.45 to ^0.9.46
36
+ * @looker/sdk bumped from ^23.4.0 to ^23.6.0
37
+ * devDependencies
38
+ * @looker/sdk-codegen-scripts bumped from ^21.5.2 to ^21.5.3
39
+ * @looker/sdk-node bumped from ^23.4.0 to ^23.6.0
40
+
19
41
  ## [0.9.43](https://github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.42...api-explorer-v0.9.43) (2023-02-22)
20
42
 
21
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/api-explorer",
3
- "version": "0.9.44",
3
+ "version": "0.9.46",
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.1",
37
- "@looker/sdk-node": "^23.2.0",
36
+ "@looker/sdk-codegen-scripts": "^21.5.3",
37
+ "@looker/sdk-node": "^23.6.0",
38
38
  "@styled-icons/styled-icon": "^10.6.3",
39
39
  "@testing-library/jest-dom": "^5.16.5",
40
40
  "@testing-library/react": "^11.2.2",
@@ -73,11 +73,11 @@
73
73
  "@looker/code-editor": "^0.1.28",
74
74
  "@looker/components": "^4.1.1",
75
75
  "@looker/design-tokens": "^3.1.0",
76
- "@looker/extension-utils": "^0.1.21",
76
+ "@looker/extension-utils": "^0.1.23",
77
77
  "@looker/icons": "^1.5.21",
78
78
  "@looker/redux": "0.0.0",
79
- "@looker/run-it": "^0.9.44",
80
- "@looker/sdk": "^23.2.0",
79
+ "@looker/run-it": "^0.9.46",
80
+ "@looker/sdk": "^23.6.0",
81
81
  "@looker/sdk-codegen": "^21.8.0",
82
82
  "@looker/sdk-rtl": "^21.6.0",
83
83
  "@reduxjs/toolkit": "^1.6.2",
@@ -97,5 +97,5 @@
97
97
  "styled-components": "^5.2.1",
98
98
  "typed-redux-saga": "^1.3.1"
99
99
  },
100
- "gitHead": "72979076f633ebded42df7679bbd07813d5d6bbc"
100
+ "gitHead": "3c3b027b71bced8fb05d5b0d88b15f71c12b97bd"
101
101
  }