Skip to content

Commit

Permalink
Merge pull request #49 from dmtrKovalenko/develop
Browse files Browse the repository at this point in the history
Return to rollup v0.50.0
  • Loading branch information
dmtrKovalenko committed Nov 13, 2017
2 parents 69584cb + 63fb880 commit bd8d622
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 59 deletions.
6 changes: 6 additions & 0 deletions docs/package-lock.json

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

3 changes: 2 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"fs": "0.0.1-security"
"fs": "0.0.1-security",
"raw-loader": "^0.5.1"
}
}
66 changes: 17 additions & 49 deletions package-lock.json

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

19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"classnames": "^2.2.5"
},
"dependencies": {
"babel-helpers": "^6.24.1",
"moment": "^2.19.2",
"moment-range": "^3.0.3"
},
Expand All @@ -51,7 +52,7 @@
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^8.0.2",
"babel-eslint": "^8.0.1",
"babel-jest": "^21.2.0",
"babel-loader": "^7.0.0",
"babel-plugin-external-helpers": "^6.22.0",
Expand All @@ -63,26 +64,26 @@
"babel-preset-latest": "^6.24.1",
"classnames": "^2.2.5",
"cross-env": "^5.1.0",
"enzyme": "^3.1.1",
"enzyme-adapter-react-16": "^1.0.4",
"eslint": "^4.11.0",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.2",
"eslint": "^4.8.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.20",
"material-ui": "^1.0.0-beta.18",
"peer-deps-externals-webpack-plugin": "^1.0.2",
"prop-types": "^15.6.0",
"react": "^16.1.0",
"react-dom": "^16.1.0",
"rollup": "^0.50.1",
"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-filesize": "^1.4.2",
"rollup-plugin-node-resolve": "^3.0.0",
"webpack": "^3.5.1",
"webpack-bundle-analyzer": "^2.9.1"
"webpack-bundle-analyzer": "^2.9.0"
},
"jest": {
"setupTestFrameworkScriptFile": "<rootDir>/__tests__/setup.js",
Expand Down

0 comments on commit bd8d622

Please sign in to comment.