File tree Expand file tree Collapse file tree 3 files changed +254
-296
lines changed
Expand file tree Collapse file tree 3 files changed +254
-296
lines changed Original file line number Diff line number Diff line change 1+ # v2.0.1 - October 19, 2024
2+
3+ ## Fixed
4+ - Correct export path in package.json, by @Sandeep-FED
5+
16# v2.0.0 - The Wheelwright - Aug 04, 2024
27-----------------------------------
38
Original file line number Diff line number Diff line change 44 "node" : " >=18"
55 },
66 "name" : " pnp-react-hooks" ,
7- "version" : " 2.0.0 " ,
7+ "version" : " 2.0.1 " ,
88 "description" : " PnPJS React hooks library." ,
99 "main" : " dist/index.js" ,
1010 "types" : " dist/index.d.ts" ,
3838 },
3939 "license" : " MIT" ,
4040 "devDependencies" : {
41- "@pnp/nodejs" : " ^4.5 .0" ,
41+ "@pnp/nodejs" : " ^4.6 .0" ,
4242 "@testing-library/dom" : " ^10.4.0" ,
4343 "@testing-library/react" : " ^16.0.1" ,
4444 "@types/jsdom" : " ^21.1.7" ,
45- "@types/react" : " ^18.3.10 " ,
46- "@types/react-dom" : " ^18.3.0 " ,
45+ "@types/react" : " ^18.3.11 " ,
46+ "@types/react-dom" : " ^18.3.1 " ,
4747 "jsdom" : " ^25.0.1" ,
4848 "react-dom" : " ^18.3.1" ,
49- "typescript" : " ^5.6.2 " ,
50- "vitest" : " ^2.1.1 "
49+ "typescript" : " ^5.6.3 " ,
50+ "vitest" : " ^2.1.3 "
5151 },
5252 "peerDependencies" : {
5353 "@pnp/core" : " ^4.1.0" ,
You can’t perform that action at this time.
0 commit comments