Skip to content

Commit

Permalink
fix: move mock libraries to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgrieger committed May 24, 2024
1 parent 69a659a commit af4267f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fern/apis/api/generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ groups:
includeApiReference: true
extraDependencies:
'@aws-sdk/client-s3': '^3.540.0'
extraDevDependencies:
'aws-sdk-client-mock': '^4.0.0'
'aws-sdk-client-mock-jest': '^4.0.0'
smart-casing: true
Expand All @@ -73,6 +74,7 @@ groups:
includeApiReference: true
extraDependencies:
'@aws-sdk/client-s3': '^3.540.0'
extraDevDependencies:
'aws-sdk-client-mock': '^4.0.0'
'aws-sdk-client-mock-jest': '^4.0.0'
smart-casing: true

0 comments on commit af4267f

Please sign in to comment.