Skip to content

Commit 3cfea22

Browse files
committed
#2221 dexie-react-hooks: Remove @types/react from peerDependencies
Bump version for pre-releasing on npm
1 parent ff94ccd commit 3cfea22

File tree

2 files changed

+775
-793
lines changed

2 files changed

+775
-793
lines changed

libs/dexie-react-hooks/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dexie-react-hooks",
3-
"version": "4.2.1-alpha.1",
3+
"version": "4.2.1-beta.1",
44
"description": "React hooks for reactive data fetching using Dexie.js",
55
"main": "dist/dexie-react-hooks.js",
66
"typings": "dist/dexie-react-hooks.d.ts",
@@ -54,7 +54,6 @@
5454
},
5555
"homepage": "https://dexie.org",
5656
"peerDependencies": {
57-
"@types/react": ">=16",
5857
"dexie": "workspace:>=4.2.0-alpha.1 <5.0.0",
5958
"react": ">=16"
6059
},

0 commit comments

Comments
 (0)