|
1 | 1 | { |
2 | | - "version": "0.1.3", |
| 2 | + "version": "0.1.4", |
3 | 3 | "name": "mui-phone-input", |
4 | 4 | "description": "Advanced, highly customizable phone input component for Material UI.", |
5 | 5 | "keywords": [ |
|
39 | 39 | "rename": "bash -c 'for file in *.js; do mv $file \"${file%.js}.$0.js\"; done'", |
40 | 40 | "build": "tsc --module commonjs && npm run rename -- cjs && tsc --declaration", |
41 | 41 | "prebuild": "rm -r joy base core resources index* locale* types* styles* || true", |
42 | | - "postpack": "tsx scripts/prepare-package.ts", |
| 42 | + "postpack": "tsx scripts/prepare-package.ts && mv babel.config.cjs.js babel.config.js", |
43 | 43 | "test": "jest --config jestconfig.json", |
44 | 44 | "postbuild": "cp -r src/resources ." |
45 | 45 | }, |
|
48 | 48 | "react": "^16.8.6 || ^17.0.0 || ^18.0.0" |
49 | 49 | }, |
50 | 50 | "dependencies": { |
51 | | - "react-phone-hooks": "^0.1.6" |
| 51 | + "react-phone-hooks": "^0.1.12" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | | - "@emotion/styled": "^11.11.0", |
| 54 | + "@babel/core": "^7.26.0", |
| 55 | + "@babel/preset-env": "^7.26.0", |
| 56 | + "@emotion/styled": "^11.13.0", |
| 57 | + "@emotion/react": "^11.13.3", |
55 | 58 | "@material-ui/core": "^4.0.0", |
56 | 59 | "@mui/base": "^5.0.0-beta.29", |
57 | 60 | "@mui/joy": "^5.0.0-beta.18", |
|
60 | 63 | "@testing-library/user-event": "^14.5.1", |
61 | 64 | "@types/jest": "^29.5.11", |
62 | 65 | "@types/react": "^17.0.71", |
| 66 | + "babel-jest": "^29.7.0", |
63 | 67 | "jest": "^29.7.0", |
64 | 68 | "jest-environment-jsdom": "^29.7.0", |
| 69 | + "react": "^17.0.0", |
| 70 | + "react-dom": "^17.0.0", |
65 | 71 | "react-hook-form": "^7.49.2", |
66 | 72 | "ts-jest": "^29.1.1", |
67 | 73 | "tslib": "^2.6.2", |
|
0 commit comments