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 125125 "copy-to-clipboard" : " ^3.3.1" ,
126126 "core-js" : " ^3.15.1" ,
127127 "cross-env" : " ^7.0.2" ,
128- "defu" : " ^2 .0.4 " ,
128+ "defu" : " ^6 .0.0 " ,
129129 "dotenv-defaults" : " ^1.1.1" ,
130130 "eslint" : " ^7.12.1" ,
131131 "eslint-config-prettier" : " ^6.10.0" ,
Original file line number Diff line number Diff line change 11const { resolve } = require ( 'path' )
2- const defu = require ( 'defu' )
2+ const { defu } = require ( 'defu' )
33const { parsePackIcons, internalIcons, createServerDirective } = require ( '@chakra-ui/vue' )
44const defaultTheme = require ( '@chakra-ui/theme-vue' )
55const { ChakraLoaderPlugin } = require ( 'chakra-loader' )
Original file line number Diff line number Diff line change 2525 "chakra-loader" : " latest"
2626 },
2727 "peerDependencies" : {
28- "@nuxtjs/emotion" : " ^0.1.0"
28+ "@nuxtjs/emotion" : " ^0.1.0" ,
29+ "defu" : " >=6.0.0"
2930 },
3031 "devDependencies" : {
3132 "@babel/core" : " ^7.9.6" ,
Original file line number Diff line number Diff line change @@ -10753,9 +10753,14 @@ defu@^4.0.1:
1075310753 integrity sha512-lC+G0KvvWRbisQa50+iFelm3/eMmwo4IlBmfASOVlw9MZpHHyQeVsZxc5j23+TQy5ydgEoTVSrWl7ptou1kzJQ==
1075410754
1075510755defu@^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==
1075910764
1076010765delayed-stream@~1.0.0:
1076110766 version "1.0.0"
You can’t perform that action at this time.
0 commit comments