Skip to content

Commit

Permalink
build(react): fix dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
raveclassic committed Mar 18, 2024
1 parent a3b40e8 commit e90a660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "./index.esm.js",
"types": "./index.cjs.d.ts",
"dependencies": {
"@injectable-ts/core": "^1.0.0-beta.0"
"@injectable-ts/core": "^1.0.0-alpha.5"
},
"peerDependencies": {
"react": "^18.2.0"
Expand Down

0 comments on commit e90a660

Please sign in to comment.