Update the latest version of lints (#50)

diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml
index 4b5840d..a787fd6 100644
--- a/.github/workflows/test-package.yml
+++ b/.github/workflows/test-package.yml
@@ -47,7 +47,7 @@
       matrix:
         # Add macos-latest and/or windows-latest if relevant for this package.
         os: [ubuntu-latest]
-        sdk: [2.19.0, dev]
+        sdk: [3.3.0, dev]
     steps:
       - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
       - uses: dart-lang/setup-dart@65c82982aa686933bf10d50aced7a27b2b63f2a6
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 21b3564..4b104ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
 ## 2.1.2-wip
 
-* Require Dart 2.19
+* Require Dart 3.3.0
 
 ## 2.1.1
 
diff --git a/analysis_options.yaml b/analysis_options.yaml
index 78932a5..5ee158a 100644
--- a/analysis_options.yaml
+++ b/analysis_options.yaml
@@ -1,3 +1,4 @@
+# https://dart.dev/tools/analysis#the-analysis-options-file
 include: package:dart_flutter_team_lints/analysis_options.yaml
 
 analyzer:
diff --git a/pubspec.yaml b/pubspec.yaml
index fd78ee4..f75b02c 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -4,7 +4,7 @@
 repository: https://github.com/dart-lang/source_map_stack_trace
 
 environment:
-  sdk: ">=2.19.0 <3.0.0"
+  sdk: ^3.3.0
 
 dependencies:
   path: ^1.8.0
@@ -12,6 +12,6 @@
   stack_trace: ^1.10.0
 
 dev_dependencies:
-  dart_flutter_team_lints: ^1.0.0
+  dart_flutter_team_lints: ^2.0.0
   source_span: ^1.8.0
   test: ^1.16.0