Skip to content

Commit

Permalink
refactor storybook and added first keyboard test
Browse files Browse the repository at this point in the history
  • Loading branch information
dtassone committed Jun 25, 2020
1 parent 26cd07b commit 293d24f
Show file tree
Hide file tree
Showing 69 changed files with 32,051 additions and 52,889 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -28,3 +28,4 @@ yarn-error.log*
/packages/*/*/node_modules/
/packages/*/*/dist/
/packages/grid/x-grid/dist/
/packages/storybook/integration/__image_snapshots__/__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 @@ -6,7 +6,6 @@
"license": "MIT",
"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 @@ -19,6 +18,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 293d24f

Please sign in to comment.