Update dependency sass to v1.64.2
This commit is contained in:
parent
619b3f33a2
commit
027480aa17
@ -19,7 +19,7 @@
|
||||
"postcss": "8.4.27",
|
||||
"prettier": "3.0.0",
|
||||
"prettier-plugin-tailwindcss": "0.4.1",
|
||||
"sass": "1.64.1",
|
||||
"sass": "1.64.2",
|
||||
"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.1
|
||||
sass: 1.64.2
|
||||
tailwindcss: 3.3.3
|
||||
typescript: 5.1.6
|
||||
uuid: 9.0.0
|
||||
|
||||
dependencies:
|
||||
next: 13.4.12_1e086452375646db447fb460f0ab4c9b
|
||||
next: 13.4.12_782b40073352479b4223179d6e9cdb43
|
||||
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.0
|
||||
prettier-plugin-tailwindcss: 0.4.1_prettier@3.0.0
|
||||
sass: 1.64.1
|
||||
sass: 1.64.2
|
||||
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.12_1e086452375646db447fb460f0ab4c9b:
|
||||
/next/13.4.12_782b40073352479b4223179d6e9cdb43:
|
||||
resolution: {integrity: sha512-eHfnru9x6NRmTMcjQp6Nz0J4XH9OubmzOa7CkWL+AUrUxpibub3vWwttjduu9No16dug1kq04hiUUpo7J3m3Xw==}
|
||||
engines: {node: '>=16.8.0'}
|
||||
hasBin: true
|
||||
@ -546,7 +546,7 @@ packages:
|
||||
postcss: 8.4.14
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
sass: 1.64.1
|
||||
sass: 1.64.2
|
||||
styled-jsx: 5.1.1_react@18.2.0
|
||||
watchpack: 2.4.0
|
||||
zod: 3.21.4
|
||||
@ -813,8 +813,8 @@ packages:
|
||||
queue-microtask: 1.2.3
|
||||
dev: true
|
||||
|
||||
/sass/1.64.1:
|
||||
resolution: {integrity: sha512-16rRACSOFEE8VN7SCgBu1MpYCyN7urj9At898tyzdXFhC+a+yOX5dXwAR7L8/IdPJ1NB8OYoXmD55DM30B2kEQ==}
|
||||
/sass/1.64.2:
|
||||
resolution: {integrity: sha512-TnDlfc+CRnUAgLO9D8cQLFu/GIjJIzJCGkE7o4ekIGQOH7T3GetiRR/PsTWJUHhkzcSPrARkPI+gNWn5alCzDg==}
|
||||
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.1:
|
||||
version "1.64.1"
|
||||
resolved "https://registry.yarnpkg.com/sass/-/sass-1.64.1.tgz#6a46f6d68e0fa5ad90aa59ce025673ddaa8441cf"
|
||||
integrity sha512-16rRACSOFEE8VN7SCgBu1MpYCyN7urj9At898tyzdXFhC+a+yOX5dXwAR7L8/IdPJ1NB8OYoXmD55DM30B2kEQ==
|
||||
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==
|
||||
dependencies:
|
||||
chokidar ">=3.0.0 <4.0.0"
|
||||
immutable "^4.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user