Skip to content

Commit

Permalink
refactor storybook and add first keyboard test (#36)
Browse files Browse the repository at this point in the history
* refactor storybook and added first keyboard test

* lint and prettier

* fix issue with stories and rollback change on totalHeight

* refactor keyboard test and add components

* lint and prettier
  • Loading branch information
dtassone committed Jun 29, 2020
1 parent 4790b3e commit 41177d6
Show file tree
Hide file tree
Showing 73 changed files with 24,157 additions and 53,022 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,3 +7,4 @@
*.log
dist
node_modules
__diff_output__
29,842 changes: 0 additions & 29,842 deletions package-lock.json

This file was deleted.

5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -5,7 +5,6 @@
"author": "Damien Tassone",
"private": true,
"devDependencies": {
"@material-ui/icons": "^4.9.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
Expand All @@ -18,6 +17,10 @@
"@types/styled-components": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"@material-ui/core": "^4.9.12",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.54",
"styled-components": "^5.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.8.0",
Expand Down
6,042 changes: 6,042 additions & 0 deletions packages/demo-app/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/grid/data-grid/README.md
Expand Up @@ -21,7 +21,7 @@ This component has 2 peer dependencies that you will need to install as well.
```
"peerDependencies": {
"react": "^16.13.1",
"styled-components": "^5.0.1"
"styled-components": "^5.1.0"
},
```

Expand Down

0 comments on commit 41177d6

Please sign in to comment.