@stoplight/elements-dev-portal 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.esm.js CHANGED
@@ -281,7 +281,7 @@ const UpgradeToStarter = () => (React__default.createElement(Flex, { as: "a", hr
281
281
  React__default.createElement(Icon, { icon: ['fas', 'exclamation-triangle'], size: "4x" }),
282
282
  React__default.createElement(Box, { pt: 3 }, "Please upgrade your Stoplight Workspace to the Starter Plan to use Elements Dev Portal in production.")));
283
283
 
284
- const appVersion = '2.0.1';
284
+ const appVersion = '2.0.2';
285
285
 
286
286
  class ResponseError extends Error {
287
287
  constructor(message, responseCode) {
package/index.js CHANGED
@@ -308,7 +308,7 @@ const UpgradeToStarter = () => (React__default["default"].createElement(mosaic.F
308
308
  React__default["default"].createElement(mosaic.Icon, { icon: ['fas', 'exclamation-triangle'], size: "4x" }),
309
309
  React__default["default"].createElement(mosaic.Box, { pt: 3 }, "Please upgrade your Stoplight Workspace to the Starter Plan to use Elements Dev Portal in production.")));
310
310
 
311
- const appVersion = '2.0.1';
311
+ const appVersion = '2.0.2';
312
312
 
313
313
  class ResponseError extends Error {
314
314
  constructor(message, responseCode) {
package/index.mjs CHANGED
@@ -281,7 +281,7 @@ const UpgradeToStarter = () => (React__default.createElement(Flex, { as: "a", hr
281
281
  React__default.createElement(Icon, { icon: ['fas', 'exclamation-triangle'], size: "4x" }),
282
282
  React__default.createElement(Box, { pt: 3 }, "Please upgrade your Stoplight Workspace to the Starter Plan to use Elements Dev Portal in production.")));
283
283
 
284
- const appVersion = '2.0.1';
284
+ const appVersion = '2.0.2';
285
285
 
286
286
  class ResponseError extends Error {
287
287
  constructor(message, responseCode) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stoplight/elements-dev-portal",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "UI components for composing beautiful developer documentation.",
5
5
  "keywords": [],
6
6
  "main": "./index.js",
@@ -26,13 +26,13 @@
26
26
  "react-dom": ">=16.8"
27
27
  },
28
28
  "dependencies": {
29
- "@stoplight/elements-core": "~8.0.1",
29
+ "@stoplight/elements-core": "~8.0.3",
30
30
  "@stoplight/markdown-viewer": "^5.5.0",
31
31
  "@stoplight/mosaic": "^1.46.1",
32
32
  "@stoplight/path": "^1.3.2",
33
33
  "@stoplight/types": "^14.0.0",
34
34
  "classnames": "^2.2.6",
35
- "lodash": "^4.17.19",
35
+ "lodash": "^4.17.21",
36
36
  "react-query": "^3.34.19",
37
37
  "react-router-dom": "^5.2.0",
38
38
  "use-debounce": "^6.0.1"
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const appVersion = "2.0.1";
1
+ export declare const appVersion = "2.0.2";