@operato/input 9.0.0-beta.29 → 9.0.0-beta.34

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
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/input",
3
3
  "description": "Webcomponents for input following open-wc recommendations",
4
4
  "author": "heartyoh@hatiolab.com",
5
- "version": "9.0.0-beta.29",
5
+ "version": "9.0.0-beta.34",
6
6
  "type": "module",
7
7
  "main": "dist/src/index.js",
8
8
  "module": "dist/src/index.js",
@@ -227,11 +227,11 @@
227
227
  "@ctrl/tinycolor": "^4.1.0",
228
228
  "@lit/localize": "^0.12.1",
229
229
  "@material/web": "^2.0.0",
230
- "@operato/i18n": "^9.0.0-beta.20",
231
- "@operato/popup": "^9.0.0-beta.28",
232
- "@operato/styles": "^9.0.0-beta.28",
233
- "@operato/utils": "^9.0.0-beta.20",
234
- "@simonwep/pickr": "^1.9.1",
230
+ "@operato/i18n": "^9.0.0-beta.34",
231
+ "@operato/pickr": "^9.0.0-beta.34",
232
+ "@operato/popup": "^9.0.0-beta.34",
233
+ "@operato/styles": "^9.0.0-beta.34",
234
+ "@operato/utils": "^9.0.0-beta.34",
235
235
  "@types/codemirror": "^5.60.5",
236
236
  "@undecaf/zbar-wasm": "^0.11.0",
237
237
  "codemirror": "^6.0.1",
@@ -273,5 +273,5 @@
273
273
  "prettier --write"
274
274
  ]
275
275
  },
276
- "gitHead": "a56f8191b7e69138a9a7755a1e114ec0e2e63f7e"
276
+ "gitHead": "67370407e3bcf1b2b39a38ee2dc8156060f88288"
277
277
  }