@digital-realty/ix-phone-input 2.3.4 → 2.4.1

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 +10 -15
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent ix-phone-input following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "Digital Realty",
6
- "version": "2.3.4",
6
+ "version": "2.4.1",
7
7
  "type": "module",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.js",
@@ -21,8 +21,8 @@
21
21
  "start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",
22
22
  "buildTS": "tsc && npm run analyze -- --exclude dist",
23
23
  "prepublish": "tsc && npm run analyze -- --exclude dist",
24
- "lint": "eslint --ext .ts,.html . --ignore-path .gitignore && prettier \"**/*.ts\" --check --ignore-path .gitignore",
25
- "format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore",
24
+ "lint": "eslint --ext .ts,.html . && prettier \"**/*.ts\" --check --ignore-path .gitignore",
25
+ "format": "eslint --ext .ts,.html . --fix && prettier \"**/*.ts\" --write --ignore-path .gitignore",
26
26
  "pretest": "npm run build",
27
27
  "test": "wtr --coverage",
28
28
  "pretest:watch": "npm run build",
@@ -30,7 +30,7 @@
30
30
  "build": "npm run start:pre-serve && npm run buildTS && npm run start:pre-serve && rimraf distEsm && rollup -c rollup.config.js"
31
31
  },
32
32
  "dependencies": {
33
- "@digital-realty/ix-field": "^1.2.4",
33
+ "@digital-realty/ix-field": "^1.3.1",
34
34
  "@lit/react": "^1.0.2",
35
35
  "@material/web": "2.4.0",
36
36
  "intl-tel-input": "^18.5.3",
@@ -39,7 +39,6 @@
39
39
  },
40
40
  "devDependencies": {
41
41
  "@custom-elements-manifest/analyzer": "^0.4.17",
42
- "@open-wc/eslint-config": "^9.2.1",
43
42
  "@open-wc/testing": "^3.1.6",
44
43
  "@rollup/plugin-alias": "^4.0.2",
45
44
  "@rollup/plugin-commonjs": "^24.0.0",
@@ -47,18 +46,19 @@
47
46
  "@rollup/plugin-node-resolve": "^13.0.6",
48
47
  "@types/intl-tel-input": "^18.1.1",
49
48
  "@types/react": "^18.2.22",
50
- "@typescript-eslint/eslint-plugin": "^5.48.0",
51
- "@typescript-eslint/parser": "^5.48.0",
49
+ "@typescript-eslint/eslint-plugin": "^8.58.2",
50
+ "@typescript-eslint/parser": "^8.58.2",
52
51
  "@web/dev-server": "^0.4.6",
53
52
  "@web/dev-server-rollup": "^0.5.2",
54
53
  "@web/rollup-plugin-import-meta-assets": "^1.0.7",
55
54
  "@web/test-runner": "^0.20.2",
56
- "concurrently": "^9.1.0",
57
- "eslint": "^8.31.0",
55
+ "concurrently": "^9.2.1",
56
+ "eslint": "^9.39.4",
58
57
  "eslint-config-prettier": "^8.3.0",
59
58
  "husky": "^4.3.8",
60
59
  "lint-staged": "^10.5.4",
61
60
  "prettier": "^2.4.1",
61
+ "rimraf": "^4.4.1",
62
62
  "rollup": "^4.29.1",
63
63
  "rollup-plugin-replace": "^2.2.0",
64
64
  "tslib": "^2.3.1",
@@ -68,11 +68,6 @@
68
68
  "eslintConfig": {
69
69
  "parser": "@typescript-eslint/parser",
70
70
  "root": true,
71
- "extends": [
72
- "@open-wc/eslint-config",
73
- "eslint-config-prettier",
74
- "plugin:json/recommended"
75
- ],
76
71
  "plugins": [
77
72
  "@typescript-eslint"
78
73
  ],
@@ -119,5 +114,5 @@
119
114
  "README.md",
120
115
  "LICENSE"
121
116
  ],
122
- "gitHead": "5f957be9ee993f439c24887108d7d1f35c40ab17"
117
+ "gitHead": "da06737d6707fd3d4ef898ba0fa632e7b3ed8019"
123
118
  }