Skip to content

Commit

Permalink
Force use of lodash 4.17.15
Browse files Browse the repository at this point in the history
  • Loading branch information
andrglo committed Jul 19, 2019
1 parent 30ab1bc commit f90ed97
Show file tree
Hide file tree
Showing 2 changed files with 713 additions and 613 deletions.
43 changes: 23 additions & 20 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@andrglo/react-window-grid",
"version": "0.1.14",
"version": "0.1.15",
"description": "A react grid with synced column and row headers",
"repository": "https://github.com/andrglo/react-window-grid.git",
"main": "src",
Expand All @@ -24,41 +24,41 @@
"author": "Andre Gloria <andredagloria@gmail.com>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@material-ui/core": "^4.1.0",
"@testing-library/react": "^8.0.1",
"@types/react": "^16.8.19",
"@material-ui/core": "^4.2.1",
"@testing-library/react": "^8.0.5",
"@types/react": "^16.8.23",
"@use-it/event-listener": "^0.1.3",
"babel-eslint": "^10.0.1",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"coveralls": "^3.0.4",
"coveralls": "^3.0.5",
"dom-helpers": "^3.4.0",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-hooks": "^1.6.0",
"eslint": "^6.0.1",
"eslint-plugin-import": "^2.18.1",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-react-hooks": "^1.6.1",
"faker": "^4.1.0",
"jest": "^24.8.0",
"jest-canvas-mock": "^2.1.0",
"lodash.startcase": "^4.4.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-draggable": "^3.3.0",
"react-window": "^1.8.2",
"rollup": "^1.15.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^10.0.0",
"react-window": "^1.8.5",
"rollup": "^1.17.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.0.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-size-snapshot": "^0.9.0",
"rollup-plugin-terser": "^5.0.0",
"webpack-cli": "^3.3.4",
"webpack-dev-server": "^3.7.1"
"rollup-plugin-terser": "^5.1.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2"
},
"files": [
"dist",
Expand All @@ -72,6 +72,9 @@
"dependencies": {
"prop-types": "^15.7.2"
},
"resolutions": {
"lodash": "4.17.15"
},
"engines": {
"node": ">8.0.0"
},
Expand Down

0 comments on commit f90ed97

Please sign in to comment.