Skip to content

Commit 7d4f9fa

Browse files
justin808claude
andcommitted
Keep @babel/preset-react in dependencies
Moving it to devDependencies appears to cause test failures. Keeping it in dependencies to match master behavior. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c3089d7 commit 7d4f9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"@babel/core": "^7.21.0",
3636
"@babel/plugin-transform-runtime": "^7.21.0",
3737
"@babel/preset-env": "^7.20.2",
38+
"@babel/preset-react": "^7.18.6",
3839
"@babel/runtime": "^7.17.9",
3940
"@glennsl/rescript-fetch": "^0.2.0",
4041
"@glennsl/rescript-json-combinators": "^1.2.1",
@@ -107,7 +108,6 @@
107108
},
108109
"devDependencies": {
109110
"@babel/eslint-parser": "^7.16.5",
110-
"@babel/preset-react": "^7.18.6",
111111
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
112112
"@tailwindcss/typography": "^0.5.10",
113113
"@webpack-cli/serve": "^2.0.5",

0 commit comments

Comments
 (0)