Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jun 9, 2022
1 parent 3a4c9c9 commit 00d51de
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -58,13 +58,13 @@
"eslint-config-xo-typescript"
],
"dependencies": {
"@eslint/eslintrc": "^1.2.3",
"@typescript-eslint/eslint-plugin": "^5.24.0",
"@typescript-eslint/parser": "^5.24.0",
"@eslint/eslintrc": "^1.3.0",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"arrify": "^3.0.0",
"cosmiconfig": "^7.0.1",
"define-lazy-prop": "^3.0.0",
"eslint": "^8.15.0",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-xo": "^0.41.0",
"eslint-config-xo-typescript": "^0.51.1",
Expand All @@ -73,7 +73,7 @@
"eslint-plugin-ava": "^13.2.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.1.0",
"eslint-plugin-n": "^15.2.2",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unicorn": "^42.0.0",
Expand All @@ -93,18 +93,18 @@
"semver": "^7.3.7",
"slash": "^4.0.0",
"to-absolute-glob": "^2.0.2",
"typescript": "^4.6.4"
"typescript": "^4.7.3"
},
"devDependencies": {
"ava": "^4.2.0",
"ava": "^4.3.0",
"eslint-config-xo-react": "^0.27.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"execa": "^6.1.0",
"nyc": "^15.1.0",
"proxyquire": "^2.1.3",
"temp-write": "^5.0.0",
"webpack": "^5.72.1"
"webpack": "^5.73.0"
},
"xo": {
"ignores": [
Expand Down

0 comments on commit 00d51de

Please sign in to comment.