Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 2, 2021
1 parent 5518465 commit 9b1f49b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,25 +51,25 @@
"typescript"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"arrify": "^2.0.1",
"cosmiconfig": "^7.0.0",
"debug": "^4.3.1",
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
"eslint-config-xo": "^0.33.1",
"eslint-config-xo-typescript": "^0.36.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-config-xo": "^0.34.0",
"eslint-config-xo-typescript": "^0.37.0",
"eslint-formatter-pretty": "^4.0.0",
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-plugin-ava": "^11.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-unicorn": "^23.0.0",
"eslint-plugin-unicorn": "^25.0.1",
"find-cache-dir": "^3.3.1",
"find-up": "^5.0.0",
"fs-extra": "^9.0.1",
Expand All @@ -81,9 +81,9 @@
"json-stable-stringify-without-jsonify": "^1.0.1",
"json5": "^2.1.3",
"lodash": "^4.17.20",
"meow": "^8.0.0",
"meow": "^8.1.0",
"micromatch": "^4.0.2",
"open-editor": "^2.0.1",
"open-editor": "^3.0.0",
"p-reduce": "^2.1.0",
"path-exists": "^4.0.0",
"prettier": "^2.2.1",
Expand All @@ -92,21 +92,21 @@
"semver": "^7.3.4",
"slash": "^3.0.0",
"to-absolute-glob": "^2.0.2",
"typescript": "^4.1.2",
"typescript": "^4.1.3",
"update-notifier": "^5.0.1"
},
"devDependencies": {
"ava": "^3.14.0",
"ava": "^3.15.0",
"eslint-config-xo-react": "^0.23.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"esm": "^3.2.25",
"execa": "^5.0.0",
"nyc": "^15.1.0",
"pify": "^5.0.0",
"proxyquire": "^2.1.3",
"temp-write": "^4.0.0",
"webpack": "^5.10.0"
"webpack": "^5.11.1"
},
"eslintConfig": {
"extends": "eslint-config-xo",
Expand Down

0 comments on commit 9b1f49b

Please sign in to comment.