@looker/run-it 0.9.48 → 0.9.50-alpha.1724
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +10 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -28,6 +28,16 @@
|
|
28
28
|
* @looker/extension-utils bumped from ^0.1.24 to ^0.1.25
|
29
29
|
* @looker/sdk bumped from ^23.8.0 to ^23.8.1
|
30
30
|
|
31
|
+
### Dependencies
|
32
|
+
|
33
|
+
* The following workspace dependencies were updated
|
34
|
+
* dependencies
|
35
|
+
* @looker/code-editor bumped from ^0.1.28 to ^0.1.29
|
36
|
+
* @looker/extension-utils bumped from ^0.1.25 to ^0.1.26
|
37
|
+
* @looker/sdk bumped from ^23.8.1 to ^23.10.0
|
38
|
+
* @looker/sdk-codegen bumped from ^21.8.0 to ^21.8.1
|
39
|
+
* @looker/sdk-rtl bumped from ^21.6.0 to ^21.6.1
|
40
|
+
|
31
41
|
## [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)
|
32
42
|
|
33
43
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@looker/run-it",
|
3
|
-
"version": "0.9.
|
3
|
+
"version": "0.9.50-alpha.1724+720b66c4",
|
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",
|
@@ -53,15 +53,15 @@
|
|
53
53
|
"webpack-dev-server": "^4.11.1"
|
54
54
|
},
|
55
55
|
"dependencies": {
|
56
|
-
"@looker/code-editor": "^0.1.
|
56
|
+
"@looker/code-editor": "^0.1.29",
|
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.27-alpha.1724+720b66c4",
|
60
60
|
"@looker/icons": "^1.5.21",
|
61
|
-
"@looker/sdk": "^23.
|
62
|
-
"@looker/sdk-codegen": "^21.8.
|
61
|
+
"@looker/sdk": "^23.10.0",
|
62
|
+
"@looker/sdk-codegen": "^21.8.1",
|
63
63
|
"@looker/sdk-codegen-utils": "^21.0.11",
|
64
|
-
"@looker/sdk-rtl": "^21.6.
|
64
|
+
"@looker/sdk-rtl": "^21.6.1",
|
65
65
|
"@styled-icons/material": "^10.28.0",
|
66
66
|
"@styled-icons/material-outlined": "^10.28.0",
|
67
67
|
"@styled-icons/material-rounded": "^10.28.0",
|
@@ -73,5 +73,5 @@
|
|
73
73
|
"react-is": "^16.13.1",
|
74
74
|
"styled-components": "^5.2.1"
|
75
75
|
},
|
76
|
-
"gitHead": "
|
76
|
+
"gitHead": "720b66c4afa0edeef16401e968c5d33ffb46e721"
|
77
77
|
}
|