Update dependency sass to v1.59.2
This commit is contained in:
parent
6624a9e146
commit
098218a9d9
@ -19,7 +19,7 @@
|
||||
"postcss": "8.4.21",
|
||||
"prettier": "2.8.4",
|
||||
"prettier-plugin-tailwindcss": "0.2.4",
|
||||
"sass": "1.58.3",
|
||||
"sass": "1.59.2",
|
||||
"tailwindcss": "3.2.7",
|
||||
"typescript": "4.9.5"
|
||||
}
|
||||
|
@ -11,13 +11,13 @@ specifiers:
|
||||
prettier-plugin-tailwindcss: 0.2.4
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0
|
||||
sass: 1.58.3
|
||||
sass: 1.59.2
|
||||
tailwindcss: 3.2.7
|
||||
typescript: 4.9.5
|
||||
uuid: 9.0.0
|
||||
|
||||
dependencies:
|
||||
next: 13.2.4_b22bcdf2bf2473c01063ed8e71d98faf
|
||||
next: 13.2.4_0fc8856c2b76afcfc98cd26c0bbd2574
|
||||
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.21
|
||||
prettier: 2.8.4
|
||||
prettier-plugin-tailwindcss: 0.2.4_prettier@2.8.4
|
||||
sass: 1.58.3
|
||||
sass: 1.59.2
|
||||
tailwindcss: 3.2.7
|
||||
typescript: 4.9.5
|
||||
|
||||
@ -471,7 +471,7 @@ packages:
|
||||
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
||||
hasBin: true
|
||||
|
||||
/next/13.2.4_b22bcdf2bf2473c01063ed8e71d98faf:
|
||||
/next/13.2.4_0fc8856c2b76afcfc98cd26c0bbd2574:
|
||||
resolution: {integrity: sha512-g1I30317cThkEpvzfXujf0O4wtaQHtDCLhlivwlTJ885Ld+eOgcz7r3TGQzeU+cSRoNHtD8tsJgzxVdYojFssw==}
|
||||
engines: {node: '>=14.6.0'}
|
||||
hasBin: true
|
||||
@ -498,7 +498,7 @@ packages:
|
||||
postcss: 8.4.14
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
sass: 1.58.3
|
||||
sass: 1.59.2
|
||||
styled-jsx: 5.1.1_react@18.2.0
|
||||
optionalDependencies:
|
||||
'@next/swc-android-arm-eabi': 13.2.4
|
||||
@ -751,8 +751,8 @@ packages:
|
||||
queue-microtask: 1.2.3
|
||||
dev: true
|
||||
|
||||
/sass/1.58.3:
|
||||
resolution: {integrity: sha512-Q7RaEtYf6BflYrQ+buPudKR26/lH+10EmO9bBqbmPh/KeLqv8bjpTNqxe71ocONqXq+jYiCbpPUmQMS+JJPk4A==}
|
||||
/sass/1.59.2:
|
||||
resolution: {integrity: sha512-jJyO6SmbzkJexF8MUorHx5tAilcgabioYxT/BHbY4+OvoqmbHxsYlrjZ8Adhqcgl6Zqwie0TgMXLCAmPFxXOuw==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
|
@ -612,10 +612,10 @@ run-parallel@^1.1.9:
|
||||
dependencies:
|
||||
queue-microtask "^1.2.2"
|
||||
|
||||
sass@1.58.3:
|
||||
version "1.58.3"
|
||||
resolved "https://registry.yarnpkg.com/sass/-/sass-1.58.3.tgz#2348cc052061ba4f00243a208b09c40e031f270d"
|
||||
integrity sha512-Q7RaEtYf6BflYrQ+buPudKR26/lH+10EmO9bBqbmPh/KeLqv8bjpTNqxe71ocONqXq+jYiCbpPUmQMS+JJPk4A==
|
||||
sass@1.59.2:
|
||||
version "1.59.2"
|
||||
resolved "https://registry.yarnpkg.com/sass/-/sass-1.59.2.tgz#537f6d11614d4f20f97696f23ad358ee398b1937"
|
||||
integrity sha512-jJyO6SmbzkJexF8MUorHx5tAilcgabioYxT/BHbY4+OvoqmbHxsYlrjZ8Adhqcgl6Zqwie0TgMXLCAmPFxXOuw==
|
||||
dependencies:
|
||||
chokidar ">=3.0.0 <4.0.0"
|
||||
immutable "^4.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user