Skip to content

Commit

Permalink
chore: update package template
Browse files Browse the repository at this point in the history
  • Loading branch information
matej21 committed Jun 11, 2024
1 parent 5d18c8c commit 5400a93
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scripts/template-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,16 @@
"type": "git",
"url": "https://github.com/contember/interface.git",
"directory": "packages/.template"
},
"dependencies": {
"@contember/binding": "workspace:*"
},
"peerDependencies": {
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
},
"devDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}

0 comments on commit 5400a93

Please sign in to comment.