Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #299 from comigor/chore/package-updates
Browse files Browse the repository at this point in the history
package updates
  • Loading branch information
vasilich6107 authored Apr 27, 2021
2 parents b41097c + e9a7af8 commit 4cffbf2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 7.0.0-beta.6

- packages update

## 7.0.0-beta.5

- github example fix
Expand Down
2 changes: 1 addition & 1 deletion lib/generator/print_helpers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'package:artemis/generator/data/enum_value_definition.dart';
import 'package:code_builder/code_builder.dart';
import 'package:collection/collection.dart' show IterableExtension;
import 'package:dart_style/dart_style.dart';
import 'package:gql_code_builder/src/ast.dart' as dart;
import 'package:gql_code_builder_temp/src/ast.dart' as dart;
import 'package:recase/recase.dart';

import '../generator/helpers.dart';
Expand Down
16 changes: 7 additions & 9 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: artemis
version: 7.0.0-beta.5
version: 7.0.0-beta.6

description: Build dart types from GraphQL schemas and queries (using Introspection Query).
homepage: https://github.com/comigor/artemis
Expand All @@ -12,10 +12,11 @@ dependencies:
code_builder: ^4.0.0
build: ^2.0.1
collection: ^1.15.0
dart_style: ^2.0.0
dart_style: ^2.0.1
equatable: ^2.0.0
glob: ^2.0.1
gql_code_builder: ^0.2.0-nullsafety.0
# temp release until gql team will not update their package
gql_code_builder_temp: ^0.2.0-nullsafety.1
gql_dedupe_link: ^2.0.0-nullsafety.1
gql_exec: ^0.3.0-nullsafety.2
gql_http_link: ^0.4.0-nullsafety.1
Expand All @@ -30,15 +31,12 @@ dependencies:
yaml: ^3.1.0

dev_dependencies:
args: ^2.0.0
build_runner: ^2.0.0
args: ^2.1.0
build_runner: ^2.0.1
build_test: ^2.1.0
json_serializable: ^4.1.1
build_resolvers: ^2.0.1
pedantic: ^1.11.0
test: ^1.16.8
test: ^1.17.2
logging: ^1.0.1

dependency_overrides:
code_builder: ^4.0.0

0 comments on commit 4cffbf2

Please sign in to comment.