Skip to content

Commit

Permalink
feat: update dependencies & add custom_lint to example app
Browse files Browse the repository at this point in the history
  • Loading branch information
dickermoshe committed Sep 18, 2024
1 parent 524e776 commit a74df20
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
sqlite3: ^2.0.0

# Used in examples
rxdart: ^0.27.3
rxdart: ^0.28.0
yaml: ^3.1.1
drift_dev: any
test: ^1.18.0
Expand Down
2 changes: 0 additions & 2 deletions drift_dev/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ dependencies:
dart_style: ">=1.3.3 <3.0.0"
source_gen: ">=0.9.4 <2.0.0"
string_scanner: ^1.1.1

# Linting
custom_lint_builder: ^0.6.7

dev_dependencies:
Expand Down
2 changes: 2 additions & 0 deletions examples/app/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ analyzer:
- "**/*.g.dart"
- "**/*.freezed.dart"
- "**/generated_migrations/**"
plugins:
- custom_lint
1 change: 1 addition & 0 deletions examples/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dev_dependencies:
# `build.yaml`.
build_web_compilers: ^4.0.0
build: ^2.2.1
custom_lint: ^0.6.7

flutter:
uses-material-design: true
32 changes: 24 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.4.1"
clock:
dependency: transitive
description:
name: clock
sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf
url: "https://pub.dev"
source: hosted
version: "1.1.1"
collection:
dependency: transitive
description:
Expand All @@ -77,10 +85,10 @@ packages:
dependency: transitive
description:
name: file
sha256: "1b92bec4fc2a72f59a8e15af5f52cd441e4a7860b49499d69dfa817af20e925d"
sha256: "5fc22d7c25582e38ad9a8515372cd9a93834027aacf1801cf01164dac0ffa08c"
url: "https://pub.dev"
source: hosted
version: "6.1.4"
version: "7.0.0"
glob:
dependency: transitive
description:
Expand Down Expand Up @@ -113,6 +121,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "4.1.0"
intl:
dependency: transitive
description:
name: intl
sha256: d6f56758b7d3014a48af9701c085700aac781a92a87a62b1333b46d8879661cf
url: "https://pub.dev"
source: hosted
version: "0.19.0"
io:
dependency: transitive
description:
Expand Down Expand Up @@ -141,10 +157,10 @@ packages:
dependency: "direct dev"
description:
name: melos
sha256: "96e64bbade5712c3f010137e195bca9f1b351fac34ab1f322af492ae34032067"
sha256: a3f06ed871e0348cb99909ad5ddf5f8b53cc61d894c302b5417d2db1ee7ec381
url: "https://pub.dev"
source: hosted
version: "3.4.0"
version: "6.1.0"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -189,10 +205,10 @@ packages:
dependency: transitive
description:
name: process
sha256: "53fd8db9cec1d37b0574e12f07520d582019cb6c44abf5479a01505099a34a09"
sha256: "21e54fd2faf1b5bdd5102afd25012184a6793927648ea81eea80552ac9405b32"
url: "https://pub.dev"
source: hosted
version: "4.2.4"
version: "5.0.2"
prompts:
dependency: transitive
description:
Expand All @@ -213,10 +229,10 @@ packages:
dependency: transitive
description:
name: pub_updater
sha256: b06600619c8c219065a548f8f7c192b3e080beff95488ed692780f48f69c0625
sha256: "54e8dc865349059ebe7f163d6acce7c89eb958b8047e6d6e80ce93b13d7c9e60"
url: "https://pub.dev"
source: hosted
version: "0.3.1"
version: "0.4.0"
pubspec:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ environment:
sdk: ">=3.3.0 <4.0.0"

dev_dependencies:
melos: ^3.0.0
melos: ^6.1.0

0 comments on commit a74df20

Please sign in to comment.