Skip to content

Commit

Permalink
re add react as peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
willybrauner committed Oct 18, 2023
1 parent 1fa208f commit 978d1f8
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 683 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
},
"size-limit": [
{
"name": "@cher-ami/router",
"limit": "12 kB",
"path": "dist/index.js"
}
Expand All @@ -50,12 +51,16 @@
"history": "^5.3.0",
"path-to-regexp": "^6.2.1"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@size-limit/preset-big-lib": "^9.0.0",
"@size-limit/preset-small-lib": "^8.2.6",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.5.6",
Expand Down
Loading

0 comments on commit 978d1f8

Please sign in to comment.