Skip to content

Commit

Permalink
fix(async-boundary): remove @types/react-dom of dependencies to devDe…
Browse files Browse the repository at this point in the history
…pendencies (toss#197)
  • Loading branch information
manudeli authored Jan 26, 2023
1 parent f9d16f2 commit 37559d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/async-boundary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@toss/error-boundary": "workspace:^1.3.1",
"@types/react-dom": "^18.0.6"
"@toss/error-boundary": "workspace:^1.3.1"
},
"devDependencies": {
"@babel/core": "^7",
Expand All @@ -38,6 +37,7 @@
"@types/jest": "^28.1.8",
"@types/node": "^14.14.35",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/testing-library__jest-dom": "^5.14.2",
"babel-jest": "^29",
"concurrently": "^6.0.0",
Expand Down

0 comments on commit 37559d1

Please sign in to comment.