File tree Expand file tree Collapse file tree 4 files changed +864
-1446
lines changed Expand file tree Collapse file tree 4 files changed +864
-1446
lines changed Original file line number Diff line number Diff line change 9
9
"preview" : " vite preview"
10
10
},
11
11
"dependencies" : {
12
- "@heroicons/react" : " 2.1.5 " ,
12
+ "@heroicons/react" : " ^2.2.0 " ,
13
13
"@mikecousins/react-pdf" : " workspace:*" ,
14
- "clsx" : " 2.1.1" ,
15
- "react" : " ^18.3.1 " ,
16
- "react-dom" : " ^18.3.1 "
14
+ "clsx" : " ^ 2.1.1" ,
15
+ "react" : " ^19.0.0 " ,
16
+ "react-dom" : " ^19.0.0 "
17
17
},
18
18
"devDependencies" : {
19
- "@types/react" : " 18.3.3 " ,
20
- "@types/react-dom" : " 18.3.0 " ,
21
- "@vitejs/plugin-react" : " 4.3.1 " ,
22
- "autoprefixer" : " 10.4.19 " ,
23
- "postcss" : " 8.4.38 " ,
24
- "tailwindcss" : " 3.4.17" ,
25
- "typescript" : " 5.5.4 " ,
26
- "vite" : " 5 .2.12 "
19
+ "@types/react" : " ^19.0.12 " ,
20
+ "@types/react-dom" : " ^19.0.4 " ,
21
+ "@vitejs/plugin-react" : " ^ 4.3.4 " ,
22
+ "autoprefixer" : " ^ 10.4.21 " ,
23
+ "postcss" : " ^8.5.3 " ,
24
+ "tailwindcss" : " ^ 3.4.17" ,
25
+ "typescript" : " ^5.8.2 " ,
26
+ "vite" : " ^6 .2.3 "
27
27
}
28
28
}
Original file line number Diff line number Diff line change 37
37
"trailingComma" : " es5"
38
38
},
39
39
"devDependencies" : {
40
- "@testing-library/react" : " 15.0.7" ,
41
- "@types/jest" : " 29.5.12 " ,
42
- "@types/react" : " 18.3.3 " ,
43
- "@types/react-dom" : " 18.3.0 " ,
44
- "@vitejs/plugin-react" : " 4.3.1 " ,
45
- "jest-canvas-mock" : " 2.5.2" ,
46
- "pdfjs-dist" : " 4.3.136 " ,
47
- "tsup" : " 8.0.2 " ,
48
- "typescript" : " 5.5.4 "
40
+ "@testing-library/react" : " ^ 15.0.7" ,
41
+ "@types/jest" : " ^ 29.5.14 " ,
42
+ "@types/react" : " ^19.0.12 " ,
43
+ "@types/react-dom" : " ^19.0.4 " ,
44
+ "@vitejs/plugin-react" : " ^ 4.3.4 " ,
45
+ "jest-canvas-mock" : " ^ 2.5.2" ,
46
+ "pdfjs-dist" : " ^4.10.38 " ,
47
+ "tsup" : " ^8.4.0 " ,
48
+ "typescript" : " ^5.8.2 "
49
49
},
50
50
"peerDependencies" : {
51
- "pdfjs-dist" : " 4.2.67" ,
52
- "react" : " ^18.2 .0" ,
53
- "react-dom" : " ^18.2 .0"
51
+ "pdfjs-dist" : " ^ 4.2.67" ,
52
+ "react" : " ^19.0 .0" ,
53
+ "react-dom" : " ^19.0 .0"
54
54
},
55
55
"bundleDependencies" : []
56
56
}
You can’t perform that action at this time.
0 commit comments