@looker/run-it 0.9.25 → 0.9.26

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ### [0.9.26](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.25...run-it-v0.9.26) (2021-12-20)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @looker/code-editor bumped from ^0.1.16 to ^0.1.17
11
+ * @looker/extension-utils bumped from ^0.1.2 to ^0.1.3
12
+ * @looker/sdk-codegen bumped from ^21.3.0 to ^21.3.1
13
+ * @looker/sdk-rtl bumped from ^21.3.0 to ^21.3.1
14
+
3
15
  ### [0.9.25](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.24...run-it-v0.9.25) (2021-12-16)
4
16
 
5
17
 
@@ -383,4 +395,4 @@
383
395
  * @looker/sdk bumped from ^21.0.10 to ^21.4.0
384
396
  * @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
385
397
  * @looker/sdk-codegen-utils bumped from ^21.0.10 to ^21.0.11
386
- * @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
398
+ * @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/run-it",
3
- "version": "0.9.25",
3
+ "version": "0.9.26",
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,16 +51,16 @@
51
51
  "webpack-dev-server": "^3.11.2"
52
52
  },
53
53
  "dependencies": {
54
- "@looker/code-editor": "^0.1.16",
54
+ "@looker/code-editor": "^0.1.17",
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.2",
58
+ "@looker/extension-utils": "^0.1.3",
59
59
  "@looker/icons": "^1.5.3",
60
60
  "@looker/sdk": "^21.20.0",
61
- "@looker/sdk-codegen": "^21.3.0",
61
+ "@looker/sdk-codegen": "^21.3.1",
62
62
  "@looker/sdk-codegen-utils": "^21.0.11",
63
- "@looker/sdk-rtl": "^21.3.0",
63
+ "@looker/sdk-rtl": "^21.3.1",
64
64
  "@styled-icons/material": "^10.28.0",
65
65
  "@styled-icons/material-outlined": "^10.28.0",
66
66
  "@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": "cde39cf1f69fd047f218670dc63daee2c1d32e92"
76
+ "gitHead": "933163198d7e1ab482c8c5aedc43c35eb9923d86"
77
77
  }