Skip to content

Commit d354138

Browse files
authored
chore(deps): bump defu version to 6.0.0 (robsontenorio#251)
* Bump defu version to 6.0.0 Bump defu version to 6.0.0 to fix nuxt3 related error (cannot find module ../defu.cjs) * Fix defu import
1 parent 8a1230c commit d354138

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"semantic-release": "^19.0.3"
7070
},
7171
"dependencies": {
72-
"defu": "^5.0.0",
72+
"defu": "^6.0.0",
7373
"dotprop": "^1.2.0",
7474
"dset": "^3.1.2",
7575
"object-to-formdata": "^4.1.0",

src/Model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import defu from 'defu'
1+
import { defu } from 'defu'
22
import getProp from 'dotprop'
33
import { dset as setProp } from 'dset'
44
import { serialize } from 'object-to-formdata'

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2642,10 +2642,10 @@ define-property@^2.0.2:
26422642
is-descriptor "^1.0.2"
26432643
isobject "^3.0.1"
26442644

2645-
defu@^5.0.0:
2646-
version "5.0.0"
2647-
resolved "https://registry.yarnpkg.com/defu/-/defu-5.0.0.tgz#5768f0d402a555bfc4c267246b20f82ce8b5a10b"
2648-
integrity sha512-VHg73EDeRXlu7oYWRmmrNp/nl7QkdXUxkQQKig0Zk8daNmm84AbGoC8Be6/VVLJEKxn12hR0UBmz8O+xQiAPKQ==
2645+
defu@^6.0.0:
2646+
version "6.1.0"
2647+
resolved "https://registry.yarnpkg.com/defu/-/defu-6.1.0.tgz#7a5411655da73335c7d933256911f17c74443e2d"
2648+
integrity sha512-pOFYRTIhoKujrmbTRhcW5lYQLBXw/dlTwfI8IguF1QCDJOcJzNH1w+YFjxqy6BAuJrClTy6MUE8q+oKJ2FLsIw==
26492649

26502650
del@^6.0.0:
26512651
version "6.1.1"

0 commit comments

Comments
 (0)