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.
- package/README.md +19 -1
- package/dist/mui-tel-input.es.js +814 -10812
- package/dist/mui-tel-input.umd.js +17 -3
- package/dist/shared/constants/lang.d.ts +0 -1
- package/package.json +48 -49
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
|
|
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": "
|
|
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.
|
|
60
|
-
"@emotion/styled": "^11.
|
|
61
|
-
"@mui/material": "
|
|
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.
|
|
67
|
-
"@emotion/styled": "^11.
|
|
68
|
-
"@mui/material": "
|
|
69
|
-
"libphonenumber-js": "^1.
|
|
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.
|
|
75
|
-
"@
|
|
76
|
-
"@
|
|
77
|
-
"@
|
|
78
|
-
"@
|
|
79
|
-
"@
|
|
80
|
-
"@
|
|
81
|
-
"@
|
|
82
|
-
"@
|
|
83
|
-
"@
|
|
84
|
-
"@
|
|
85
|
-
"@
|
|
86
|
-
"@
|
|
87
|
-
"@
|
|
88
|
-
"@typescript-eslint/
|
|
89
|
-
"@
|
|
90
|
-
"@
|
|
91
|
-
"
|
|
92
|
-
"
|
|
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": "^
|
|
94
|
+
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
96
95
|
"eslint-config-prettier": "^8.5.0",
|
|
97
|
-
"eslint-plugin-import": "^2.
|
|
98
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
99
|
-
"eslint-plugin-prettier": "^4.
|
|
100
|
-
"eslint-plugin-react": "^7.
|
|
101
|
-
"eslint-plugin-react-hooks": "^4.
|
|
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
|
|
104
|
-
"husky": "^
|
|
105
|
-
"jsdom": "^
|
|
106
|
-
"prettier": "^2.
|
|
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.
|
|
109
|
-
"typescript": "^4.
|
|
110
|
-
"vite": "^2.
|
|
111
|
-
"vite-aliases": "^0.9.
|
|
112
|
-
"vite-plugin-dts": "^1.0
|
|
113
|
-
"vitest": "^0.
|
|
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
|
}
|