This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 126
126
"copy-to-clipboard" : " ^3.3.1" ,
127
127
"core-js" : " ^3.15.1" ,
128
128
"cross-env" : " ^7.0.2" ,
129
- "defu" : " ^2 .0.4 " ,
129
+ "defu" : " ^6 .0.0 " ,
130
130
"dotenv-defaults" : " ^1.1.1" ,
131
131
"eslint" : " ^7.12.1" ,
132
132
"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 @@ -10857,9 +10857,14 @@ defu@^4.0.1:
10857
10857
integrity sha512-lC+G0KvvWRbisQa50+iFelm3/eMmwo4IlBmfASOVlw9MZpHHyQeVsZxc5j23+TQy5ydgEoTVSrWl7ptou1kzJQ==
10858
10858
10859
10859
defu@^5.0.0:
10860
- version "5.0.0"
10861
- resolved "https://registry.yarnpkg.com/defu/-/defu-5.0.0.tgz#5768f0d402a555bfc4c267246b20f82ce8b5a10b"
10862
- integrity sha512-VHg73EDeRXlu7oYWRmmrNp/nl7QkdXUxkQQKig0Zk8daNmm84AbGoC8Be6/VVLJEKxn12hR0UBmz8O+xQiAPKQ==
10860
+ version "5.0.1"
10861
+ resolved "https://registry.yarnpkg.com/defu/-/defu-5.0.1.tgz#a034278f9b032bf0845d261aa75e9ad98da878ac"
10862
+ integrity sha512-EPS1carKg+dkEVy3qNTqIdp2qV7mUP08nIsupfwQpz++slCVRw7qbQyWvSTig+kFPwz2XXp5/kIIkH+CwrJKkQ==
10863
+
10864
+ defu@^6.0.0:
10865
+ version "6.0.0"
10866
+ resolved "https://registry.yarnpkg.com/defu/-/defu-6.0.0.tgz#b397a6709a2f3202747a3d9daf9446e41ad0c5fc"
10867
+ integrity sha512-t2MZGLf1V2rV4VBZbWIaXKdX/mUcYW0n2znQZoADBkGGxYL8EWqCuCZBmJPJ/Yy9fofJkyuuSuo5GSwo0XdEgw==
10863
10868
10864
10869
delayed-stream@~1.0.0:
10865
10870
version "1.0.0"
You can’t perform that action at this time.
0 commit comments