Skip to content

Commit

Permalink
update devDependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
planttheidea committed Oct 26, 2019
1 parent 3c50bd9 commit 8f0f9d0
Show file tree
Hide file tree
Showing 2 changed files with 1,075 additions and 891 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,33 +18,33 @@
},
"description": "A tiny, fast, unopinionated handler for updating JS objects and arrays immutably",
"devDependencies": {
"@types/jest": "^24.0.15",
"@types/node": "^12.6.1",
"@types/ramda": "^0.26.15",
"@types/react": "^16.8.23",
"@types/jest": "^24.0.20",
"@types/node": "^12.11.7",
"@types/ramda": "^0.26.33",
"@types/react": "^16.9.11",
"benchmark": "^2.1.4",
"cli-table": "^0.3.1",
"eslint": "^6.0.1",
"eslint": "^6.6.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.8.0",
"jest": "^24.9.0",
"lodash": "^4.17.10",
"nyc": "^14.1.1",
"ramda": "^0.26.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"rollup": "^1.16.6",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"rollup": "^1.25.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.1.1",
"rollup-plugin-typescript2": "^0.21.2",
"ts-jest": "^24.0.2",
"ts-loader": "^6.0.4",
"tslint": "^5.18.0",
"tslint-config-airbnb": "^5.11.0",
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-typescript2": "^0.24.3",
"ts-jest": "^24.1.0",
"ts-loader": "^6.2.1",
"tslint": "^5.20.0",
"tslint-config-airbnb": "^5.11.2",
"tslint-loader": "^3.5.4",
"typescript": "^3.5.3",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2"
"typescript": "^3.6.4",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.9.0"
},
"keywords": [
"immutable",
Expand Down
Loading

0 comments on commit 8f0f9d0

Please sign in to comment.