From 53fcb1a9b845dc2c5409b5f336a7a1bb1dee3fc3 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 10 Aug 2020 20:07:27 +0200 Subject: [PATCH] Update dependencies --- package.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 5b5f8b9e..d168d6bb 100644 --- a/package.json +++ b/package.json @@ -51,25 +51,25 @@ "typescript" ], "dependencies": { - "@typescript-eslint/eslint-plugin": "^3.1.0", - "@typescript-eslint/parser": "^3.1.0", + "@typescript-eslint/eslint-plugin": "^3.9.0", + "@typescript-eslint/parser": "^3.9.0", "arrify": "^2.0.1", - "cosmiconfig": "^6.0.0", + "cosmiconfig": "^7.0.0", "debug": "^4.1.1", - "eslint": "^7.1.0", + "eslint": "^7.6.0", "eslint-config-prettier": "^6.11.0", - "eslint-config-xo": "^0.30.0", - "eslint-config-xo-typescript": "^0.31.0", - "eslint-formatter-pretty": "^3.0.1", + "eslint-config-xo": "^0.32.1", + "eslint-config-xo-typescript": "^0.32.0", + "eslint-formatter-pretty": "^4.0.0", "eslint-import-resolver-webpack": "^0.12.1", - "eslint-plugin-ava": "^10.3.0", + "eslint-plugin-ava": "^10.5.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.20.2", "eslint-plugin-no-use-extend-native": "^0.5.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.1.3", "eslint-plugin-promise": "^4.2.1", - "eslint-plugin-unicorn": "^20.1.0", + "eslint-plugin-unicorn": "^21.0.0", "find-cache-dir": "^3.3.1", "find-up": "^4.1.0", "fs-extra": "^9.0.0", @@ -80,7 +80,7 @@ "is-path-inside": "^3.0.2", "json-stable-stringify-without-jsonify": "^1.0.1", "json5": "^2.1.3", - "lodash": "^4.17.15", + "lodash": "^4.17.19", "meow": "^7.0.1", "micromatch": "^4.0.2", "open-editor": "^2.0.1", @@ -92,22 +92,22 @@ "semver": "^7.3.2", "slash": "^3.0.0", "to-absolute-glob": "^2.0.2", - "typescript": "^3.3.1", + "typescript": "^3.9.7", "update-notifier": "^4.1.0" }, "devDependencies": { "ava": "^3.9.0", "coveralls": "^3.1.0", "eslint-config-xo-react": "^0.23.0", - "eslint-plugin-react": "^7.20.0", - "eslint-plugin-react-hooks": "^4.0.4", + "eslint-plugin-react": "^7.20.5", + "eslint-plugin-react-hooks": "^4.0.8", "esm": "^3.2.25", - "execa": "^4.0.2", + "execa": "^4.0.3", "nyc": "^15.1.0", "pify": "^5.0.0", "proxyquire": "^2.1.3", "temp-write": "^4.0.0", - "webpack": "^4.43.0" + "webpack": "^4.44.1" }, "eslintConfig": { "extends": "eslint-config-xo"