Skip to content

Commit

Permalink
move react to peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentCatD committed Dec 3, 2023
1 parent 2acd922 commit dd2e968
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.1.4

- Put react in peer dependency

# 0.1.3

- Remove test file from bundler
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-scoped-provider",
"version": "0.1.3",
"version": "0.1.4",
"description": "Library for DI in react without the need of self-creating context everytime.",
"type": "module",
"source": "src/index.ts",
Expand Down Expand Up @@ -35,6 +35,9 @@
],
"author": "silent_cat",
"license": "MIT",
"peerDependencies": {
"react": ">=16"
},
"devDependencies": {
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
Expand Down

0 comments on commit dd2e968

Please sign in to comment.