Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v1.6.8 (26/01/2026)

### Changes

- bump the supported React to v19

## v1.6.7 (25/06/2025)

### Changes
Expand Down Expand Up @@ -36,7 +42,6 @@

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


## v1.6.1 (10/10/2023)

### Changes
Expand Down
Binary file removed cypress/downloads/downloads.html
Binary file not shown.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-mindee-js",
"version": "1.6.7",
"version": "1.6.8",
"description": "Front-End Computer Vision SDK for React",
"author": "@mindee",
"license": "MIT",
Expand All @@ -27,7 +27,8 @@
"@types/cypress-image-snapshot": "^3.1.6",
"@types/jest": "^27.0.1",
"@types/node": "^20.3.3",
"@types/react": "^17.0.19",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
Expand All @@ -39,8 +40,8 @@
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.8.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"ts-patch": "^1.4.3",
"typescript": "^4.9.5",
"typescript-transform-paths": "^3.3.1",
Expand All @@ -49,7 +50,7 @@
"vite-tsconfig-paths": "^4.2.0"
},
"peerDependencies": {
"react": "^18.3.1"
"react": "^18 || ^19"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down Expand Up @@ -82,5 +83,6 @@
"processing",
"computer",
"vision"
]
],
"packageManager": "pnpm@8.15.7+sha512.c85cd21b6da10332156b1ca2aa79c0a61ee7ad2eb0453b88ab299289e9e8ca93e6091232b25c07cbf61f6df77128d9c849e5c9ac6e44854dbd211c49f3a67adc"
}
Loading
Loading