Skip to content

Commit

Permalink
Merge pull request #21 from dmtrKovalenko/develop
Browse files Browse the repository at this point in the history
Release 1.0.0-alpha.9
  • Loading branch information
dmtrKovalenko committed Oct 31, 2017
2 parents da60982 + 59ff1c3 commit ba38975
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 46 deletions.
66 changes: 28 additions & 38 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-ui-pickers",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"description": "React components, that implements material design pickers for material-ui v1",
"main": "dist/material-ui-pickers.cjs.js",
"module": "dist/material-ui-pickers.es.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"react": "^15.6.2 || ^16.0.0",
"react-dom": "^15.6.2 || ^16.0.0",
"prop-types": "^15.6.0",
"material-ui": "^1.0.0-beta.18",
"material-ui": "^1.0.0-beta.19",
"classnames": "^2.2.5"
},
"dependencies": {
Expand All @@ -44,9 +44,9 @@
"test": "jest",
"start": "cross-env NODE_ENV=development rollup --config --watch",
"build": "cross-env NODE_ENV=development rollup --config",
"prepublish": "npm run test && npm run lint && npm run build",
"webpack": "webpack",
"lint": "eslint ./src/**/*.js*",
"prepublish": "npm run test && npm run lint && npm run build"
"lint": "eslint ./src/**/*.js*"
},
"devDependencies": {
"babel-cli": "^6.24.1",
Expand All @@ -62,23 +62,23 @@
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"classnames": "^2.2.5",
"cross-env": "^5.1.0",
"cross-env": "^5.1.1",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.2",
"eslint": "^4.8.0",
"eslint": "^4.10.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"jest": "^21.2.1",
"material-ui": "^1.0.0-beta.18",
"material-ui": "^1.0.0-beta.19",
"peer-deps-externals-webpack-plugin": "^1.0.2",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"rollup": "^0.50.0",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.4",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-filesize": "^1.4.2",
"rollup-plugin-node-resolve": "^3.0.0",
"webpack": "^3.5.1",
Expand Down

0 comments on commit ba38975

Please sign in to comment.