@looker/run-it 0.9.84 → 0.9.85
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 +11 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -308,6 +308,17 @@
|
|
|
308
308
|
* @looker/sdk-codegen bumped from 21.11.0 to 21.11.1
|
|
309
309
|
* @looker/sdk-codegen-utils bumped from 21.0.30 to 21.0.31
|
|
310
310
|
|
|
311
|
+
### Dependencies
|
|
312
|
+
|
|
313
|
+
* The following workspace dependencies were updated
|
|
314
|
+
* dependencies
|
|
315
|
+
* @looker/code-editor bumped from 0.1.51 to 0.1.52
|
|
316
|
+
* @looker/extension-utils bumped from 0.1.61 to 0.1.62
|
|
317
|
+
* @looker/sdk bumped from 26.6.0 to 26.6.1
|
|
318
|
+
* @looker/sdk-codegen bumped from 21.11.1 to 21.11.2
|
|
319
|
+
* @looker/sdk-codegen-utils bumped from 21.0.31 to 21.0.32
|
|
320
|
+
* @looker/sdk-rtl bumped from 21.6.4 to 21.6.5
|
|
321
|
+
|
|
311
322
|
## [0.9.83](https://github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.82...run-it-v0.9.83) (2026-03-11)
|
|
312
323
|
|
|
313
324
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/run-it",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.85",
|
|
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.
|
|
55
|
+
"@looker/code-editor": "0.1.52",
|
|
56
56
|
"@looker/components": "^5.0.3",
|
|
57
57
|
"@looker/design-tokens": "^3.1.3",
|
|
58
|
-
"@looker/extension-utils": "0.1.
|
|
58
|
+
"@looker/extension-utils": "0.1.62",
|
|
59
59
|
"@looker/icons": "^1.5.21",
|
|
60
|
-
"@looker/sdk": "26.6.
|
|
61
|
-
"@looker/sdk-codegen": "21.11.
|
|
62
|
-
"@looker/sdk-codegen-utils": "21.0.
|
|
63
|
-
"@looker/sdk-rtl": "21.6.
|
|
60
|
+
"@looker/sdk": "26.6.1",
|
|
61
|
+
"@looker/sdk-codegen": "21.11.2",
|
|
62
|
+
"@looker/sdk-codegen-utils": "21.0.32",
|
|
63
|
+
"@looker/sdk-rtl": "21.6.5",
|
|
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": "
|
|
75
|
+
"gitHead": "77fc3b4d67ce3c1f12a0a0670f3d04f4b07d9d63"
|
|
76
76
|
}
|