|
1 | 1 | { |
2 | 2 | "name": "@purple/phoenix-components", |
3 | | - "version": "5.27.0", |
| 3 | + "version": "5.28.0", |
4 | 4 | "description": "", |
5 | 5 | "main": "dist/bundle.umd.js", |
6 | 6 | "module": "dist/bundle.esm.js", |
|
53 | 53 | "@react-hook/previous": "~1.0.1", |
54 | 54 | "@tippyjs/react": "~4.2.6", |
55 | 55 | "countries-and-timezones": "^3.3.0", |
56 | | - "formik": "~2.2.9", |
| 56 | + "formik": "~2.4.6", |
57 | 57 | "is-mobile": "~3.1.1", |
58 | 58 | "lodash": "~4.17.21", |
59 | 59 | "nanoid": "~3.3.4", |
60 | 60 | "nouislider": "~15.7.2", |
61 | 61 | "react-day-picker": "~8.7.1", |
62 | | - "react-dropzone": "~14.2.2", |
| 62 | + "react-dropzone": "~14.3.8", |
63 | 63 | "react-inlinesvg": "~3.0.1", |
64 | 64 | "react-pdf": "~8.0.2", |
65 | | - "react-select": "^5.7.0", |
| 65 | + "react-select": "^5.10.2", |
66 | 66 | "react-tabs": "^6.1.0", |
67 | 67 | "styled-system": "~5.1.5", |
68 | 68 | "zxcvbn": "~4.4.2" |
69 | 69 | }, |
70 | 70 | "peerDependencies": { |
71 | | - "react": ">=16.3", |
72 | | - "react-dom": ">=16.3", |
| 71 | + "react": ">=18", |
| 72 | + "react-dom": ">=18", |
73 | 73 | "styled-components": ">=5.3" |
74 | 74 | }, |
75 | 75 | "devDependencies": { |
|
88 | 88 | "@commitlint/config-conventional": "^17.0.0", |
89 | 89 | "@eslint/js": "^9.29.0", |
90 | 90 | "@ironkinoko/rollup-plugin-styles": "^4.0.3", |
91 | | - "@pxblue/storybook-rtl-addon": "^1.1.0", |
92 | 91 | "@rollup/plugin-json": "^6.0.0", |
93 | 92 | "@rollup/plugin-node-resolve": "^15.0.2", |
94 | 93 | "@rollup/plugin-terser": "^0.4.3", |
|
109 | 108 | "@types/jest": "^27.0.2", |
110 | 109 | "@types/lodash": "^4.14.178", |
111 | 110 | "@types/node": "^20.4.7", |
112 | | - "@types/react": "^18.0.20", |
113 | | - "@types/react-dom": "^18.0.6", |
| 111 | + "@types/react": "^19.1.8", |
| 112 | + "@types/react-dom": "^19.1.6", |
114 | 113 | "@types/react-tabs": "^5.0.5", |
115 | 114 | "@types/styled-components": "^5.1.26", |
116 | 115 | "@types/styled-system": "^5.1.13", |
|
135 | 134 | "lint-staged": "^12.0.0", |
136 | 135 | "postcss": "^8.4.21", |
137 | 136 | "prettier": "2.3.2", |
138 | | - "react": "^18.2.0", |
| 137 | + "react": "^19.1.0", |
139 | 138 | "react-docgen-typescript-loader": "^3.1.1", |
140 | | - "react-dom": "^18.2.0", |
| 139 | + "react-dom": "^19.1.0", |
141 | 140 | "react-is": "^18.2.0", |
142 | 141 | "remark-gfm": "^3.0.1", |
143 | 142 | "rimraf": "^3.0.0", |
|
0 commit comments