Skip to content

Commit

Permalink
Upgraded dev dependencies after new release of build_node_compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
pulyaevskiy committed Sep 23, 2020
1 parent 2551b2e commit a0582a4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions node_http/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dependencies:
node_io: ^1.0.0

dev_dependencies:
build_runner: ^1.0.0
build_node_compilers: ^0.2.0
build_test:
build_runner: ">=1.10.0 <1.10.2"
build_node_compilers: ^0.3.0
build_test: ^1.0.0
pedantic: ^1.0.0
test: ^1.0.0
8 changes: 4 additions & 4 deletions node_interop/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ homepage: https://github.com/pulyaevskiy/node-interop
author: Anatoly Pulyaevskiy <[email protected]>

environment:
sdk: '>=2.0.0 <3.0.0'
sdk: '>=2.9.0 <3.0.0'

dependencies:
js: ^0.6.1

dev_dependencies:
pedantic: ^1.0.0
test: ^1.0.0
build_runner: ^1.0.0
build_node_compilers: ^0.2.0
build_test:
build_runner: ">=1.10.0 <1.10.2"
build_node_compilers: ^0.3.0
build_test: ^1.0.0
6 changes: 3 additions & 3 deletions node_io/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ dev_dependencies:
js: ^0.6.0
pedantic: ^1.0.0
test: ^1.0.0
build_runner: ^1.0.0
build_node_compilers: ^0.2.0
build_test:
build_runner: ">=1.10.0 <1.10.2"
build_node_compilers: ^0.3.0
build_test: ^1.0.0

0 comments on commit a0582a4

Please sign in to comment.