Skip to content

Commit

Permalink
chore(tiny-tansition): remove type peer dep (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa authored Sep 15, 2023
1 parent 9e41108 commit f48e057
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/tiny-transition/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hiogawa/tiny-transition",
"version": "0.0.1-pre.2",
"version": "0.0.1-pre.3",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down Expand Up @@ -39,15 +39,11 @@
"react": "^18.2.0"
},
"peerDependencies": {
"@types/react": "^18.0.0",
"react": "^18.0.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"@types/react": {
"optional": true
}
}
}

0 comments on commit f48e057

Please sign in to comment.