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: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

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

### Changes

- bump the supported React to v18

## v1.6.6 (31/03/2025)

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

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


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

### Changes
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"netlify": "^8.0.0",
"prism-react-renderer": "^1.2.1",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-loadable": "^5.5.0",
"react-mindee-js": "link:..",
"url-loader": "^4.1.1"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-mindee-js",
"version": "1.6.6",
"version": "1.6.7",
"description": "Front-End Computer Vision SDK for React",
"author": "@mindee",
"license": "MIT",
Expand Down Expand Up @@ -39,8 +39,8 @@
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"ts-patch": "^1.4.3",
"typescript": "^4.9.5",
"typescript-transform-paths": "^3.3.1",
Expand All @@ -49,7 +49,7 @@
"vite-tsconfig-paths": "^4.2.0"
},
"peerDependencies": {
"react": "^17.0.2"
"react": "^18.3.1"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down
Loading