@looker/run-it 0.9.51-alpha.1674 → 0.9.52
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -45,6 +45,22 @@
|
|
45
45
|
* @looker/extension-utils bumped from ^0.1.26 to ^0.1.27
|
46
46
|
* @looker/sdk bumped from ^23.10.0 to ^23.12.0
|
47
47
|
|
48
|
+
### Dependencies
|
49
|
+
|
50
|
+
* The following workspace dependencies were updated
|
51
|
+
* dependencies
|
52
|
+
* @looker/extension-utils bumped from ^0.1.27 to ^0.1.28
|
53
|
+
* @looker/sdk bumped from ^23.12.0 to ^23.14.1
|
54
|
+
|
55
|
+
### Dependencies
|
56
|
+
|
57
|
+
* The following workspace dependencies were updated
|
58
|
+
* dependencies
|
59
|
+
* @looker/code-editor bumped from ^0.1.29 to ^0.1.30
|
60
|
+
* @looker/extension-utils bumped from ^0.1.28 to ^0.1.29
|
61
|
+
* @looker/sdk bumped from ^23.14.1 to ^23.16.0
|
62
|
+
* @looker/sdk-codegen bumped from ^21.8.1 to ^21.8.2
|
63
|
+
|
48
64
|
## [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)
|
49
65
|
|
50
66
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@looker/run-it",
|
3
|
-
"version": "0.9.
|
3
|
+
"version": "0.9.52",
|
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,13 +53,13 @@
|
|
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.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.29",
|
60
60
|
"@looker/icons": "^1.5.21",
|
61
|
-
"@looker/sdk": "^
|
62
|
-
"@looker/sdk-codegen": "^21.8.
|
61
|
+
"@looker/sdk": "^23.16.0",
|
62
|
+
"@looker/sdk-codegen": "^21.8.2",
|
63
63
|
"@looker/sdk-codegen-utils": "^21.0.11",
|
64
64
|
"@looker/sdk-rtl": "^21.6.1",
|
65
65
|
"@styled-icons/material": "^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": "0cac0ae0947fe5ac7a902f853ab236dd19c8e896"
|
77
77
|
}
|