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 126126 "copy-to-clipboard" : " ^3.3.1" ,
127127 "core-js" : " ^3.15.1" ,
128128 "cross-env" : " ^7.0.2" ,
129- "defu" : " ^2 .0.4 " ,
129+ "defu" : " ^6 .0.0 " ,
130130 "dotenv-defaults" : " ^1.1.1" ,
131131 "eslint" : " ^7.12.1" ,
132132 "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 @@ -10857,9 +10857,14 @@ defu@^4.0.1:
1085710857 integrity sha512-lC+G0KvvWRbisQa50+iFelm3/eMmwo4IlBmfASOVlw9MZpHHyQeVsZxc5j23+TQy5ydgEoTVSrWl7ptou1kzJQ==
1085810858
1085910859defu@^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==
1086310868
1086410869delayed-stream@~1.0.0:
1086510870 version "1.0.0"
You can’t perform that action at this time.
0 commit comments