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

Commit

Permalink
feat: bump dependency versions (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer authored Nov 26, 2019
1 parent f66bd3b commit 1752fa6
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,21 @@ const APP_NAME = process.argv[2];
const APP_PATH = resolve(WORKING_DIR, APP_NAME || '');
const DEPENDENCIES = [
// Our beautiful component library 💄
'@sumup/circuit-ui@beta',
'@sumup/circuit-ui@^1.0.0',
// CSS-in-JS 🚀
'@emotion/core@^10.0.10',
'emotion-theming@^10.0.10',
'@emotion/styled@^10.0.10',
'jest-emotion@^10.0.10'
'@emotion/styled@^10.0.10'
];
const DEV_DEPENDENCIES = [
// React ⚛️
'prop-types',
// The toolkit 🛠
'@sumup/foundry@beta',
'@sumup/foundry@^1.0.0',
// Testing 📏
'@testing-library/react@^8.0.0',
'@testing-library/react@^9.0.0',
'jest-emotion@^10.0.11',
'jest-dom@^3.4.0'
'@testing-library/jest-dom@^4.2.0'
];

const listrOptions = util.isDebugging()
Expand All @@ -61,7 +60,6 @@ const tasks = new Listr(
[
{
title: 'Running Create React App',
// task: () => runCreateReactApp(APP_NAME)
task: () => runCreateReactApp(APP_NAME)
},
{
Expand Down

0 comments on commit 1752fa6

Please sign in to comment.