@zohodesk/components 1.5.4-temp-1 → 1.5.5

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.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/components",
3
- "version": "1.5.4-temp-1",
3
+ "version": "1.5.5",
4
4
  "main": "es/index.js",
5
5
  "module": "es/index.js",
6
6
  "private": false,
@@ -49,7 +49,7 @@
49
49
  "sstest": "npm run init && react-cli sstest",
50
50
  "build:external": "npm run clean && npm run init && npm run docsjs:build && npm run build:externalDocCopy && react-cli build:component:umd && npm run externalDocHTMLChange",
51
51
  "download": "npm run download_only && cd ../ && npm run download",
52
- "download_only": "react-cli clean ./node_modules ./package-lock.json && npm install",
52
+ "download_only": "react-cli clean ./node_modules ./package-lock.json && npm install --legacy-peer-deps",
53
53
  "expublish": "npm publish --tag experimental-version",
54
54
  "css:lineheight:validate": "node ./node_modules/@zohodesk-private/node-plugins/es/lineheight_automation/lineHeightErrorCheck.js ./src/",
55
55
  "cssVariableConvert": "react-cli variableConverter ./lib ./lib && react-cli variableConverter ./es ./es",
@@ -80,11 +80,11 @@
80
80
  "@zohodesk-private/react-prop-validator": "1.2.3",
81
81
  "@zohodesk/a11y": "2.3.8",
82
82
  "@zohodesk/docstool": "1.0.0-alpha-2",
83
- "@zohodesk/dotkit": "1.0.4",
83
+ "@zohodesk/dotkit": "1.0.5",
84
84
  "@zohodesk/hooks": "2.0.6",
85
- "@zohodesk/icons": "1.1.4",
85
+ "@zohodesk/icons": "1.1.5",
86
86
  "@zohodesk/layout": "3.1.0",
87
- "@zohodesk/svg": "1.2.5",
87
+ "@zohodesk/svg": "1.2.6",
88
88
  "@zohodesk/utils": "1.3.16",
89
89
  "@zohodesk/variables": "1.2.0",
90
90
  "@zohodesk/virtualizer": "1.0.13",
@@ -100,9 +100,9 @@
100
100
  "selectn": "1.1.2"
101
101
  },
102
102
  "peerDependencies": {
103
- "@zohodesk/icons": "1.1.4",
103
+ "@zohodesk/icons": "1.1.5",
104
104
  "@zohodesk/variables": "1.2.0",
105
- "@zohodesk/svg": "1.2.5",
105
+ "@zohodesk/svg": "1.2.6",
106
106
  "@zohodesk/virtualizer": "1.0.13",
107
107
  "velocity-react": "1.4.3",
108
108
  "react-sortable-hoc": "^0.8.3",
@@ -110,7 +110,7 @@
110
110
  "@zohodesk/utils": "1.3.16",
111
111
  "@zohodesk/a11y": "2.3.8",
112
112
  "@zohodesk/layout": "3.1.0",
113
- "@zohodesk/dotkit": "1.0.4",
113
+ "@zohodesk/dotkit": "1.0.5",
114
114
  "color": "4.2.3"
115
115
  }
116
116
  }