@spectrum-web-components/table 0.1.3 → 0.1.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 +6 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/table",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -112,11 +112,10 @@
112
112
  ],
113
113
  "dependencies": {
114
114
  "@lit-labs/virtualizer": "^0.7.1",
115
- "@spectrum-web-components/base": "^0.7.0",
116
- "@spectrum-web-components/checkbox": "^0.14.3",
117
- "@spectrum-web-components/icon": "^0.12.2",
118
- "@spectrum-web-components/icons-ui": "^0.9.2",
119
- "tslib": "^2.0.0"
115
+ "@spectrum-web-components/base": "^0.7.2",
116
+ "@spectrum-web-components/checkbox": "^0.14.5",
117
+ "@spectrum-web-components/icon": "^0.12.4",
118
+ "@spectrum-web-components/icons-ui": "^0.9.4"
120
119
  },
121
120
  "devDependencies": {
122
121
  "@spectrum-css/table": "^4.0.19"
@@ -128,5 +127,5 @@
128
127
  "./elements.js",
129
128
  "./**/*.dev.js"
130
129
  ],
131
- "gitHead": "31d083d1eb61a1382335030c190c85d85f41e15d"
130
+ "gitHead": "370295c7ce89dd64d3d9a4373fd84e861904ec5a"
132
131
  }