This repository was archived by the owner on Jun 29, 2021. It is now read-only.
File tree 8 files changed +16
-14
lines changed
graphql-typescript-definitions
graphql-validate-fixtures
8 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-config-utilities" ,
3
3
"description" : " Common utilities for graphql-config" ,
4
- "version" : " 1.1.0 " ,
4
+ "version" : " 1.1.1 " ,
5
5
"types" : " lib" ,
6
6
"main" : " lib/index.js" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-fixtures" ,
3
- "version" : " 0.9.0 " ,
3
+ "version" : " 0.9.1 " ,
4
4
"types" : " lib" ,
5
5
"main" : " lib/index.js" ,
6
6
"license" : " MIT" ,
28
28
"@types/faker" : " ^4.1.2" ,
29
29
"faker" : " ^4.1.0" ,
30
30
"graphql" : " >=14.5.0 <15.0.0" ,
31
- "graphql-tool-utilities" : " ^1.2 .0"
31
+ "graphql-tool-utilities" : " ^1.3 .0"
32
32
},
33
33
"peerDependencies" : {
34
34
"graphql-typed" : " ^0.4.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-mini-transforms" ,
3
3
"description" : " Transformers for importing .graphql files in various build tools." ,
4
- "version" : " 1.2.1 " ,
4
+ "version" : " 1.2.2 " ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib" ,
7
7
"license" : " MIT" ,
42
42
"@types/webpack" : " ^4.41.11" ,
43
43
"fs-extra" : " ^9.0.0" ,
44
44
"graphql" : " >=14.5.0 <15.0.0" ,
45
- "graphql-typed" : " ^0.6.0 " ,
45
+ "graphql-typed" : " ^0.6.1 " ,
46
46
"loader-utils" : " ^2.0.0"
47
47
}
48
48
}
Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased]
8
+ <!-- ## [Unreleased] -->
9
+
10
+ ## [ 1.3.0] - 2020-12-03
9
11
10
12
- Updated dependency: ` core-js@^3.0.0 ` .
11
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-tool-utilities" ,
3
3
"description" : " Common utilities for GraphQL developer tools" ,
4
- "version" : " 1.2 .0" ,
4
+ "version" : " 1.3 .0" ,
5
5
"types" : " lib" ,
6
6
"main" : " lib/index.js" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-typed" ,
3
- "version" : " 0.6.0 " ,
3
+ "version" : " 0.6.1 " ,
4
4
"description" : " A more strongly typed version of GraphQL's DocumentNode." ,
5
5
"main" : " index.js" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-typescript-definitions" ,
3
- "version" : " 0.21.0 " ,
3
+ "version" : " 0.21.1 " ,
4
4
"main" : " lib/index.js" ,
5
5
"types" : " lib" ,
6
6
"description" : " Generate TypeScript definition files from .graphql documents" ,
42
42
"glob" : " ^7.1.2" ,
43
43
"graphql" : " >=14.5.0 <15.0.0" ,
44
44
"graphql-config" : " ^2.2.1" ,
45
- "graphql-config-utilities" : " ^1.1.0 " ,
46
- "graphql-tool-utilities" : " ^1.2 .0" ,
45
+ "graphql-config-utilities" : " ^1.1.1 " ,
46
+ "graphql-tool-utilities" : " ^1.3 .0" ,
47
47
"upper-case-first" : " ^2.0.1" ,
48
48
"yargs" : " ^15.3.1"
49
49
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-validate-fixtures" ,
3
3
"description" : " Validates JSON fixtures for GraphQL responses against the associated operations and schema" ,
4
- "version" : " 0.12.1 " ,
4
+ "version" : " 0.12.2 " ,
5
5
"main" : " lib/index.js" ,
6
6
"license" : " MIT" ,
7
7
"publishConfig" : {
32
32
"glob" : " ^7.1.2" ,
33
33
"graphql" : " >=14.5.0 <15.0.0" ,
34
34
"graphql-config" : " ^2.2.1" ,
35
- "graphql-config-utilities" : " ^1.1.0 " ,
36
- "graphql-tool-utilities" : " ^1.2 .0" ,
35
+ "graphql-config-utilities" : " ^1.1.1 " ,
36
+ "graphql-tool-utilities" : " ^1.3 .0" ,
37
37
"yargs" : " ^15.3.1"
38
38
}
39
39
}
You can’t perform that action at this time.
0 commit comments