Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
tech: upgrade to Foundry v3 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer authored Jul 9, 2020
1 parent 4be2cb1 commit 522adb2
Show file tree
Hide file tree
Showing 3 changed files with 260 additions and 263 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"release": "foundry run semantic-release"
},
"devDependencies": {
"@sumup/foundry": "^2.1.0",
"@sumup/foundry": "^3.0.0",
"@types/jest": "^25.2.1",
"jest": "^25.4.0",
"jest-extended": "^0.11.5",
Expand Down
1 change: 1 addition & 0 deletions src/utils/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
*/

import { Breakpoints } from '../types';

import { createMediaQueries } from '.';

describe('Utils', () => {
Expand Down
Loading

0 comments on commit 522adb2

Please sign in to comment.