@looker/run-it 0.9.28 → 0.9.29
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +11 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,16 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### [0.9.29](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.28...run-it-v0.9.29) (2022-03-04)
|
4
|
+
|
5
|
+
|
6
|
+
### Dependencies
|
7
|
+
|
8
|
+
* The following workspace dependencies were updated
|
9
|
+
* dependencies
|
10
|
+
* @looker/code-editor bumped from ^0.1.18 to ^0.1.19
|
11
|
+
* @looker/extension-utils bumped from ^0.1.5 to ^0.1.6
|
12
|
+
* @looker/sdk-codegen bumped from ^21.4.0 to ^21.5.0
|
13
|
+
|
3
14
|
### [0.9.28](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.27...run-it-v0.9.28) (2022-02-18)
|
4
15
|
|
5
16
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@looker/run-it",
|
3
|
-
"version": "0.9.
|
3
|
+
"version": "0.9.29",
|
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.19",
|
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.6",
|
59
59
|
"@looker/icons": "^1.5.3",
|
60
60
|
"@looker/sdk": "^22.2.0",
|
61
|
-
"@looker/sdk-codegen": "^21.
|
61
|
+
"@looker/sdk-codegen": "^21.5.0",
|
62
62
|
"@looker/sdk-codegen-utils": "^21.0.11",
|
63
63
|
"@looker/sdk-rtl": "^21.3.2",
|
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": "8db44f3017f7303ad84f678a9e4999c216dfcfd9"
|
77
77
|
}
|