Skip to content

Commit

Permalink
example: update example app dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuit committed Sep 23, 2024
1 parent c86eaf0 commit 7492b7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,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
8 changes: 4 additions & 4 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ executables:
example: ./bin/example.dart

environment:
sdk: ">=2.12.0 <4.0.0"
sdk: "^3.0.0"

dependencies:
benchmark_harness: any
uuid: any
benchmark_harness: ^2.2.2
uuid: ^4.5.0
objectid:
path: ../

dev_dependencies:
lints: ^2.1.0
lints: ^4.0.0

0 comments on commit 7492b7e

Please sign in to comment.