Skip to content

Commit 55c896d

Browse files
Merge pull request #422 from purple-technology/update
Update React to version 19
2 parents 6754107 + c517d79 commit 55c896d

File tree

16 files changed

+316
-1358
lines changed

16 files changed

+316
-1358
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [5.28.0](https://github.com/purple-technology/phoenix-components/compare/v5.27.0...v5.28.0) (2025-07-31)
6+
7+
8+
### Features
9+
10+
* upgrade React to version 19 and fixing errors that occurred from it ([71b19d8](https://github.com/purple-technology/phoenix-components/commit/71b19d86d80e93e2abf7f02c6045083e1484642c))
11+
512
## [5.27.0](https://github.com/purple-technology/phoenix-components/compare/v5.26.0...v5.27.0) (2025-07-17)
613

714

commitlint.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
export default { extends: ['@commitlint/config-conventional'] };
1+
module.exports = {
2+
extends: ['@commitlint/config-conventional']
3+
};

package.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@purple/phoenix-components",
3-
"version": "5.27.0",
3+
"version": "5.28.0",
44
"description": "",
55
"main": "dist/bundle.umd.js",
66
"module": "dist/bundle.esm.js",
@@ -53,23 +53,23 @@
5353
"@react-hook/previous": "~1.0.1",
5454
"@tippyjs/react": "~4.2.6",
5555
"countries-and-timezones": "^3.3.0",
56-
"formik": "~2.2.9",
56+
"formik": "~2.4.6",
5757
"is-mobile": "~3.1.1",
5858
"lodash": "~4.17.21",
5959
"nanoid": "~3.3.4",
6060
"nouislider": "~15.7.2",
6161
"react-day-picker": "~8.7.1",
62-
"react-dropzone": "~14.2.2",
62+
"react-dropzone": "~14.3.8",
6363
"react-inlinesvg": "~3.0.1",
6464
"react-pdf": "~8.0.2",
65-
"react-select": "^5.7.0",
65+
"react-select": "^5.10.2",
6666
"react-tabs": "^6.1.0",
6767
"styled-system": "~5.1.5",
6868
"zxcvbn": "~4.4.2"
6969
},
7070
"peerDependencies": {
71-
"react": ">=16.3",
72-
"react-dom": ">=16.3",
71+
"react": ">=18",
72+
"react-dom": ">=18",
7373
"styled-components": ">=5.3"
7474
},
7575
"devDependencies": {
@@ -88,7 +88,6 @@
8888
"@commitlint/config-conventional": "^17.0.0",
8989
"@eslint/js": "^9.29.0",
9090
"@ironkinoko/rollup-plugin-styles": "^4.0.3",
91-
"@pxblue/storybook-rtl-addon": "^1.1.0",
9291
"@rollup/plugin-json": "^6.0.0",
9392
"@rollup/plugin-node-resolve": "^15.0.2",
9493
"@rollup/plugin-terser": "^0.4.3",
@@ -109,8 +108,8 @@
109108
"@types/jest": "^27.0.2",
110109
"@types/lodash": "^4.14.178",
111110
"@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",
114113
"@types/react-tabs": "^5.0.5",
115114
"@types/styled-components": "^5.1.26",
116115
"@types/styled-system": "^5.1.13",
@@ -135,9 +134,9 @@
135134
"lint-staged": "^12.0.0",
136135
"postcss": "^8.4.21",
137136
"prettier": "2.3.2",
138-
"react": "^18.2.0",
137+
"react": "^19.1.0",
139138
"react-docgen-typescript-loader": "^3.1.1",
140-
"react-dom": "^18.2.0",
139+
"react-dom": "^19.1.0",
141140
"react-is": "^18.2.0",
142141
"remark-gfm": "^3.0.1",
143142
"rimraf": "^3.0.0",

0 commit comments

Comments
 (0)