@looker/run-it 0.9.73 → 0.9.75

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 +21 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -207,6 +207,27 @@
207
207
  * @looker/sdk-codegen bumped from 21.9.8 to 21.9.9
208
208
  * @looker/sdk-codegen-utils bumped from 21.0.19 to 21.0.20
209
209
 
210
+ ### Dependencies
211
+
212
+ * The following workspace dependencies were updated
213
+ * dependencies
214
+ * @looker/code-editor bumped from 0.1.40 to 0.1.41
215
+ * @looker/extension-utils bumped from 0.1.50 to 0.1.51
216
+ * @looker/sdk bumped from 25.2.0 to 25.4.0
217
+ * @looker/sdk-codegen bumped from 21.9.9 to 21.9.10
218
+ * @looker/sdk-codegen-utils bumped from 21.0.20 to 21.0.21
219
+ * @looker/sdk-rtl bumped from 21.6.3 to 21.6.4
220
+
221
+ ### Dependencies
222
+
223
+ * The following workspace dependencies were updated
224
+ * dependencies
225
+ * @looker/code-editor bumped from 0.1.41 to 0.1.42
226
+ * @looker/extension-utils bumped from 0.1.51 to 0.1.52
227
+ * @looker/sdk bumped from 25.4.0 to 25.6.0
228
+ * @looker/sdk-codegen bumped from 21.9.10 to 21.9.11
229
+ * @looker/sdk-codegen-utils bumped from 21.0.21 to 21.0.22
230
+
210
231
  ## [0.9.72](https://github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.71...run-it-v0.9.72) (2025-02-06)
211
232
 
212
233
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/run-it",
3
- "version": "0.9.73",
3
+ "version": "0.9.75",
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,15 +52,15 @@
52
52
  "webpack-dev-server": "4.15.1"
53
53
  },
54
54
  "dependencies": {
55
- "@looker/code-editor": "0.1.40",
55
+ "@looker/code-editor": "0.1.42",
56
56
  "@looker/components": "^5.0.3",
57
57
  "@looker/design-tokens": "^3.1.3",
58
- "@looker/extension-utils": "0.1.50",
58
+ "@looker/extension-utils": "0.1.52",
59
59
  "@looker/icons": "^1.5.21",
60
- "@looker/sdk": "25.2.0",
61
- "@looker/sdk-codegen": "21.9.9",
62
- "@looker/sdk-codegen-utils": "21.0.20",
63
- "@looker/sdk-rtl": "21.6.3",
60
+ "@looker/sdk": "25.6.0",
61
+ "@looker/sdk-codegen": "21.9.11",
62
+ "@looker/sdk-codegen-utils": "21.0.22",
63
+ "@looker/sdk-rtl": "21.6.4",
64
64
  "@styled-icons/material": "^10.47.0",
65
65
  "@styled-icons/material-outlined": "^10.47.0",
66
66
  "@styled-icons/material-rounded": "^10.28.0",
@@ -72,5 +72,5 @@
72
72
  "react-is": "^17.0.2",
73
73
  "styled-components": "^5.3.1"
74
74
  },
75
- "gitHead": "dfc063713f27a24d440b88817c4f16b448c872f3"
75
+ "gitHead": "382327fb1a1381d6c6ded3f443c6e6c8f1d399eb"
76
76
  }