Skip to content

Commit

Permalink
chore(dev): update devDeps and react-resizable version
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Sep 3, 2020
1 parent a1d7419 commit 8ee2059
Show file tree
Hide file tree
Showing 4 changed files with 1,115 additions and 1,629 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[version]
^0.129.0
^0.133.0

[ignore]
<PROJECT_ROOT>/build/.*
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,43 +42,43 @@
"react-resizable": "^1.10.0"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-transform-flow-comments": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@babel/preset-flow": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/register": "^7.10.5",
"@babel/register": "^7.11.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.1.0",
"babel-jest": "^26.3.0",
"babel-loader": "^8.1.0",
"babel-plugin-preval": "^5.0.0",
"css-loader": "^3.6.0",
"ejs": "^3.1.3",
"css-loader": "^4.2.2",
"ejs": "^3.1.5",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-adapter-react-16": "^1.15.4",
"enzyme-to-json": "^3.5.0",
"eslint": "^7.5.0",
"eslint": "^7.8.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-mocha": "^7.0.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-react": "^7.20.6",
"exports-loader": "^1.1.0",
"flow-bin": "^0.129.0",
"flow-bin": "^0.133.0",
"husky": "^4.2.5",
"imports-loader": "^1.1.0",
"jest": "^26.1.0",
"lint-staged": "^10.2.11",
"lodash": "^4.17.19",
"opener": "^1.4.3",
"prettier": "^2.0.5",
"jest": "^26.4.2",
"lint-staged": "^10.3.0",
"lodash": "^4.17.20",
"opener": "^1.5.2",
"prettier": "^2.1.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hot-loader": "^4.12.21",
"react-transform-hmr": "^1.0.2",
"style-loader": "^1.2.1",
"timsort": "^0.3.0",
"webpack": "^4.43.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
Expand Down Expand Up @@ -108,4 +108,4 @@
"pre-commit": "lint-staged && make lint && make test"
}
}
}
}
Loading

0 comments on commit 8ee2059

Please sign in to comment.