Skip to content

Commit a2ec59e

Browse files
ndt-0152ndtdespprie
authored
feat/support react 18 (#28)
Co-authored-by: ndt <ndtai25102000@gmail.com> Co-authored-by: Fabien Lallemand <fabien.lallemand@mindee.co>
1 parent 3d38f61 commit a2ec59e

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

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

3+
## v1.6.7 (25/06/2025)
4+
5+
### Changes
6+
7+
- bump the supported React to v18
8+
39
## v1.6.6 (31/03/2025)
410

511
### Changes
@@ -30,6 +36,7 @@
3036

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

39+
3340
## v1.6.1 (10/10/2023)
3441

3542
### Changes

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"netlify": "^8.0.0",
2626
"prism-react-renderer": "^1.2.1",
2727
"raw-loader": "^4.0.2",
28-
"react": "^17.0.2",
29-
"react-dom": "^17.0.2",
28+
"react": "^18.3.1",
29+
"react-dom": "^18.3.1",
3030
"react-loadable": "^5.5.0",
3131
"react-mindee-js": "link:..",
3232
"url-loader": "^4.1.1"

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-mindee-js",
3-
"version": "1.6.6",
3+
"version": "1.6.7",
44
"description": "Front-End Computer Vision SDK for React",
55
"author": "@mindee",
66
"license": "MIT",
@@ -39,8 +39,8 @@
3939
"eslint-plugin-prettier": "^3.1.4",
4040
"eslint-plugin-unused-imports": "^2.0.0",
4141
"prettier": "^2.8.8",
42-
"react": "^18.2.0",
43-
"react-dom": "^18.2.0",
42+
"react": "^18.3.1",
43+
"react-dom": "^18.3.1",
4444
"ts-patch": "^1.4.3",
4545
"typescript": "^4.9.5",
4646
"typescript-transform-paths": "^3.3.1",
@@ -49,7 +49,7 @@
4949
"vite-tsconfig-paths": "^4.2.0"
5050
},
5151
"peerDependencies": {
52-
"react": "^17.0.2"
52+
"react": "^18.3.1"
5353
},
5454
"scripts": {
5555
"preinstall": "npx only-allow pnpm",

0 commit comments

Comments
 (0)