@looker/run-it 0.9.54 → 0.9.55
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +7 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -75,6 +75,13 @@
|
|
75
75
|
* @looker/extension-utils bumped from ^0.1.30 to ^0.1.31
|
76
76
|
* @looker/sdk bumped from ^23.18.0 to ^23.20.0
|
77
77
|
|
78
|
+
### Dependencies
|
79
|
+
|
80
|
+
* The following workspace dependencies were updated
|
81
|
+
* dependencies
|
82
|
+
* @looker/extension-utils bumped from ^0.1.31 to ^0.1.32
|
83
|
+
* @looker/sdk bumped from ^23.20.0 to ^23.20.1
|
84
|
+
|
78
85
|
## [0.9.45](https://github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.44...run-it-v0.9.45) (2023-03-31)
|
79
86
|
|
80
87
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@looker/run-it",
|
3
|
-
"version": "0.9.
|
3
|
+
"version": "0.9.55",
|
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",
|
@@ -56,9 +56,9 @@
|
|
56
56
|
"@looker/code-editor": "^0.1.30",
|
57
57
|
"@looker/components": "^4.1.1",
|
58
58
|
"@looker/design-tokens": "^3.1.0",
|
59
|
-
"@looker/extension-utils": "^0.1.
|
59
|
+
"@looker/extension-utils": "^0.1.32",
|
60
60
|
"@looker/icons": "^1.5.21",
|
61
|
-
"@looker/sdk": "^23.20.
|
61
|
+
"@looker/sdk": "^23.20.1",
|
62
62
|
"@looker/sdk-codegen": "^21.8.2",
|
63
63
|
"@looker/sdk-codegen-utils": "^21.0.11",
|
64
64
|
"@looker/sdk-rtl": "^21.6.1",
|
@@ -73,5 +73,5 @@
|
|
73
73
|
"react-is": "^16.13.1",
|
74
74
|
"styled-components": "^5.2.1"
|
75
75
|
},
|
76
|
-
"gitHead": "
|
76
|
+
"gitHead": "bfdd76065c005ba2337745ac1b68257b0c470b71"
|
77
77
|
}
|