Skip to content

Commit

Permalink
chore: bump axios and aws-amplify dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolk committed Feb 21, 2024
1 parent 157c846 commit 2abc053
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
signInUser,
updateAuthAddUserGroups,
} from '@aws-amplify/amplify-e2e-core';
import Amplify from 'aws-amplify';
import { Amplify } from 'aws-amplify';
import { testMutations, testQueries, testSubscriptions, updateSchemaInTestProject } from '../common';

const GROUPNAME = 'Admin';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
signInUser,
updateAuthAddUserGroups,
} from '@aws-amplify/amplify-e2e-core';
import Amplify from 'aws-amplify';
import { Amplify } from 'aws-amplify';
import { testMutations, testQueries, testSubscriptions, updateSchemaInTestProject } from '../common';

const GROUPNAME = 'Admin';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
signInUser,
updateAuthAddUserGroups,
} from '@aws-amplify/amplify-e2e-core';
import Amplify from 'aws-amplify';
import { Amplify } from 'aws-amplify';
import { testMutations, testQueries, testSubscriptions, updateSchemaInTestProject } from '../common';

const GROUPNAME = 'Admin';
Expand Down

0 comments on commit 2abc053

Please sign in to comment.