Skip to content

Commit 2ca4f49

Browse files
fix(build): move @types/react-dom to devDependencies (#125)
### Description This pull request moves the `@types/react-dom` package from the `dependencies` section to the `devDependencies` section in the `package.json` file. ### Related Issue Fixes #22 ### Screenshots/Screencasts <!-- Please provide screenshots or video recording that demos your changes (especially if it's a visual change) --> ### Notes to Reviewer <!-- Please state here if you added a new npm packages, or any extra information that can help reviewer better review you changes --> --------- Co-authored-by: Olabode Lawal-Shittabey <babblebey@gmail.com>
1 parent d2e50bd commit 2ca4f49

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"@nanostores/react": "^0.7.2",
2626
"@octokit/auth-oauth-app": "^8.1.0",
2727
"@octokit/oauth-authorization-url": "^7.1.0",
28-
"@types/react-dom": "^18.2.22",
2928
"astro": "^4.16.4",
3029
"flexsearch": "^0.7.43",
3130
"gray-matter": "^4.0.3",
@@ -40,6 +39,7 @@
4039
"@tailwindcss/container-queries": "^0.1.1",
4140
"@tailwindcss/typography": "^0.5.10",
4241
"@types/react": "^18.2.69",
43-
"tailwindcss": "^3.4.1"
42+
"tailwindcss": "^3.4.1",
43+
"@types/react-dom": "^18.2.22"
4444
}
4545
}

0 commit comments

Comments
 (0)