Skip to content

Commit

Permalink
Temp revert react version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Wundero committed Dec 4, 2024
1 parent 965a16c commit e29c444
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2.0",
"version": "0.1.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.2.0",
"version": "0.1.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.2.0",
"@sinkr/core": "npm:@jsr/sinkr__core@0.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
Expand Down

0 comments on commit e29c444

Please sign in to comment.