Update dependency sass to v1.65.0
This commit is contained in:
parent
c43f7a1978
commit
a55e2ef50e
@ -19,7 +19,7 @@
|
||||
"postcss": "8.4.27",
|
||||
"prettier": "3.0.1",
|
||||
"prettier-plugin-tailwindcss": "0.4.1",
|
||||
"sass": "1.64.2",
|
||||
"sass": "1.65.0",
|
||||
"tailwindcss": "3.3.3",
|
||||
"typescript": "5.1.6"
|
||||
}
|
||||
|
@ -11,13 +11,13 @@ specifiers:
|
||||
prettier-plugin-tailwindcss: 0.4.1
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0
|
||||
sass: 1.64.2
|
||||
sass: 1.65.0
|
||||
tailwindcss: 3.3.3
|
||||
typescript: 5.1.6
|
||||
uuid: 9.0.0
|
||||
|
||||
dependencies:
|
||||
next: 13.4.13_782b40073352479b4223179d6e9cdb43
|
||||
next: 13.4.13_695acc69fac04dbf3ed1cbd85f2cd5c1
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
uuid: 9.0.0
|
||||
@ -30,7 +30,7 @@ devDependencies:
|
||||
postcss: 8.4.27
|
||||
prettier: 3.0.1
|
||||
prettier-plugin-tailwindcss: 0.4.1_prettier@3.0.1
|
||||
sass: 1.64.2
|
||||
sass: 1.65.0
|
||||
tailwindcss: 3.3.3
|
||||
typescript: 5.1.6
|
||||
|
||||
@ -521,7 +521,7 @@ packages:
|
||||
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
||||
hasBin: true
|
||||
|
||||
/next/13.4.13_782b40073352479b4223179d6e9cdb43:
|
||||
/next/13.4.13_695acc69fac04dbf3ed1cbd85f2cd5c1:
|
||||
resolution: {integrity: sha512-A3YVbVDNeXLhWsZ8Nf6IkxmNlmTNz0yVg186NJ97tGZqPDdPzTrHotJ+A1cuJm2XfuWPrKOUZILl5iBQkIf8Jw==}
|
||||
engines: {node: '>=16.8.0'}
|
||||
hasBin: true
|
||||
@ -543,7 +543,7 @@ packages:
|
||||
postcss: 8.4.14
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
sass: 1.64.2
|
||||
sass: 1.65.0
|
||||
styled-jsx: 5.1.1_react@18.2.0
|
||||
watchpack: 2.4.0
|
||||
zod: 3.21.4
|
||||
@ -810,8 +810,8 @@ packages:
|
||||
queue-microtask: 1.2.3
|
||||
dev: true
|
||||
|
||||
/sass/1.64.2:
|
||||
resolution: {integrity: sha512-TnDlfc+CRnUAgLO9D8cQLFu/GIjJIzJCGkE7o4ekIGQOH7T3GetiRR/PsTWJUHhkzcSPrARkPI+gNWn5alCzDg==}
|
||||
/sass/1.65.0:
|
||||
resolution: {integrity: sha512-FSZ+vXbv4lj5nYEAF9xuMXGaAnu5WDH05hYfvEx6cm9zLNBA3oLBBbg9rx5EwwRaq/9X7xpAhSRllR4CW0uKJw==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
|
@ -729,10 +729,10 @@ run-parallel@^1.1.9:
|
||||
dependencies:
|
||||
queue-microtask "^1.2.2"
|
||||
|
||||
sass@1.64.2:
|
||||
version "1.64.2"
|
||||
resolved "https://registry.yarnpkg.com/sass/-/sass-1.64.2.tgz#0d9805ad6acf31c59c3acc725fcfb91b7fcc6909"
|
||||
integrity sha512-TnDlfc+CRnUAgLO9D8cQLFu/GIjJIzJCGkE7o4ekIGQOH7T3GetiRR/PsTWJUHhkzcSPrARkPI+gNWn5alCzDg==
|
||||
sass@1.65.0:
|
||||
version "1.65.0"
|
||||
resolved "https://registry.yarnpkg.com/sass/-/sass-1.65.0.tgz#7ea8b6e621621213aa507378964301869ffd44f1"
|
||||
integrity sha512-FSZ+vXbv4lj5nYEAF9xuMXGaAnu5WDH05hYfvEx6cm9zLNBA3oLBBbg9rx5EwwRaq/9X7xpAhSRllR4CW0uKJw==
|
||||
dependencies:
|
||||
chokidar ">=3.0.0 <4.0.0"
|
||||
immutable "^4.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user