@looker/run-it 0.9.71 → 0.9.73

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 +28 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -197,6 +197,34 @@
197
197
  * @looker/sdk-codegen bumped from 21.9.6 to 21.9.7
198
198
  * @looker/sdk-codegen-utils bumped from 21.0.17 to 21.0.18
199
199
 
200
+ ### Dependencies
201
+
202
+ * The following workspace dependencies were updated
203
+ * dependencies
204
+ * @looker/code-editor bumped from 0.1.39 to 0.1.40
205
+ * @looker/extension-utils bumped from 0.1.49 to 0.1.50
206
+ * @looker/sdk bumped from 25.0.1 to 25.2.0
207
+ * @looker/sdk-codegen bumped from 21.9.8 to 21.9.9
208
+ * @looker/sdk-codegen-utils bumped from 21.0.19 to 21.0.20
209
+
210
+ ## [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
+
212
+
213
+ ### Bug Fixes
214
+
215
+ * update looker TypeScript package dependencies ([#1559](https://github.com/looker-open-source/sdk-codegen/issues/1559)) ([7421d43](https://github.com/looker-open-source/sdk-codegen/commit/7421d4313b09d828e03b5c9c04abd5f2b6c90ae6))
216
+
217
+
218
+ ### Dependencies
219
+
220
+ * The following workspace dependencies were updated
221
+ * dependencies
222
+ * @looker/code-editor bumped from 0.1.38 to 0.1.39
223
+ * @looker/extension-utils bumped from 0.1.48 to 0.1.49
224
+ * @looker/sdk bumped from 25.0.0 to 25.0.1
225
+ * @looker/sdk-codegen bumped from 21.9.7 to 21.9.8
226
+ * @looker/sdk-codegen-utils bumped from 21.0.18 to 21.0.19
227
+
200
228
  ## [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)
201
229
 
202
230
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/run-it",
3
- "version": "0.9.71",
3
+ "version": "0.9.73",
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.38",
56
- "@looker/components": "^4.1.3",
57
- "@looker/design-tokens": "^3.1.0",
58
- "@looker/extension-utils": "0.1.48",
55
+ "@looker/code-editor": "0.1.40",
56
+ "@looker/components": "^5.0.3",
57
+ "@looker/design-tokens": "^3.1.3",
58
+ "@looker/extension-utils": "0.1.50",
59
59
  "@looker/icons": "^1.5.21",
60
- "@looker/sdk": "25.0.0",
61
- "@looker/sdk-codegen": "21.9.7",
62
- "@looker/sdk-codegen-utils": "21.0.18",
60
+ "@looker/sdk": "25.2.0",
61
+ "@looker/sdk-codegen": "21.9.9",
62
+ "@looker/sdk-codegen-utils": "21.0.20",
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": "bca935bc6fcc4a89ad95cc3b05f37498866011fb"
75
+ "gitHead": "dfc063713f27a24d440b88817c4f16b448c872f3"
76
76
  }