Skip to content
Open
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
2 changes: 1 addition & 1 deletion packages/dart_analyzer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:
dependencies:
crypto: ^3.0.3
path: ^1.9.0
analyzer:
analyzer: ^10.0.1
flutterjs_dev_tools: any


Expand Down
2 changes: 1 addition & 1 deletion packages/flutterjs_builder/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
dependencies:
flutter:
sdk: flutter
analyzer: ^8.4.1
analyzer: ^10.0.1
path: ^1.9.1
flutterjs_gen:
path: ../flutterjs_gen
Expand Down
2 changes: 1 addition & 1 deletion packages/flutterjs_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
meta: ^1.11.0
collection: ^1.18.0
crypto: ^3.0.3
analyzer: ^8.4.1
analyzer: ^10.0.1
path: ^1.9.0
flutterjs_dev_utils:
path: ../flutterjs_dev_utils
Expand Down
2 changes: 1 addition & 1 deletion packages/flutterjs_tools/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
flutterjs_gen: any
pubjs: any
args: ^2.7.0
analyzer: ^8.4.1
analyzer: ^10.0.1

dev_dependencies:
lints: ^6.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/pubjs/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
crypto: ^3.0.3
meta: ^1.10.0
archive: ^4.0.7
analyzer: ^8.4.1
analyzer: ^10.0.1
code_builder: ^4.11.1
flutterjs_builder:
path: ../flutterjs_builder
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ environment:
# Add regular dependencies here.
dependencies:
path: ^1.9.0
analyzer: ^8.4.1
analyzer: ^10.0.1
args:
archive: ^4.0.7
code_builder: ^4.11.1
Expand Down
Loading