@zohodesk/components 1.2.47 → 1.2.49

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/components",
3
- "version": "1.2.47",
3
+ "version": "1.2.49",
4
4
  "main": "es/index.js",
5
5
  "module": "es/index.js",
6
6
  "private": false,
@@ -42,7 +42,7 @@
42
42
  "postpublish": "node postPublish.js",
43
43
  "report": "react-cli publish:report",
44
44
  "test": "react-cli test",
45
- "test-clean": "react-cli clean coverage",
45
+ "test-clean": "react-cli clean ./coverage",
46
46
  "snap-update": "npm run test-clean && npm run test -- -u",
47
47
  "sstest": "npm run init && react-cli sstest",
48
48
  "build:external": "npm run clean && npm run init && npm run docsjs:build && npm run build:externalDocCopy && react-cli build:component:umd && npm run externalDocHTMLChange",
@@ -71,8 +71,8 @@
71
71
  "@zohodesk/a11y": "2.2.6",
72
72
  "@zohodesk/docstool": "1.0.0-alpha-2",
73
73
  "@zohodesk/hooks": "2.0.5",
74
- "@zohodesk/icons": "1.0.62",
75
- "@zohodesk/svg": "1.1.19",
74
+ "@zohodesk/icons": "1.0.66",
75
+ "@zohodesk/svg": "1.1.22",
76
76
  "@zohodesk/utils": "1.3.14",
77
77
  "@zohodesk/variables": "1.0.0",
78
78
  "@zohodesk/virtualizer": "1.0.3",
@@ -86,9 +86,9 @@
86
86
  "selectn": "1.1.2"
87
87
  },
88
88
  "peerDependencies": {
89
- "@zohodesk/icons": "1.0.62",
89
+ "@zohodesk/icons": "1.0.66",
90
90
  "@zohodesk/variables": "1.0.0",
91
- "@zohodesk/svg": "1.1.19",
91
+ "@zohodesk/svg": "1.1.22",
92
92
  "@zohodesk/virtualizer": "1.0.3",
93
93
  "velocity-react": "1.4.3",
94
94
  "react-sortable-hoc": "^0.8.3",