Skip to content

Commit

Permalink
Locking dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Jun 5, 2023
1 parent ea5093c commit 04b14a7
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 11 deletions.
4 changes: 2 additions & 2 deletions sidekick/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -525,10 +525,10 @@ packages:
dependency: "direct main"
description:
name: sidekick_core
sha256: c5abf18dfb0138c111161dedf12abfdaeb77c2104d41480e8a4d56b8bdedd937
sha256: "1f7a9080b3a6f3d579b7ec5078ce7e2d19f383b9e7d04c56c3575e691dba2a74"
url: "https://pub.dev"
source: hosted
version: "2.0.0"
version: "2.0.1"
sidekick_test:
dependency: "direct dev"
description:
Expand Down
99 changes: 90 additions & 9 deletions sidekick/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,97 @@ environment:
sdk: '>=2.19.0 <3.999.0'

dependencies:
acronym: ^0.5.1
args: ^2.3.2
dartx: ^1.0.0
# direct dependencies
acronym: '>=0.5.1 <=0.5.1'
args: '>=2.3.2 <=2.4.1'
dartx: '>=1.0.0 <=1.1.0'
dcli: '>=2.2.0 <=2.2.3'
http: '>=0.13.3 <=2.0.0'
meta: ^1.5.0
path: ^1.8.0
process: ^4.2.4
recase: ^4.0.0
sidekick_core: ^2.0.1
http: '>=0.13.3 <=0.13.6'
meta: '>=1.5.0 <=1.9.1'
path: '>=1.8.0 <=1.8.3'
process: '>=4.2.4 <=4.2.4'
recase: '>=4.0.0 <=4.1.0'
sidekick_core: '>=2.0.1 <=2.0.1'

# transitive dependencies
_fe_analyzer_shared: '>=60.0.0 <=60.0.0'
analyzer: '>=5.0.0 <=5.12.0'
archive: '>=3.0.0 <=3.3.7'
async: '>=2.0.0 <=2.11.0'
basic_utils: '>=5.0.0 <=5.5.4'
boolean_selector: '>=2.0.0 <=2.1.1'
characters: '>=1.0.0 <=1.3.0'
charcode: '>=1.0.0 <=1.3.1'
chunked_stream: '>=1.0.0 <=1.4.2'
circular_buffer: '>=0.11.0 <=0.11.0'
cli_util: '>=0.4.0 <=0.4.0'
clock: '>=1.0.0 <=1.1.1'
collection: '>=1.0.0 <=1.17.2'
convert: '>=3.0.0 <=3.1.1'
coverage: '>=1.0.0 <=1.6.3'
crypto: '>=3.0.0 <=3.0.3'
csv: '>=5.0.0 <=5.0.2'
dart_console2: '>=3.0.0 <=3.0.0'
dcli_core: '>=2.0.0 <=2.2.3'
equatable: '>=2.0.0 <=2.0.5'
ffi: '>=2.0.0 <=2.0.2'
file: '>=6.0.0 <=6.1.4'
frontend_server_client: '>=3.0.0 <=3.2.0'
functional_data: '>=1.0.0 <=1.0.0'
glob: '>=2.0.0 <=2.1.1'
globbing: '>=1.0.0 <=1.0.0'
http_multi_server: '>=3.0.0 <=3.2.1'
http_parser: '>=4.0.0 <=4.0.2'
ini: '>=2.0.0 <=2.1.0'
intl: '>=0.18.0 <=0.18.1'
io: '>=1.0.0 <=1.0.4'
js: '>=0.6.0 <=0.6.7'
json2yaml: '>=3.0.0 <=3.0.1'
json_annotation: '>=4.0.0 <=4.8.1'
logging: '>=1.0.0 <=1.1.1'
matcher: '>=0.12.0 <=0.12.15'
mime: '>=1.0.0 <=1.0.4'
mocktail: '>=0.3.0 <=0.3.0'
node_preamble: '>=2.0.0 <=2.0.2'
package_config: '>=2.0.0 <=2.1.0'
platform: '>=3.0.0 <=3.1.0'
pointycastle: '>=3.0.0 <=3.7.3'
pool: '>=1.0.0 <=1.5.1'
posix: '>=5.0.0 <=5.0.0'
pub_semver: '>=2.0.0 <=2.1.4'
pubspec2: '>=2.0.0 <=2.4.2'
pubspec_lock: '>=3.0.0 <=3.0.2'
quiver: '>=3.0.0 <=3.2.1'
random_string: '>=2.0.0 <=2.3.1'
scope: '>=3.0.0 <=3.0.0'
settings_yaml: '>=6.0.0 <=6.0.0'
shelf: '>=1.0.0 <=1.4.1'
shelf_packages_handler: '>=3.0.0 <=3.0.2'
shelf_static: '>=1.0.0 <=1.1.2'
shelf_web_socket: '>=1.0.0 <=1.0.4'
source_map_stack_trace: '>=2.0.0 <=2.1.1'
source_maps: '>=0.10.0 <=0.10.12'
source_span: '>=1.0.0 <=1.10.0'
stack_trace: '>=1.0.0 <=1.11.0'
stream_channel: '>=2.0.0 <=2.1.1'
string_scanner: '>=1.0.0 <=1.2.0'
sum_types: '>=0.3.0 <=0.3.5'
system_info2: '>=4.0.0 <=4.0.0'
term_glyph: '>=1.0.0 <=1.2.1'
test_api: '>=0.5.0 <=0.5.2'
test_core: '>=0.5.0 <=0.5.2'
time: '>=2.0.0 <=2.1.3'
typed_data: '>=1.0.0 <=1.3.2'
uri: '>=1.0.0 <=1.0.0'
uuid: '>=3.0.0 <=3.0.7'
validators2: '>=5.0.0 <=5.0.0'
vm_service: '>=11.0.0 <=11.6.0'
watcher: '>=1.0.0 <=1.1.0'
web_socket_channel: '>=2.0.0 <=2.4.0'
webkit_inspection_protocol: '>=1.0.0 <=1.2.0'
win32: '>=4.0.0 <=4.1.4'
yaml: '>=3.0.0 <=3.1.2'
yaml_edit: '>=2.0.0 <=2.1.1'

dev_dependencies:
lint: ^2.0.0
Expand Down
33 changes: 33 additions & 0 deletions sidekick/pubspec.yaml.unlocked
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: sidekick
description: Creates a CLI for your flutter app for custom tasks and automation
version: 2.0.0
repository: https://github.com/phntmxyz/sidekick/tree/main/sidekick
issue_tracker: https://github.com/phntmxyz/sidekick/labels/sidekick
topics:
- sidekick
- cli

environment:
sdk: '>=2.19.0 <3.999.0'

dependencies:
acronym: ^0.5.1
args: ^2.3.2
dartx: ^1.0.0
dcli: '>=2.2.0 <=2.2.3'
http: '>=0.13.3 <=2.0.0'
meta: ^1.5.0
path: ^1.8.0
process: ^4.2.4
recase: ^4.0.0
sidekick_core: ^2.0.1

dev_dependencies:
lint: ^2.0.0
sidekick_test:
path: ../sidekick_test
test: ^1.21.6
test_process: ^2.0.3

executables:
sidekick:

0 comments on commit 04b14a7

Please sign in to comment.