|
1 | 1 | { |
2 | 2 | "name": "react-phonenr-input", |
3 | | - "version": "4.0.2", |
| 3 | + "version": "4.0.3", |
4 | 4 | "description": "An automated and intuitive international and national phone input field", |
5 | 5 | "author": "Kai Hotz", |
6 | 6 | "license": "MIT", |
|
41 | 41 | "stylelint": "stylelint \"**/*.{css,scss,sass}\"", |
42 | 42 | "stylelint:fix": "stylelint \"**/*.{css,scss,sass}\" --fix", |
43 | 43 | "check-types": "tsc --noEmit true", |
44 | | - "ci": "yarn lint && yarn test --watch=false", |
| 44 | + "ci": "yarn lint && yarn test:unit --watch=false", |
45 | 45 | "test": "vitest --config ./vitest.config.ts", |
| 46 | + "test:unit": "vitest --config ./vitest.config.ts --project unit", |
| 47 | + "test:storybook": "vitest --config ./vitest.config.ts --project storybook", |
46 | 48 | "release": "yarn ci && yarn build && npm publish", |
47 | 49 | "storybook": "storybook dev -p 6006", |
48 | 50 | "storybook:build": "storybook build", |
|
53 | 55 | "react-dom": "19.2.x" |
54 | 56 | }, |
55 | 57 | "dependencies": { |
56 | | - "immer": "^11.0.1", |
57 | | - "libphonenumber-js": "^1.12.33", |
| 58 | + "immer": "^11.1.3", |
| 59 | + "libphonenumber-js": "^1.12.34", |
58 | 60 | "lodash.omit": "^4.5.0", |
59 | 61 | "react": "^19.2.3", |
60 | 62 | "react-country-flag": "^3.1.0", |
|
63 | 65 | "devDependencies": { |
64 | 66 | "@eslint/js": "^9.39.2", |
65 | 67 | "@rollup/plugin-terser": "^0.4.4", |
66 | | - "@storybook/addon-a11y": "^10.1.10", |
67 | | - "@storybook/addon-docs": "^10.1.10", |
68 | | - "@storybook/addon-vitest": "^10.1.10", |
69 | | - "@storybook/react-vite": "^10.1.10", |
| 68 | + "@storybook/addon-a11y": "^10.1.11", |
| 69 | + "@storybook/addon-docs": "^10.1.11", |
| 70 | + "@storybook/addon-vitest": "^10.1.11", |
| 71 | + "@storybook/react-vite": "^10.1.11", |
70 | 72 | "@testing-library/dom": "^10.4.1", |
71 | 73 | "@testing-library/jest-dom": "^6.9.1", |
72 | 74 | "@testing-library/react": "^16.3.1", |
73 | 75 | "@testing-library/user-event": "^14.6.1", |
74 | | - "@types/lodash": "^4.17.21", |
75 | | - "@types/node": "^25.0.3", |
76 | | - "@types/react": "^19.2.7", |
| 76 | + "@types/lodash": "^4.17.23", |
| 77 | + "@types/node": "^25.0.9", |
| 78 | + "@types/react": "^19.2.8", |
77 | 79 | "@types/react-dom": "^19.2.3", |
78 | 80 | "@vitejs/plugin-react": "^5.1.2", |
79 | 81 | "@vitejs/plugin-react-swc": "^4.2.2", |
80 | | - "@vitest/browser-playwright": "4.0.16", |
81 | | - "@vitest/coverage-v8": "4.0.16", |
| 82 | + "@vitest/browser-playwright": "4.0.17", |
| 83 | + "@vitest/coverage-v8": "4.0.17", |
82 | 84 | "clsx": "^2.1.1", |
83 | 85 | "eslint": "^9.39.2", |
84 | 86 | "eslint-config-prettier": "^10.1.8", |
85 | 87 | "eslint-plugin-import": "^2.32.0", |
86 | 88 | "eslint-plugin-jsx-a11y": "^6.10.2", |
87 | | - "eslint-plugin-prettier": "^5.5.4", |
| 89 | + "eslint-plugin-prettier": "^5.5.5", |
88 | 90 | "eslint-plugin-react": "^7.37.5", |
89 | 91 | "eslint-plugin-react-hooks": "^7.0.1", |
90 | 92 | "eslint-plugin-react-refresh": "^0.4.26", |
91 | | - "eslint-plugin-storybook": "^10.1.10", |
92 | | - "globals": "^16.5.0", |
93 | | - "jsdom": "^27.3.0", |
| 93 | + "eslint-plugin-storybook": "^10.1.11", |
| 94 | + "globals": "^17.0.0", |
| 95 | + "jsdom": "^27.4.0", |
94 | 96 | "lodash": "^4.17.21", |
95 | 97 | "playwright": "^1.57.0", |
96 | 98 | "postcss": "^8.5.6", |
97 | 99 | "postcss-scss": "^4.0.9", |
98 | | - "prettier": "3.7.4", |
| 100 | + "prettier": "3.8.0", |
99 | 101 | "react": "^19.2.3", |
100 | 102 | "react-dom": "^19.2.3", |
101 | 103 | "regenerator-runtime": "^0.14.1", |
102 | 104 | "rimraf": "^6.1.2", |
103 | 105 | "rollup-plugin-delete": "^3.0.2", |
104 | | - "sass": "^1.97.1", |
105 | | - "storybook": "^10.1.10", |
106 | | - "stylelint": "^16.26.1", |
| 106 | + "sass": "^1.97.2", |
| 107 | + "storybook": "^10.1.11", |
| 108 | + "stylelint": "^17.0.0", |
107 | 109 | "stylelint-prettier": "^5.0.3", |
108 | | - "stylelint-scss": "^6.13.0", |
| 110 | + "stylelint-scss": "^7.0.0", |
109 | 111 | "ts-node": "^10.9.2", |
110 | 112 | "tslib": "^2.8.1", |
111 | 113 | "typescript": "~5.9.3", |
112 | | - "typescript-eslint": "^8.50.0", |
113 | | - "vite": "^7.3.0", |
| 114 | + "typescript-eslint": "^8.53.0", |
| 115 | + "vite": "^7.3.1", |
114 | 116 | "vite-plugin-commonjs": "^0.10.4", |
115 | 117 | "vite-plugin-css-injected-by-js": "^3.5.2", |
116 | 118 | "vite-plugin-dts": "^4.5.4", |
117 | 119 | "vite-plugin-static-copy": "^3.1.4", |
118 | 120 | "vite-plugin-svgr": "^4.5.0", |
119 | | - "vite-tsconfig-paths": "^6.0.3", |
120 | | - "vitest": "^4.0.16" |
| 121 | + "vite-tsconfig-paths": "^6.0.4", |
| 122 | + "vitest": "^4.0.17" |
121 | 123 | }, |
122 | 124 | "packageManager": "yarn@4.12.0" |
123 | 125 | } |
0 commit comments