@looker/run-it 0.9.67 → 0.9.69

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 +20 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -157,6 +157,26 @@
157
157
  * @looker/sdk-codegen bumped from 21.9.2 to 21.9.3
158
158
  * @looker/sdk-codegen-utils bumped from 21.0.13 to 21.0.14
159
159
 
160
+ ### Dependencies
161
+
162
+ * The following workspace dependencies were updated
163
+ * dependencies
164
+ * @looker/code-editor bumped from 0.1.34 to 0.1.35
165
+ * @looker/extension-utils bumped from 0.1.44 to 0.1.45
166
+ * @looker/sdk bumped from 24.16.2 to 24.18.0
167
+ * @looker/sdk-codegen bumped from 21.9.3 to 21.9.4
168
+ * @looker/sdk-codegen-utils bumped from 21.0.14 to 21.0.15
169
+
170
+ ### Dependencies
171
+
172
+ * The following workspace dependencies were updated
173
+ * dependencies
174
+ * @looker/code-editor bumped from 0.1.35 to 0.1.36
175
+ * @looker/extension-utils bumped from 0.1.45 to 0.1.46
176
+ * @looker/sdk bumped from 24.18.0 to 24.18.1
177
+ * @looker/sdk-codegen bumped from 21.9.4 to 21.9.5
178
+ * @looker/sdk-codegen-utils bumped from 21.0.15 to 21.0.16
179
+
160
180
  ## [0.9.66](https://github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.65...run-it-v0.9.66) (2024-09-14)
161
181
 
162
182
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/run-it",
3
- "version": "0.9.67",
3
+ "version": "0.9.69",
4
4
  "description": "A dynamic REST request input form and response visualizer",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/esm/index.js",
@@ -52,14 +52,14 @@
52
52
  "webpack-dev-server": "4.15.1"
53
53
  },
54
54
  "dependencies": {
55
- "@looker/code-editor": "0.1.34",
55
+ "@looker/code-editor": "0.1.36",
56
56
  "@looker/components": "^4.1.3",
57
57
  "@looker/design-tokens": "^3.1.0",
58
- "@looker/extension-utils": "0.1.44",
58
+ "@looker/extension-utils": "0.1.46",
59
59
  "@looker/icons": "^1.5.21",
60
- "@looker/sdk": "24.16.2",
61
- "@looker/sdk-codegen": "21.9.3",
62
- "@looker/sdk-codegen-utils": "21.0.14",
60
+ "@looker/sdk": "24.18.1",
61
+ "@looker/sdk-codegen": "21.9.5",
62
+ "@looker/sdk-codegen-utils": "21.0.16",
63
63
  "@looker/sdk-rtl": "21.6.3",
64
64
  "@styled-icons/material": "^10.47.0",
65
65
  "@styled-icons/material-outlined": "^10.47.0",
@@ -72,5 +72,5 @@
72
72
  "react-is": "^17.0.2",
73
73
  "styled-components": "^5.3.1"
74
74
  },
75
- "gitHead": "e7e30025690483553a16231c9218cd6f7e65a59b"
75
+ "gitHead": "5e4610005e2fa36e24673541960ac88e65f23fe5"
76
76
  }