v3: code quality and visual consistency pass (refactored all forms across the app), fixed filename-related upload bug
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 47s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 47s
This commit is contained in:
8
deno.lock
generated
8
deno.lock
generated
@@ -43,6 +43,7 @@
|
||||
"npm:nodemailer@^9.0.1": "9.0.1",
|
||||
"npm:path-to-regexp@^6.3.0": "6.3.0",
|
||||
"npm:react-dom@^19.2.7": "19.2.7_react@19.2.7",
|
||||
"npm:react-hook-form@^7.80.0": "7.80.0_react@19.2.7",
|
||||
"npm:react-markdown@^10.1.0": "10.1.0_@types+react@19.2.17_react@19.2.7",
|
||||
"npm:react-router@^8.0.1": "8.0.1_react@19.2.7_react-dom@19.2.7__react@19.2.7",
|
||||
"npm:react@^19.2.7": "19.2.7",
|
||||
@@ -2259,6 +2260,12 @@
|
||||
"scheduler"
|
||||
]
|
||||
},
|
||||
"react-hook-form@7.80.0_react@19.2.7": {
|
||||
"integrity": "sha512-4P+fk6oXsxY+6xSj7Euhc2sumQD8zQqCuVHoJwoyp9EchP+IUW9OESB7uHFJOKsIBQ4MQqYE84INJFqUCYNoOg==",
|
||||
"dependencies": [
|
||||
"react"
|
||||
]
|
||||
},
|
||||
"react-is@18.3.1": {
|
||||
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg=="
|
||||
},
|
||||
@@ -2665,6 +2672,7 @@
|
||||
"npm:globals@^17.6.0",
|
||||
"npm:jiti@^2.7.0",
|
||||
"npm:react-dom@^19.2.7",
|
||||
"npm:react-hook-form@^7.80.0",
|
||||
"npm:react-markdown@^10.1.0",
|
||||
"npm:react-router@^8.0.1",
|
||||
"npm:react@^19.2.7",
|
||||
|
||||
Reference in New Issue
Block a user