Skip to content
Merged
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
4 changes: 2 additions & 2 deletions pkgs/shelf_router_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 1.1.2-wip
## 1.1.2

* Require `analyzer: ^7.4.0`
* Require `analyzer: '>=7.4.0 <9.0.0'`
* Require `build: ^3.0.0`
* Require `build_config: ^1.1.0`
* Require `source_gen: ^3.0.0`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// While we support the older pkg:analyzer version
// ignore_for_file: deprecated_member_use

import 'dart:async' show Future;

import 'package:analyzer/dart/element/element2.dart'
Expand Down
4 changes: 2 additions & 2 deletions pkgs/shelf_router_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: shelf_router_generator
version: 1.1.2-wip
version: 1.1.2
description: >
A package:build-compatible builder for generating request routers for the
shelf web-framework based on source annotations.
Expand All @@ -14,7 +14,7 @@ environment:
sdk: ^3.7.0

dependencies:
analyzer: ^7.4.0
analyzer: '>=7.4.0 <9.0.0'
build: ^3.0.0
build_config: ^1.1.0
code_builder: ^4.2.0
Expand Down
Loading