This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree 4 files changed +12
-6
lines changed
4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 125
125
"copy-to-clipboard" : " ^3.3.1" ,
126
126
"core-js" : " ^3.15.1" ,
127
127
"cross-env" : " ^7.0.2" ,
128
- "defu" : " ^2 .0.4 " ,
128
+ "defu" : " ^6 .0.0 " ,
129
129
"dotenv-defaults" : " ^1.1.1" ,
130
130
"eslint" : " ^7.12.1" ,
131
131
"eslint-config-prettier" : " ^6.10.0" ,
Original file line number Diff line number Diff line change 1
1
const { resolve } = require ( 'path' )
2
- const defu = require ( 'defu' )
2
+ const { defu } = require ( 'defu' )
3
3
const { parsePackIcons, internalIcons, createServerDirective } = require ( '@chakra-ui/vue' )
4
4
const defaultTheme = require ( '@chakra-ui/theme-vue' )
5
5
const { ChakraLoaderPlugin } = require ( 'chakra-loader' )
Original file line number Diff line number Diff line change 25
25
"chakra-loader" : " latest"
26
26
},
27
27
"peerDependencies" : {
28
- "@nuxtjs/emotion" : " ^0.1.0"
28
+ "@nuxtjs/emotion" : " ^0.1.0" ,
29
+ "defu" : " >=6.0.0"
29
30
},
30
31
"devDependencies" : {
31
32
"@babel/core" : " ^7.9.6" ,
Original file line number Diff line number Diff line change @@ -10753,9 +10753,14 @@ defu@^4.0.1:
10753
10753
integrity sha512-lC+G0KvvWRbisQa50+iFelm3/eMmwo4IlBmfASOVlw9MZpHHyQeVsZxc5j23+TQy5ydgEoTVSrWl7ptou1kzJQ==
10754
10754
10755
10755
defu@^5.0.0:
10756
- version "5.0.0"
10757
- resolved "https://registry.yarnpkg.com/defu/-/defu-5.0.0.tgz#5768f0d402a555bfc4c267246b20f82ce8b5a10b"
10758
- integrity sha512-VHg73EDeRXlu7oYWRmmrNp/nl7QkdXUxkQQKig0Zk8daNmm84AbGoC8Be6/VVLJEKxn12hR0UBmz8O+xQiAPKQ==
10756
+ version "5.0.1"
10757
+ resolved "https://registry.yarnpkg.com/defu/-/defu-5.0.1.tgz#a034278f9b032bf0845d261aa75e9ad98da878ac"
10758
+ integrity sha512-EPS1carKg+dkEVy3qNTqIdp2qV7mUP08nIsupfwQpz++slCVRw7qbQyWvSTig+kFPwz2XXp5/kIIkH+CwrJKkQ==
10759
+
10760
+ defu@^6.0.0:
10761
+ version "6.0.0"
10762
+ resolved "https://registry.yarnpkg.com/defu/-/defu-6.0.0.tgz#b397a6709a2f3202747a3d9daf9446e41ad0c5fc"
10763
+ integrity sha512-t2MZGLf1V2rV4VBZbWIaXKdX/mUcYW0n2znQZoADBkGGxYL8EWqCuCZBmJPJ/Yy9fofJkyuuSuo5GSwo0XdEgw==
10759
10764
10760
10765
delayed-stream@~1.0.0:
10761
10766
version "1.0.0"
You can’t perform that action at this time.
0 commit comments