Skip to content

Commit 72d828c

Browse files
authored
chg: ⬆️ support react v19 (#35)
1 parent 1e59c07 commit 72d828c

File tree

5 files changed

+1417
-1377
lines changed

5 files changed

+1417
-1377
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## v1.6.8 (26/01/2026)
4+
5+
### Changes
6+
7+
- bump the supported React to v19
8+
39
## v1.6.7 (25/06/2025)
410

511
### Changes
@@ -36,7 +42,6 @@
3642

3743
- :arrow_up: update pdfjs-dist to v4.10.38
3844

39-
4045
## v1.6.1 (10/10/2023)
4146

4247
### Changes

cypress/downloads/downloads.html

-2.62 MB
Binary file not shown.

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-mindee-js",
3-
"version": "1.6.7",
3+
"version": "1.6.8",
44
"description": "Front-End Computer Vision SDK for React",
55
"author": "@mindee",
66
"license": "MIT",
@@ -27,7 +27,8 @@
2727
"@types/cypress-image-snapshot": "^3.1.6",
2828
"@types/jest": "^27.0.1",
2929
"@types/node": "^20.3.3",
30-
"@types/react": "^17.0.19",
30+
"@types/react": "^19.2.9",
31+
"@types/react-dom": "^19.2.3",
3132
"@types/uuid": "^8.3.1",
3233
"@typescript-eslint/eslint-plugin": "^5.61.0",
3334
"@typescript-eslint/parser": "^5.61.0",
@@ -39,8 +40,8 @@
3940
"eslint-plugin-prettier": "^3.1.4",
4041
"eslint-plugin-unused-imports": "^2.0.0",
4142
"prettier": "^2.8.8",
42-
"react": "^18.3.1",
43-
"react-dom": "^18.3.1",
43+
"react": "^19.2.3",
44+
"react-dom": "^19.2.3",
4445
"ts-patch": "^1.4.3",
4546
"typescript": "^4.9.5",
4647
"typescript-transform-paths": "^3.3.1",
@@ -49,7 +50,7 @@
4950
"vite-tsconfig-paths": "^4.2.0"
5051
},
5152
"peerDependencies": {
52-
"react": "^18.3.1"
53+
"react": "^18 || ^19"
5354
},
5455
"scripts": {
5556
"preinstall": "npx only-allow pnpm",
@@ -82,5 +83,6 @@
8283
"processing",
8384
"computer",
8485
"vision"
85-
]
86+
],
87+
"packageManager": "pnpm@8.15.7+sha512.c85cd21b6da10332156b1ca2aa79c0a61ee7ad2eb0453b88ab299289e9e8ca93e6091232b25c07cbf61f6df77128d9c849e5c9ac6e44854dbd211c49f3a67adc"
8688
}

0 commit comments

Comments
 (0)