Skip to content

Commit

Permalink
chor: update dependencies and dart sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
bcsizmadia committed Sep 4, 2024
1 parent 4b96724 commit 962271d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ packages:
dependency: "direct dev"
description:
name: lints
sha256: "0a217c6c989d21039f1498c3ed9f3ed71b354e69873f13a8dfc3c9fe76f1b452"
sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235"
url: "https://pub.dev"
source: hosted
version: "2.1.1"
version: "4.0.0"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -74,4 +74,4 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.4.0 <4.0.0"
dart: ">=3.5.1 <4.0.0"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ documentation: https://github.com/errorempire/DartHooks/blob/main/README.md
issue_tracker: https://github.com/errorempire/DartHooks/issues

environment:
sdk: ^3.0.4
sdk: ^3.5.1

executables:
init:
Expand All @@ -21,4 +21,4 @@ dependencies:
yaml: ^3.1.2

dev_dependencies:
lints: ^2.0.0
lints: ^4.0.0

0 comments on commit 962271d

Please sign in to comment.