Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cachapa committed Nov 2, 2024
1 parent f4a0466 commit 32016d4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .idea/libraries/Dart_Packages.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.2

- Update dependencies

## 3.0.1

- Allow setting custom node ids
Expand Down
2 changes: 0 additions & 2 deletions lib/sql_crdt.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
library sql_crdt;

export 'package:crdt/crdt.dart';

export 'src/crdt_executor.dart';
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sql_crdt
description: Base package for Conflict-free Replicated Data Types (CRDTs) using SQL databases
version: 3.0.1
version: 3.0.2
homepage: https://github.com/cachapa/sql_crdt
repository: https://github.com/cachapa/sql_crdt
issue_tracker: https://github.com/cachapa/sql_crdt/issues
Expand All @@ -9,10 +9,10 @@ environment:
sdk: ^3.0.0

dependencies:
crdt: ^5.1.2
crdt: ^5.1.3
# path: ../crdt
source_span: ^1.10.0
sqlparser: ^0.34.1
sqlparser: ^0.39.2

dev_dependencies:
lints: any
Expand Down

0 comments on commit 32016d4

Please sign in to comment.