Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Nov 20, 2020
1 parent b1012d3 commit 0555859
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -51,15 +51,15 @@
"typescript"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"arrify": "^2.0.1",
"cosmiconfig": "^7.0.0",
"debug": "^4.2.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.13.0",
"debug": "^4.3.1",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-xo": "^0.33.1",
"eslint-config-xo-typescript": "^0.35.0",
"eslint-config-xo-typescript": "^0.36.0",
"eslint-formatter-pretty": "^4.0.0",
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-plugin-ava": "^11.0.0",
Expand All @@ -81,7 +81,7 @@
"json-stable-stringify-without-jsonify": "^1.0.1",
"json5": "^2.1.3",
"lodash": "^4.17.20",
"meow": "^7.1.1",
"meow": "^8.0.0",
"micromatch": "^4.0.2",
"open-editor": "^2.0.1",
"p-reduce": "^2.1.0",
Expand All @@ -92,22 +92,22 @@
"semver": "^7.3.2",
"slash": "^3.0.0",
"to-absolute-glob": "^2.0.2",
"typescript": "^4.0.3",
"update-notifier": "^5.0.0"
"typescript": "^4.1.2",
"update-notifier": "^5.0.1"
},
"devDependencies": {
"ava": "^3.13.0",
"coveralls": "^3.1.0",
"eslint-config-xo-react": "^0.23.0",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"esm": "^3.2.25",
"execa": "^4.0.3",
"execa": "^4.1.0",
"nyc": "^15.1.0",
"pify": "^5.0.0",
"proxyquire": "^2.1.3",
"temp-write": "^4.0.0",
"webpack": "^5.1.3"
"webpack": "^5.6.0"
},
"eslintConfig": {
"extends": "eslint-config-xo"
Expand Down

0 comments on commit 0555859

Please sign in to comment.