@operato/input 8.0.0-alpha.34 → 8.0.0-alpha.37
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/CHANGELOG.md +9 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +14 -14
- package/yarn-error.log +0 -17084
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": "8.0.0-alpha.
|
5
|
+
"version": "8.0.0-alpha.37",
|
6
6
|
"main": "dist/src/index.js",
|
7
7
|
"module": "dist/src/index.js",
|
8
8
|
"license": "MIT",
|
@@ -215,10 +215,10 @@
|
|
215
215
|
"@lit/localize": "^0.12.1",
|
216
216
|
"@material/web": "^2.0.0",
|
217
217
|
"@operato/color-picker": "^8.0.0-alpha.33",
|
218
|
-
"@operato/i18n": "^8.0.0-alpha.
|
219
|
-
"@operato/popup": "^8.0.0-alpha.
|
220
|
-
"@operato/styles": "^8.0.0-alpha.
|
221
|
-
"@operato/utils": "^8.0.0-alpha.
|
218
|
+
"@operato/i18n": "^8.0.0-alpha.37",
|
219
|
+
"@operato/popup": "^8.0.0-alpha.37",
|
220
|
+
"@operato/styles": "^8.0.0-alpha.37",
|
221
|
+
"@operato/utils": "^8.0.0-alpha.37",
|
222
222
|
"@polymer/paper-dropdown-menu": "^3.2.0",
|
223
223
|
"@polymer/paper-item": "^3.0.1",
|
224
224
|
"@thebespokepixel/es-tinycolor": "^3.1.0",
|
@@ -229,18 +229,18 @@
|
|
229
229
|
"lodash-es": "^4.17.21"
|
230
230
|
},
|
231
231
|
"devDependencies": {
|
232
|
-
"@custom-elements-manifest/analyzer": "^0.
|
232
|
+
"@custom-elements-manifest/analyzer": "^0.10.0",
|
233
233
|
"@hatiolab/prettier-config": "^1.0.0",
|
234
234
|
"@lit/localize-tools": "^0.7.2",
|
235
235
|
"@open-wc/eslint-config": "^12.0.3",
|
236
|
-
"@open-wc/testing": "^
|
237
|
-
"@typescript-eslint/eslint-plugin": "^
|
238
|
-
"@typescript-eslint/parser": "^
|
239
|
-
"@web/dev-server": "^0.
|
236
|
+
"@open-wc/testing": "^4.0.0",
|
237
|
+
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
238
|
+
"@typescript-eslint/parser": "^8.0.0",
|
239
|
+
"@web/dev-server": "^0.4.0",
|
240
240
|
"@web/dev-server-storybook": "^2.0.1",
|
241
|
-
"@web/test-runner": "^0.
|
242
|
-
"concurrently": "^
|
243
|
-
"eslint": "^
|
241
|
+
"@web/test-runner": "^0.19.0",
|
242
|
+
"concurrently": "^9.0.0",
|
243
|
+
"eslint": "^9.0.0",
|
244
244
|
"eslint-config-prettier": "^9.1.0",
|
245
245
|
"husky": "^9.0.11",
|
246
246
|
"lint-staged": "^15.2.2",
|
@@ -262,5 +262,5 @@
|
|
262
262
|
"prettier --write"
|
263
263
|
]
|
264
264
|
},
|
265
|
-
"gitHead": "
|
265
|
+
"gitHead": "508ea9c2cd0ed626825045dae9a068b0fa8932be"
|
266
266
|
}
|