Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update packages. #2707

Merged
merged 1 commit into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests/hw/esp32/package.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdk: ^2.0.0-alpha.144
sdk: ^2.0.0-alpha.150
prefixes:
bme280: bme280-driver
dhtxx: toit-dhtxx
Expand All @@ -18,8 +18,8 @@ packages:
toit-dhtxx:
url: github.com/toitware/toit-dhtxx
name: dhtxx
version: 1.4.0
hash: bf69ad9ac348324803caf8919cf7e9f34aa3d343
version: 1.5.0
hash: 8e7d46610c690efd8d23de2f6aaeb239274a762d
toit-ds18b20:
url: github.com/toitware/toit-ds18b20
name: ds18b20
Expand Down
2 changes: 1 addition & 1 deletion tests/hw/esp32/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
version: ^1.1.0
dhtxx:
url: github.com/toitware/toit-dhtxx
version: ^1.4.0
version: ^1.5.0
ds18b20:
url: github.com/toitware/toit-ds18b20
version: ^2.1.0
Expand Down
8 changes: 4 additions & 4 deletions tests/package.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ packages:
toit-cert-roots:
url: github.com/toitware/toit-cert-roots
name: certificate-roots
version: 1.7.0
hash: 0f824e1e2209d9833fa23635460d30661546af4f
version: 1.8.0
hash: 369a0b36e813e37d6248990de59964020644ab50
toit-partition-table-esp32:
url: github.com/toitware/toit-partition-table-esp32
name: partition-table
version: 1.3.0
hash: 4a64a4a25bed91e105227dba138a411a90dfabcf
version: 1.4.0
hash: 9ee4032b913a00d0c0f87446261d034842b707f1
4 changes: 2 additions & 2 deletions tests/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
version: ^1.4.1
certificate_roots:
url: github.com/toitware/toit-cert-roots
version: ^1.7.0
version: ^1.8.0
cli:
url: github.com/toitlang/pkg-cli
version: ^2.2.0
Expand All @@ -19,7 +19,7 @@ dependencies:
version: ^1.15.3
partition-table:
url: github.com/toitware/toit-partition-table-esp32
version: ^1.3.0
version: ^1.4.0
tar:
url: github.com/toitlang/pkg-tar
version: ^1.2.0
8 changes: 4 additions & 4 deletions tools/package.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ packages:
toit-cert-roots:
url: github.com/toitware/toit-cert-roots
name: certificate-roots
version: 1.7.0
hash: 0f824e1e2209d9833fa23635460d30661546af4f
version: 1.8.0
hash: 369a0b36e813e37d6248990de59964020644ab50
toit-partition-table-esp32:
url: github.com/toitware/toit-partition-table-esp32
name: partition-table
version: 1.3.0
hash: 4a64a4a25bed91e105227dba138a411a90dfabcf
version: 1.4.0
hash: 9ee4032b913a00d0c0f87446261d034842b707f1
toit-semver:
url: github.com/toitware/toit-semver
name: semver
Expand Down
4 changes: 2 additions & 2 deletions tools/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
version: ^1.4.1
certificate_roots:
url: github.com/toitware/toit-cert-roots
version: ^1.7.0
version: ^1.8.0
cli:
url: github.com/toitlang/pkg-cli
version: ^2.2.0
Expand All @@ -22,7 +22,7 @@ dependencies:
version: ^2.8.0
partition-table:
url: github.com/toitware/toit-partition-table-esp32
version: ^1.3.0
version: ^1.4.0
semver:
url: github.com/toitware/toit-semver
version: ^1.1.0
Expand Down
4 changes: 2 additions & 2 deletions tools/pkg/package.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ packages:
toit-cert-roots:
url: github.com/toitware/toit-cert-roots
name: certificate-roots
version: 1.7.0
hash: 0f824e1e2209d9833fa23635460d30661546af4f
version: 1.8.0
hash: 369a0b36e813e37d6248990de59964020644ab50
2 changes: 1 addition & 1 deletion tools/pkg/package.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
certificate_roots:
url: github.com/toitware/toit-cert-roots
version: ^1.7.0
version: ^1.8.0
cli:
url: github.com/toitlang/pkg-cli
version: ^2.2.0
Expand Down
Loading