Skip to content

Commit

Permalink
Update dependencies in pubspec.lock and pubspec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
riscait committed Dec 30, 2023
1 parent 9ad83a8 commit a95179b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ analysis_benchmark.json
.packages
.pub-cache/
.pub/
pubspec_overrides.yaml
build/
flutter_*.png
linked_*.ds
Expand Down
14 changes: 7 additions & 7 deletions packages/altive_lints/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ packages:
dependency: transitive
description:
name: collection
sha256: f092b211a4319e98e5ff58223576de6c2803db36221657b46c82574721240687
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
url: "https://pub.dev"
source: hosted
version: "1.17.2"
version: "1.18.0"
flutter:
dependency: "direct main"
description: flutter
Expand All @@ -41,10 +41,10 @@ packages:
dependency: transitive
description:
name: meta
sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3"
sha256: a6e590c838b18133bb482a2745ad77c5bb7715fb0451209e1a7567d416678b8e
url: "https://pub.dev"
source: hosted
version: "1.9.1"
version: "1.10.0"
sky_engine:
dependency: transitive
description: flutter
Expand All @@ -62,9 +62,9 @@ packages:
dependency: transitive
description:
name: web
sha256: dc8ccd225a2005c1be616fe02951e2e342092edf968cf0844220383757ef8f10
sha256: afe077240a270dcfd2aafe77602b4113645af95d0ad31128cc02bce5ac5d5152
url: "https://pub.dev"
source: hosted
version: "0.1.4-beta"
version: "0.3.0"
sdks:
dart: ">=3.1.0-185.0.dev <4.0.0"
dart: ">=3.2.0-194.0.dev <4.0.0"
2 changes: 1 addition & 1 deletion packages/altive_lints/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: example
description: A example of altive_lints.
publish_to: "none"
publish_to: none
version: 1.0.0
environment:
sdk: ^3.0.0
Expand Down
7 changes: 3 additions & 4 deletions packages/diffscrape/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ packages:
altive_lints:
dependency: "direct dev"
description:
name: altive_lints
sha256: ba89baff059dd26160d8299a35de6e9ab3455c24d963c2b8bcf927628dfc4e2a
url: "https://pub.dev"
source: hosted
path: "../altive_lints"
relative: true
source: path
version: "1.9.0"
analyzer:
dependency: transitive
Expand Down
2 changes: 1 addition & 1 deletion packages/diffscrape/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: diffscrape
description: A sample command-line application with basic argument parsing.
description: Diffscrape is a package for scraping and checking differences.
version: 0.0.1
publish_to: none
repository: https://github.com/altive/altive_lints
Expand Down

0 comments on commit a95179b

Please sign in to comment.