Update the dashboard analyzer options for Dart 3 compatibility (#2375)

implicit-casts has been deprecated
diff --git a/dashboard/analysis_options.yaml b/dashboard/analysis_options.yaml
index 6247623..6919770 100644
--- a/dashboard/analysis_options.yaml
+++ b/dashboard/analysis_options.yaml
@@ -1,7 +1,8 @@
 include: ../analysis_options.yaml
 analyzer:
-  strong-mode:
-    implicit-casts: true # TODO remove this
+  language:
+    strict-casts: false
+    strict-raw-types: true
 linter:
   rules:
     prefer_single_quotes: true