File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## v1.6.7 (25/06/2025)
4
+
5
+ ### Changes
6
+
7
+ - bump the supported React to v18
8
+
3
9
## v1.6.6 (31/03/2025)
4
10
5
11
### Changes
30
36
31
37
- :arrow_up : update pdfjs-dist to v4.10.38
32
38
39
+
33
40
## v1.6.1 (10/10/2023)
34
41
35
42
### Changes
Original file line number Diff line number Diff line change 25
25
"netlify" : " ^8.0.0" ,
26
26
"prism-react-renderer" : " ^1.2.1" ,
27
27
"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 " ,
30
30
"react-loadable" : " ^5.5.0" ,
31
31
"react-mindee-js" : " link:.." ,
32
32
"url-loader" : " ^4.1.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-mindee-js" ,
3
- "version" : " 1.6.6 " ,
3
+ "version" : " 1.6.7 " ,
4
4
"description" : " Front-End Computer Vision SDK for React" ,
5
5
"author" : " @mindee" ,
6
6
"license" : " MIT" ,
39
39
"eslint-plugin-prettier" : " ^3.1.4" ,
40
40
"eslint-plugin-unused-imports" : " ^2.0.0" ,
41
41
"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 " ,
44
44
"ts-patch" : " ^1.4.3" ,
45
45
"typescript" : " ^4.9.5" ,
46
46
"typescript-transform-paths" : " ^3.3.1" ,
49
49
"vite-tsconfig-paths" : " ^4.2.0"
50
50
},
51
51
"peerDependencies" : {
52
- "react" : " ^17.0.2 "
52
+ "react" : " ^18.3.1 "
53
53
},
54
54
"scripts" : {
55
55
"preinstall" : " npx only-allow pnpm" ,
You can’t perform that action at this time.
0 commit comments