File tree Expand file tree Collapse file tree 7 files changed +64
-60
lines changed
amplify-codegen-e2e-tests
src/__tests__/visitors/__snapshots__ Expand file tree Collapse file tree 7 files changed +64
-60
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ executors:
18
18
shell : bash.exe
19
19
macos_node12 : &macos_node12
20
20
macos :
21
- xcode : " 11 .2.1"
21
+ xcode : 13 .2.1
22
22
resource_class : large
23
23
24
24
defaults : &defaults
80
80
- equal : [ *windows_node12, << parameters.os >> ]
81
81
steps :
82
82
- checkout
83
+ - run : nvm install 12.22.7
84
+ - run : nvm alias default 12.22.7
83
85
- run : yarn config set workspaces-experimental true
84
86
- run : yarn cache clean --force
85
87
- run : yarn run production-build
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ executors:
19
19
shell : bash.exe
20
20
macos_node12 : &ref_1
21
21
macos :
22
- xcode : 11 .2.1
22
+ xcode : 13 .2.1
23
23
resource_class : large
24
24
defaults :
25
25
working_directory : ~/repo
82
82
- << parameters.os >>
83
83
steps :
84
84
- checkout
85
+ - run : nvm install 12.22.7
86
+ - run : nvm alias default 12.22.7
85
87
- run : yarn config set workspaces-experimental true
86
88
- run : yarn cache clean --force
87
89
- run : yarn run production-build
Original file line number Diff line number Diff line change 58
58
" packages/*"
59
59
],
60
60
"devDependencies" : {
61
- "@commitlint/cli" : " ^15.0 .0" ,
62
- "@commitlint/config-conventional" : " ^15.0 .0" ,
63
- "@commitlint/config-lerna-scopes" : " ^15.0 .0" ,
61
+ "@commitlint/cli" : " ^8.1 .0" ,
62
+ "@commitlint/config-conventional" : " ^8.1 .0" ,
63
+ "@commitlint/config-lerna-scopes" : " ^8.1 .0" ,
64
64
"@types/jest" : " ^25.2.1" ,
65
65
"@types/js-yaml" : " ^3.12.3" ,
66
66
"@typescript-eslint/eslint-plugin" : " ^2.16.0" ,
Original file line number Diff line number Diff line change 23
23
},
24
24
"dependencies" : {
25
25
"amplify-codegen-e2e-core" : " 1.1.5" ,
26
- "aws-amplify" : " ^4.3.10 " ,
26
+ "aws-amplify" : " ^3.0.8 " ,
27
27
"aws-appsync" : " ^4.0.3" ,
28
28
"aws-sdk" : " ^2.845.0" ,
29
29
"circleci-api" : " ^4.1.3" ,
Original file line number Diff line number Diff line change 23
23
"@aws-amplify/appsync-modelgen-plugin" : " 1.29.11" ,
24
24
"@aws-amplify/graphql-docs-generator" : " 2.4.2" ,
25
25
"@aws-amplify/graphql-types-generator" : " 2.8.6" ,
26
- "@graphql-codegen/core" : " 2.3.0 " ,
26
+ "@graphql-codegen/core" : " 1.8.3 " ,
27
27
"amplify-codegen-appsync-model-plugin" : " ^1.22.3" ,
28
28
"amplify-graphql-docs-generator" : " ^2.2.1" ,
29
29
"amplify-graphql-types-generator" : " ^2.7.0" ,
Original file line number Diff line number Diff line change 24
24
"test" : " jest"
25
25
},
26
26
"dependencies" : {
27
- "@graphql-codegen/plugin-helpers" : " ^2.3.1 " ,
28
- "@graphql-codegen/visitor-plugin-common" : " ^2.5.1 " ,
29
- "@graphql-tools/utils" : " ^8.5.3 " ,
27
+ "@graphql-codegen/plugin-helpers" : " ^1.12.2 " ,
28
+ "@graphql-codegen/visitor-plugin-common" : " 1.12.2 " ,
29
+ "@graphql-tools/utils" : " ^6.0.18 " ,
30
30
"@types/node" : " ^12.12.6" ,
31
31
"@types/pluralize" : " 0.0.29" ,
32
32
"chalk" : " ^3.0.0" ,
38
38
"ts-dedent" : " ^1.1.0"
39
39
},
40
40
"devDependencies" : {
41
- "@graphql-codegen/testing" : " ^1.17.7 " ,
41
+ "@graphql-codegen/testing" : " ^1.13.1 " ,
42
42
"graphql" : " ^14.5.8" ,
43
- "java-ast" : " ^0.3 .0"
43
+ "java-ast" : " ^0.1 .0"
44
44
},
45
45
"peerDependencies" : {
46
46
"graphql" : " ^14.5.8"
You can’t perform that action at this time.
0 commit comments