@looker/run-it 0.9.33 → 0.9.36
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +32 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,37 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### [0.9.36](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.35...run-it-v0.9.36) (2022-07-29)
|
4
|
+
|
5
|
+
|
6
|
+
### Dependencies
|
7
|
+
|
8
|
+
* The following workspace dependencies were updated
|
9
|
+
* dependencies
|
10
|
+
* @looker/code-editor bumped from ^0.1.22 to ^0.1.23
|
11
|
+
* @looker/extension-utils bumped from ^0.1.12 to ^0.1.13
|
12
|
+
* @looker/sdk bumped from ^22.10.0 to ^22.10.1
|
13
|
+
* @looker/sdk-codegen bumped from ^21.6.0 to ^21.7.0
|
14
|
+
|
15
|
+
### [0.9.35](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.34...run-it-v0.9.35) (2022-07-14)
|
16
|
+
|
17
|
+
|
18
|
+
### Dependencies
|
19
|
+
|
20
|
+
* The following workspace dependencies were updated
|
21
|
+
* dependencies
|
22
|
+
* @looker/extension-utils bumped from ^0.1.11 to ^0.1.12
|
23
|
+
* @looker/sdk bumped from ^22.8.0 to ^22.10.0
|
24
|
+
|
25
|
+
### [0.9.34](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.33...run-it-v0.9.34) (2022-07-13)
|
26
|
+
|
27
|
+
|
28
|
+
### Dependencies
|
29
|
+
|
30
|
+
* The following workspace dependencies were updated
|
31
|
+
* dependencies
|
32
|
+
* @looker/extension-utils bumped from ^0.1.10 to ^0.1.11
|
33
|
+
* @looker/sdk bumped from ^22.6.0 to ^22.8.0
|
34
|
+
|
3
35
|
### [0.9.33](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.32...run-it-v0.9.33) (2022-07-07)
|
4
36
|
|
5
37
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@looker/run-it",
|
3
|
-
"version": "0.9.
|
3
|
+
"version": "0.9.36",
|
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",
|
@@ -51,14 +51,14 @@
|
|
51
51
|
"webpack-dev-server": "^3.11.2"
|
52
52
|
},
|
53
53
|
"dependencies": {
|
54
|
-
"@looker/code-editor": "^0.1.
|
54
|
+
"@looker/code-editor": "^0.1.23",
|
55
55
|
"@looker/components": "^2.8.1",
|
56
56
|
"@looker/components-date": "^2.4.1",
|
57
57
|
"@looker/design-tokens": "^2.7.1",
|
58
|
-
"@looker/extension-utils": "^0.1.
|
58
|
+
"@looker/extension-utils": "^0.1.13",
|
59
59
|
"@looker/icons": "^1.5.3",
|
60
|
-
"@looker/sdk": "^22.
|
61
|
-
"@looker/sdk-codegen": "^21.
|
60
|
+
"@looker/sdk": "^22.10.1",
|
61
|
+
"@looker/sdk-codegen": "^21.7.0",
|
62
62
|
"@looker/sdk-codegen-utils": "^21.0.11",
|
63
63
|
"@looker/sdk-rtl": "^21.3.4",
|
64
64
|
"@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": "a3eb0fd43de195627b1723faae1eba7c70fd43fb"
|
77
77
|
}
|