From 27ad5903c437de43796d795a3f8036c1020f1974 Mon Sep 17 00:00:00 2001 From: Sticks Date: Tue, 22 Apr 2025 12:20:39 -0400 Subject: [PATCH] chore: bump deps, bump environment.sdk to latest version --- .idea/.gitignore | 8 + .idea/libraries/Dart_Packages.xml | 428 ++++++++++++++++++++++++++++++ .idea/libraries/Dart_SDK.xml | 31 +++ .idea/misc.xml | 6 + .idea/modules.xml | 8 + .idea/teamhydra_id_generator.iml | 15 ++ .idea/vcs.xml | 6 + pubspec.yaml | 2 +- 8 files changed, 503 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/libraries/Dart_Packages.xml create mode 100644 .idea/libraries/Dart_SDK.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/teamhydra_id_generator.iml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/libraries/Dart_Packages.xml b/.idea/libraries/Dart_Packages.xml new file mode 100644 index 0000000..d2ea6b6 --- /dev/null +++ b/.idea/libraries/Dart_Packages.xml @@ -0,0 +1,428 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Dart_SDK.xml b/.idea/libraries/Dart_SDK.xml new file mode 100644 index 0000000..fd5cb54 --- /dev/null +++ b/.idea/libraries/Dart_SDK.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..1b2d693 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..4c4e99e --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/teamhydra_id_generator.iml b/.idea/teamhydra_id_generator.iml new file mode 100644 index 0000000..ae9af97 --- /dev/null +++ b/.idea/teamhydra_id_generator.iml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 5f87a50..18efab1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.0.0 repository: https://teamhydra.io/Sticks/idgen-dart environment: - sdk: ^3.5.3 + sdk: ^3.7.2 # Add regular dependencies here. dependencies: