Skip to content

Commit

Permalink
update dox app dependencies (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
necessarylion authored Dec 29, 2023
1 parent 011f2f5 commit 9b93fa3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions packages/dox-app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -231,49 +231,49 @@ packages:
path: "../dox-annotation"
relative: true
source: path
version: "1.0.5-alpha2.1"
version: "1.0.5"
dox_auth:
dependency: "direct main"
description:
path: "../dox-auth"
relative: true
source: path
version: "2.0.0-beta.2"
version: "2.0.0"
dox_builder:
dependency: "direct dev"
description:
path: "../dox-builder"
relative: true
source: path
version: "2.0.0-alpha.2"
version: "2.0.0"
dox_core:
dependency: "direct main"
description:
path: "../dox-core"
relative: true
source: path
version: "2.0.0-alpha.5"
version: "2.0.0"
dox_migration:
dependency: "direct main"
description:
path: "../dox-migration"
relative: true
source: path
version: "2.0.0-alpha.2"
version: "2.0.0"
dox_query_builder:
dependency: "direct main"
description:
path: "../dox-query-builder"
relative: true
source: path
version: "2.0.0-alpha.1"
version: "2.0.0"
dox_websocket:
dependency: "direct main"
description:
path: "../dox-websocket"
relative: true
source: path
version: "1.0.0-beta.2"
version: "1.0.0"
ed25519_edwards:
dependency: transitive
description:
Expand Down
12 changes: 6 additions & 6 deletions packages/dox-app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ dependencies:
postgres: ^3.0.5
ioredis: ^1.0.2
short_uuids: ^2.0.0
dox_auth: ^2.0.0-beta.2
dox_migration: ^2.0.0-alpha.2
dox_core: ^2.0.0-alpha.5
dox_websocket: ^1.0.0-beta.2
dox_query_builder: ^2.0.0-alpha.1
dox_auth: ^2.0.0
dox_migration: ^2.0.0
dox_core: ^2.0.0
dox_websocket: ^1.0.0
dox_query_builder: ^2.0.0

dev_dependencies:
dox_builder: ^2.0.0-alpha.1
dox_builder: ^2.0.0
build_runner: ^2.3.3
lints: ^2.0.0
test: ^1.21.0
Expand Down

0 comments on commit 9b93fa3

Please sign in to comment.