Yes
This commit is contained in:
19
frontend/deno.lock
generated
19
frontend/deno.lock
generated
@@ -27,6 +27,7 @@
|
||||
"npm:react-dom@19": "19.0.0_react@19.0.0",
|
||||
"npm:react-icons@^5.4.0": "5.4.0_react@19.0.0",
|
||||
"npm:react@19": "19.0.0",
|
||||
"npm:swr@^2.3.0": "2.3.0_react@19.0.0",
|
||||
"npm:tailwind-merge@^2.6.0": "2.6.0",
|
||||
"npm:tailwindcss-animate@^1.0.7": "1.0.7_tailwindcss@3.4.17__postcss@8.4.49",
|
||||
"npm:tailwindcss@^3.4.1": "3.4.17_postcss@8.4.49",
|
||||
@@ -1226,6 +1227,9 @@
|
||||
"object-keys"
|
||||
]
|
||||
},
|
||||
"dequal@2.0.3": {
|
||||
"integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA=="
|
||||
},
|
||||
"detect-libc@2.0.3": {
|
||||
"integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw=="
|
||||
},
|
||||
@@ -2776,6 +2780,14 @@
|
||||
"supports-preserve-symlinks-flag@1.0.0": {
|
||||
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="
|
||||
},
|
||||
"swr@2.3.0_react@19.0.0": {
|
||||
"integrity": "sha512-NyZ76wA4yElZWBHzSgEJc28a0u6QZvhb6w0azeL2k7+Q1gAzVK+IqQYXhVOC/mzi+HZIozrZvBVeSeOZNR2bqA==",
|
||||
"dependencies": [
|
||||
"dequal",
|
||||
"react",
|
||||
"use-sync-external-store"
|
||||
]
|
||||
},
|
||||
"tailwind-merge@2.6.0": {
|
||||
"integrity": "sha512-P+Vu1qXfzediirmHOC3xKGAYeZtPcV9g76X+xg2FD4tYgR71ewMA35Y3sCz3zhiN/dwefRpJX0yBcgwi1fXNQA=="
|
||||
},
|
||||
@@ -2939,6 +2951,12 @@
|
||||
"tslib"
|
||||
]
|
||||
},
|
||||
"use-sync-external-store@1.4.0_react@19.0.0": {
|
||||
"integrity": "sha512-9WXSPC5fMv61vaupRkCKCxsPxBocVnwakBEkMIHHpkTTg6icbJtg6jzgtLDm4bl3cSHAca52rYWih0k4K3PfHw==",
|
||||
"dependencies": [
|
||||
"react"
|
||||
]
|
||||
},
|
||||
"util-deprecate@1.0.2": {
|
||||
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
|
||||
},
|
||||
@@ -3051,6 +3069,7 @@
|
||||
"npm:react-dom@19",
|
||||
"npm:react-icons@^5.4.0",
|
||||
"npm:react@19",
|
||||
"npm:swr@^2.3.0",
|
||||
"npm:tailwind-merge@^2.6.0",
|
||||
"npm:tailwindcss-animate@^1.0.7",
|
||||
"npm:tailwindcss@^3.4.1",
|
||||
|
||||
Reference in New Issue
Block a user