@looker/api-explorer 0.9.51-alpha.1674 → 0.9.51

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.
package/CHANGELOG.md CHANGED
@@ -74,6 +74,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
74
74
  * @looker/sdk-codegen-scripts bumped from ^21.5.6 to ^21.5.7
75
75
  * @looker/sdk-node bumped from ^23.10.0 to ^23.12.0
76
76
 
77
+ ### Dependencies
78
+
79
+ * The following workspace dependencies were updated
80
+ * dependencies
81
+ * @looker/extension-utils bumped from ^0.1.27 to ^0.1.28
82
+ * @looker/run-it bumped from ^0.9.50 to ^0.9.51
83
+ * @looker/sdk bumped from ^23.12.0 to ^23.14.1
84
+ * devDependencies
85
+ * @looker/sdk-codegen-scripts bumped from ^21.5.7 to ^21.5.8
86
+ * @looker/sdk-node bumped from ^23.12.0 to ^23.14.1
87
+
77
88
  ## [0.9.47](https://github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.46...api-explorer-v0.9.47) (2023-05-11)
78
89
 
79
90
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/api-explorer",
3
- "version": "0.9.51-alpha.1674+b528e389",
3
+ "version": "0.9.51",
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": "^0.3.1-alpha.849+b528e389",
37
- "@looker/sdk-node": "^23.12.1-alpha.1674+b528e389",
36
+ "@looker/sdk-codegen-scripts": "^21.5.8",
37
+ "@looker/sdk-node": "^23.14.1",
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.29",
74
74
  "@looker/components": "^4.1.1",
75
75
  "@looker/design-tokens": "^3.1.0",
76
- "@looker/extension-utils": "^0.1.28-alpha.1674+b528e389",
76
+ "@looker/extension-utils": "^0.1.28",
77
77
  "@looker/icons": "^1.5.21",
78
78
  "@looker/redux": "^0.0.1",
79
- "@looker/run-it": "^0.9.51-alpha.1674+b528e389",
80
- "@looker/sdk": "^0.3.0-alpha.849+b528e389",
79
+ "@looker/run-it": "^0.9.51",
80
+ "@looker/sdk": "^23.14.1",
81
81
  "@looker/sdk-codegen": "^21.8.1",
82
82
  "@looker/sdk-rtl": "^21.6.1",
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": "b528e3895fc4b5c7b864627fcfb9d421233f12a1"
100
+ "gitHead": "b0eb564b795672de7e734264c7687ed4d4ef9a0c"
101
101
  }