Skip to content

Commit

Permalink
Update react dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Wundero committed Dec 4, 2024
1 parent e29c444 commit 66dcb20
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/react/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sinkr/react",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"exports": "./mod.ts"
}
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sinkr/react",
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"main": "src/index.ts",
"exports": {
Expand All @@ -25,7 +25,7 @@
},
"prettier": "@sinkr/prettier-config",
"dependencies": {
"@sinkr/core": "npm:@jsr/sinkr__core@0.1.0",
"@sinkr/core": "npm:@jsr/sinkr__core@0.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 66dcb20

Please sign in to comment.