Skip to content

Commit

Permalink
fix: peer deps - fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
daltonmenezes committed Nov 2, 2022
1 parent db72768 commit e5530bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-router-dom",
"version": "1.0.1",
"version": "1.0.2",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -50,9 +50,9 @@
"typescript": "^4.8.3"
},
"peerDependencies": {
"electron": "^20.1.4",
"react": "^18.2.0",
"react-router-dom": "^6.4.0"
"electron": ">=20.0",
"react": ">=18.0",
"react-router-dom": ">=6.0"
},
"keywords": [
"electron",
Expand Down

0 comments on commit e5530bb

Please sign in to comment.