Skip to content

Commit

Permalink
Merge pull request #104 from jmgeffroy/main
Browse files Browse the repository at this point in the history
Merge Mantano's private changes
  • Loading branch information
jmgeffroy authored Jan 20, 2024
2 parents ec0a226 + c9a0381 commit 0e21040
Show file tree
Hide file tree
Showing 93 changed files with 716 additions and 10,760 deletions.
2 changes: 1 addition & 1 deletion components/commons/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ dependencies:
path: ../

dev_dependencies:
lints: ^2.1.0
lints: ^2.1.1
40 changes: 20 additions & 20 deletions components/commons/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: "8880b4cfe7b5b17d57c052a5a3a8cc1d4f546261c7cc8fbd717bd53f48db0568"
sha256: eb376e9acf6938204f90eb3b1f00b578640d3188b4c8a8ec054f9f479af8d051
url: "https://pub.dev"
source: hosted
version: "59.0.0"
version: "64.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
sha256: a89627f49b0e70e068130a36571409726b04dab12da7e5625941d2c8ec278b96
sha256: "69f54f967773f6c26c7dcb13e93d7ccee8b17a641689da39e878d5cf13b06893"
url: "https://pub.dev"
source: hosted
version: "5.11.1"
version: "6.2.0"
archive:
dependency: "direct main"
description:
Expand Down Expand Up @@ -101,10 +101,10 @@ packages:
dependency: "direct main"
description:
name: dartx
sha256: "45d7176701f16c5a5e00a4798791c1964bc231491b879369c818dd9a9c764871"
sha256: "8b25435617027257d43e6508b5fe061012880ddfdaa75a71d607c3de2a13d244"
url: "https://pub.dev"
source: hosted
version: "1.1.0"
version: "1.2.0"
dfunc:
dependency: "direct main"
description:
Expand All @@ -125,10 +125,10 @@ packages:
dependency: "direct main"
description:
name: fimber
sha256: "1415768ddd9fd66f134dbc53f731107554c98175a63d4e93234478a113ffabb8"
sha256: "42fcfa33acd43556c1e7ebfc12c2b03893418bc04a07931368c3573e228af2f0"
url: "https://pub.dev"
source: hosted
version: "0.6.6"
version: "0.7.0"
frontend_server_client:
dependency: transitive
description:
Expand Down Expand Up @@ -181,10 +181,10 @@ packages:
dependency: "direct dev"
description:
name: lints
sha256: "6b0206b0bf4f04961fc5438198ccb3a885685cd67d4d4a32cc20ad7f8adbe015"
sha256: "0a217c6c989d21039f1498c3ed9f3ed71b354e69873f13a8dfc3c9fe76f1b452"
url: "https://pub.dev"
source: hosted
version: "2.1.0"
version: "2.1.1"
logging:
dependency: transitive
description:
Expand All @@ -197,10 +197,10 @@ packages:
dependency: transitive
description:
name: matcher
sha256: "1803e76e6653768d64ed8ff2e1e67bea3ad4b923eb5c56a295c3e634bad5960e"
sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb
url: "https://pub.dev"
source: hosted
version: "0.12.16"
version: "0.12.16+1"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -357,26 +357,26 @@ packages:
dependency: "direct dev"
description:
name: test
sha256: "13b41f318e2a5751c3169137103b60c584297353d4b1761b66029bae6411fe46"
sha256: "694c108e13c6b35b15fcb0f8f03eddf8373f93b044c9497b5e81ce09f7381bda"
url: "https://pub.dev"
source: hosted
version: "1.24.3"
version: "1.25.1"
test_api:
dependency: transitive
description:
name: test_api
sha256: "75760ffd7786fffdfb9597c35c5b27eaeec82be8edfb6d71d32651128ed7aab8"
sha256: "9955ae474176f7ac8ee4e989dadfb411a58c30415bcfb648fa04b2b8a03afa7f"
url: "https://pub.dev"
source: hosted
version: "0.6.0"
version: "0.7.0"
test_core:
dependency: transitive
description:
name: test_core
sha256: "99806e9e6d95c7b059b7a0fc08f07fc53fabe54a829497f0d9676299f1e8637e"
sha256: "2bc4b4ecddd75309300d8096f781c0e3280ca1ef85beda558d33fcbedc2eead4"
url: "https://pub.dev"
source: hosted
version: "0.5.3"
version: "0.6.0"
time:
dependency: transitive
description:
Expand All @@ -397,10 +397,10 @@ packages:
dependency: "direct main"
description:
name: universal_io
sha256: "302df7ff2b6a96960e9e447b42e1f238fa30525b92f7ddb47432f8406cd51401"
sha256: "1722b2dcc462b4b2f3ee7d188dad008b6eb4c40bbd03a3de451d82c78bba9aad"
url: "https://pub.dev"
source: hosted
version: "2.2.1"
version: "2.2.2"
vm_service:
dependency: transitive
description:
Expand Down
10 changes: 5 additions & 5 deletions components/commons/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ environment:
dependencies:
archive: ^3.3.7
crypto: ^3.0.3
dartx: ^1.1.0
dartx: ^1.2.0
dfunc: ^0.9.0
fimber: ^0.6.6
fimber: ^0.7.0
path: ^1.8.3
universal_io: ^2.2.1
universal_io: ^2.2.2

dev_dependencies:
lints: ^2.1.0
test: ^1.24.3
lints: ^2.1.1
test: ^1.24.6
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
Loading

0 comments on commit 0e21040

Please sign in to comment.