Skip to content

Commit

Permalink
bumps package version and dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperioOne committed Oct 19, 2024
1 parent d8d1586 commit 8d6693c
Show file tree
Hide file tree
Showing 3 changed files with 254 additions and 296 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v2.0.1 - October 19, 2024

## Fixed
- Correct export path in package.json, by @Sandeep-FED

# v2.0.0 - The Wheelwright - Aug 04, 2024
-----------------------------------

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"node": ">=18"
},
"name": "pnp-react-hooks",
"version": "2.0.0",
"version": "2.0.1",
"description": "PnPJS React hooks library.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -38,16 +38,16 @@
},
"license": "MIT",
"devDependencies": {
"@pnp/nodejs": "^4.5.0",
"@pnp/nodejs": "^4.6.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@types/jsdom": "^21.1.7",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"jsdom": "^25.0.1",
"react-dom": "^18.3.1",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
"typescript": "^5.6.3",
"vitest": "^2.1.3"
},
"peerDependencies": {
"@pnp/core": "^4.1.0",
Expand Down
Loading

0 comments on commit 8d6693c

Please sign in to comment.