Skip to content

Commit 9ad109b

Browse files
committed
Lock the defu package to 6.1.2. Version 6.1.3+ has a regression that prevents exported objects from merging with plain objects.
1 parent 115a850 commit 9ad109b

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
@@ -70,7 +70,7 @@
7070
},
7171
"dependencies": {
7272
"@types/qs": "^6.9.7",
73-
"defu": "^6.0.0",
73+
"defu": "^6.1.2",
7474
"dotprop": "^1.2.0",
7575
"dset": "^3.1.2",
7676
"object-to-formdata": "^4.1.0",

0 commit comments

Comments
 (0)