[go: nahoru, domu]

Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zesik committed Feb 9, 2019
1 parent db9b510 commit 9effded
Show file tree
Hide file tree
Showing 4 changed files with 3,330 additions and 3,893 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["react", "es2015"]
"presets": ["@babel/preset-env", "@babel/preset-react"]
}
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ module.exports = {
'no-multiple-empty-lines': [1, { 'max': 1 }],
'no-plusplus': [0],
'object-curly-newline': [0],
'operator-linebreak': [2, 'after'],
'space-before-function-paren': [2, 'never'],
'react/destructuring-assignment': [0],
'react/no-did-mount-set-state': [0],
'react/jsx-one-expression-per-line': [0],
'jsx-a11y/no-noninteractive-element-interactions': [0]
}
};
43 changes: 22 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-splitter-layout",
"version": "3.0.1",
"version": "4.0.0",
"description": "A simple split layout for React and modern browsers",
"keywords": [
"react",
Expand All @@ -22,36 +22,37 @@
"lib/*"
],
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"coveralls": "^3.0.0",
"css-loader": "^0.28.7",
"eslint": "^4.8.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.4.0",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"copy-webpack-plugin": "^4.6.0",
"coveralls": "^3.0.2",
"css-loader": "^2.1.0",
"eslint": "^5.13.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^22.4.3",
"jsdom": "^11.3.0",
"raf": "^3.4.0",
"jest": "^24.1.0",
"jsdom": "^13.2.0",
"raf": "^3.4.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-router-dom": "^4.2.2",
"react-router-dom": "^4.3.1",
"react-test-renderer": "^16.0.0",
"style-loader": "^0.21.0",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15"
"style-loader": "^0.23.1",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3"
},
"peerDependencies": {
"prop-types": "^15.5.0",
"react": "^15.5.0 || ^16.0.0"
},
"scripts": {
"prepublish": "webpack --progress -p",
"prepublish": "webpack --progress",
"clean": "rm -rf ./lib",
"build": "webpack --progress",
"lint": "eslint '@(src|test|example)/**/*.js?'",
"test": "jest",
Expand Down
Loading

0 comments on commit 9effded

Please sign in to comment.