Skip to content

Commit

Permalink
chore: upped dart version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oppahansi committed Aug 11, 2024
1 parent d4cbaf5 commit 51ab898
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
name: better_imports
description: A better imports sorter for your .dart files.
version: 1.1.2
version: 1.2.0
repository: https://github.com/oppahansi/better_imports

executables:
better_imports: better_imports

environment:
sdk: '>=3.2.3 <4.0.0'
sdk: '>=3.5.0 <4.0.0'

dependencies:
analyzer: ^6.3.0
args: ^2.4.2
dart_style: ^2.3.4
analyzer: ^6.8.0
args: ^2.5.0
dart_style: ^2.3.6
intl: ^0.19.0
logging: ^1.2.0
tint: ^2.0.1
yaml: ^3.1.2

dev_dependencies:
lints: ^3.0.0
test: ^1.24.0
lints: ^4.0.0
test: ^1.25.8

# Better Imports default config
# Default config is overwritten when settings are passed in as arguments in the cli
Expand Down

0 comments on commit 51ab898

Please sign in to comment.