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

Commit

Permalink
Upgrade to Foundry 1.0.0 (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixjung committed Dec 6, 2018
1 parent e260567 commit 07b6e9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const DEV_DEPENDENCIES = [
// React ⚛️
'prop-types',
// The toolkit 🛠
'@sumup/foundry@canary',
'@sumup/foundry',
// Testing 📏
'react-testing-library@^5.3.1',
'jest-emotion@^9.0.0',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"listr-verbose-renderer": "^0.5.0"
},
"devDependencies": {
"@sumup/foundry": "canary"
"@sumup/foundry": "^1.0.0"
}
}

0 comments on commit 07b6e9e

Please sign in to comment.