Skip to content

Commit 1809417

Browse files
committed
fix: Correct overrides section placement to be a top-level key in package.json.
1 parent a626525 commit 1809417

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,11 @@
117117
"postcss": "^8.5.6",
118118
"tailwindcss": "^4.1.16",
119119
"vite": "^7.1.12"
120+
},
121+
"overrides": {
122+
"react-helmet-async": {
123+
"react": "$react",
124+
"react-dom": "$react-dom"
125+
}
120126
}
121-
},
122-
"overrides": {
123-
"react-helmet-async": {
124-
"react": "$react",
125-
"react-dom": "$react-dom"
126-
}
127-
}
128127
}

0 commit comments

Comments
 (0)