Skip to content

Commit

Permalink
Update to material-ui 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed May 18, 2018
1 parent d730ebb commit ed06345
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 58 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016-2017 Wertarbyte
Copyright (c) 2016-2018 Wertarbyte and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
108 changes: 59 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"prop-types": "^15.5.10"
},
"devDependencies": {
"@material-ui/core": "^1.0.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
Expand All @@ -47,10 +48,9 @@
"enzyme-adapter-react-16": "^1.0.4",
"enzyme-to-json": "^3.2.1",
"jest": "^21.2.1",
"material-ui": "^1.0.0-beta.47",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-test-renderer": "^16.0.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-test-renderer": "^16.3.2",
"standard": "^10.0.2"
},
"standard": {
Expand All @@ -74,7 +74,7 @@
},
"peerDependencies": {
"material-ui": "^1.0.0-beta.19",
"react": "^16.0.0",
"react-dom": "^16.0.0"
"react": "^16.3.0",
"react-dom": "^16.3.0"
}
}
4 changes: 2 additions & 2 deletions src/Dots.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { Component } from 'react'
import PropTypes from 'prop-types'
import Paper from 'material-ui/Paper'
import withStyles from 'material-ui/styles/withStyles'
import Paper from '@material-ui/core/Paper'
import withStyles from '@material-ui/core/styles/withStyles'

const styles = {
dots: {
Expand Down

0 comments on commit ed06345

Please sign in to comment.