Skip to content

Commit 32ef227

Browse files
authored
Add overrides for additional dependencies in package.json
Signed-off-by: Aitor Alien <111972684+Alien69Flow@users.noreply.github.com>
1 parent 0a228f6 commit 32ef227

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@
8383
"vite": "^5.4.11"
8484
},
8585
"overrides": {
86-
"h3": "1.15.5"
86+
"h3": "1.15.5",
87+
"vite": "^5.4.11",
88+
"nanoid": "^3.3.8",
89+
"@babel/runtime": "^7.26.0",
90+
"react-router": "^6.28.0",
91+
"@remix-run/router": "^1.21.0"
8792
}
8893
}

0 commit comments

Comments
 (0)