mui-tel-input 1.1.0 → 1.3.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.
@@ -1,2 +1 @@
1
1
  export declare const DEFAULT_LANG = "en";
2
- export declare const DISPLAY_NAMES_OPTIONS: Partial<ReturnType<Intl.DisplayNames['resolvedOptions']>>;
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "url": "https://github.com/viclafouch/mui-tel-input/issues"
7
7
  },
8
8
  "homepage": "https://www.npmjs.com/package/mui-tel-input",
9
- "version": "1.1.0",
9
+ "version": "1.3.1",
10
10
  "files": [
11
11
  "dist"
12
12
  ],
@@ -37,7 +37,7 @@
37
37
  "material"
38
38
  ],
39
39
  "scripts": {
40
- "build": "tsc && vite build",
40
+ "build": "vite build",
41
41
  "lint": "tsc && eslint . --ext .js,.jsx,.ts,.tsx",
42
42
  "lint:fix": "npm run lint -- --fix",
43
43
  "storybook": "start-storybook -p 6006",
@@ -56,60 +56,59 @@
56
56
  }
57
57
  },
58
58
  "peerDependencies": {
59
- "@emotion/react": "^11.0.0",
60
- "@emotion/styled": "^11.0.0",
61
- "@mui/material": "^5.0.0",
62
- "react": "^17.0.0",
63
- "react-dom": "^17.0.0"
59
+ "@emotion/react": "^11.9.3",
60
+ "@emotion/styled": "^11.9.3",
61
+ "@mui/material": "5.8.5",
62
+ "react": "^17.0.0 || ^18.0.0",
63
+ "react-dom": "^17.0.0 || ^18.0.0"
64
64
  },
65
65
  "dependencies": {
66
- "@emotion/react": "^11.0.0",
67
- "@emotion/styled": "^11.0.0",
68
- "@mui/material": "^5.0.0",
69
- "libphonenumber-js": "^1.9.50",
70
- "react": "^17.0.0",
71
- "react-dom": "^17.0.0"
66
+ "@emotion/react": "^11.9.3",
67
+ "@emotion/styled": "^11.9.3",
68
+ "@mui/material": "5.8.5",
69
+ "libphonenumber-js": "^1.10.7",
70
+ "react": "^17.0.0 || ^18.0.0",
71
+ "react-dom": "^17.0.0 || ^18.0.0"
72
72
  },
73
73
  "devDependencies": {
74
- "@babel/core": "^7.17.8",
75
- "@storybook/addon-actions": "^6.4.19",
76
- "@storybook/addon-essentials": "^6.4.19",
77
- "@storybook/addon-interactions": "^6.4.19",
78
- "@storybook/addon-links": "^6.4.19",
79
- "@storybook/react": "^6.4.19",
80
- "@storybook/testing-library": "^0.0.9",
81
- "@testing-library/jest-dom": "^5.16.3",
82
- "@testing-library/react": "^12.1.4",
83
- "@testing-library/react-hooks": "^7.0.2",
84
- "@testing-library/user-event": "^14.0.0-beta.13",
85
- "@types/ramda": "^0.28.2",
86
- "@types/react": "^17.0.43",
87
- "@types/react-dom": "^17.0.14",
88
- "@typescript-eslint/eslint-plugin": "^5.16.0",
89
- "@typescript-eslint/parser": "^5.16.0",
90
- "@viclafouch/eslint-config-viclafouch": "^3.5.1",
91
- "@vitejs/plugin-react": "^1.2.0",
92
- "babel-loader": "^8.2.4",
93
- "eslint": "^8.11.0",
74
+ "@babel/core": "^7.18.6",
75
+ "@testing-library/jest-dom": "^5.16.4",
76
+ "@testing-library/react": "^13.3.0",
77
+ "@testing-library/user-event": "^14.2.1",
78
+ "@types/ramda": "^0.28.14",
79
+ "@types/react": "^18.0.14",
80
+ "@types/react-dom": "^18.0.5",
81
+ "@storybook/addon-actions": "^6.5.6",
82
+ "@storybook/addon-essentials": "^6.5.6",
83
+ "@storybook/addon-interactions": "^6.5.6",
84
+ "@storybook/addon-links": "^6.5.6",
85
+ "@storybook/react": "^6.5.6",
86
+ "@storybook/testing-library": "^0.0.11",
87
+ "@typescript-eslint/eslint-plugin": "^5.30.3",
88
+ "@typescript-eslint/parser": "^5.30.3",
89
+ "@viclafouch/eslint-config-viclafouch": "^3.7.0",
90
+ "@vitejs/plugin-react": "^1.3.2",
91
+ "babel-loader": "^8.2.5",
92
+ "eslint": "^8.19.0",
94
93
  "eslint-config-airbnb": "^19.0.4",
95
- "eslint-config-airbnb-typescript": "^16.1.4",
94
+ "eslint-config-airbnb-typescript": "^17.0.0",
96
95
  "eslint-config-prettier": "^8.5.0",
97
- "eslint-plugin-import": "^2.25.4",
98
- "eslint-plugin-jsx-a11y": "^6.5.1",
99
- "eslint-plugin-prettier": "^4.0.0",
100
- "eslint-plugin-react": "^7.29.4",
101
- "eslint-plugin-react-hooks": "^4.3.0",
96
+ "eslint-plugin-import": "^2.26.0",
97
+ "eslint-plugin-jsx-a11y": "^6.6.0",
98
+ "eslint-plugin-prettier": "^4.2.1",
99
+ "eslint-plugin-react": "^7.30.1",
100
+ "eslint-plugin-react-hooks": "^4.6.0",
102
101
  "eslint-plugin-simple-import-sort": "^7.0.0",
103
- "eslint-plugin-testing-library": "^5.1.0",
104
- "husky": "^7.0.4",
105
- "jsdom": "^19.0.0",
106
- "prettier": "^2.6.1",
102
+ "eslint-plugin-testing-library": "^5.5.1",
103
+ "husky": "^8.0.1",
104
+ "jsdom": "^20.0.0",
105
+ "prettier": "^2.7.1",
107
106
  "rollup-plugin-peer-deps-external": "^2.2.4",
108
- "standard-version": "^9.3.2",
109
- "typescript": "^4.6.3",
110
- "vite": "^2.8.6",
111
- "vite-aliases": "^0.9.1",
112
- "vite-plugin-dts": "^1.0.3",
113
- "vitest": "^0.7.11"
107
+ "standard-version": "^9.5.0",
108
+ "typescript": "^4.7.4",
109
+ "vite": "^2.9.13",
110
+ "vite-aliases": "^0.9.2",
111
+ "vite-plugin-dts": "^1.2.0",
112
+ "vitest": "^0.16.0"
114
113
  }
115
114
  }