Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Apr 5, 2023
1 parent a815db3 commit 9a56713
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,25 +59,25 @@
],
"dependencies": {
"@eslint/eslintrc": "^1.3.3",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"arrify": "^3.0.0",
"cosmiconfig": "^7.1.0",
"cosmiconfig": "^8.1.3",
"define-lazy-prop": "^3.0.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-typescript": "^0.55.0",
"eslint-formatter-pretty": "^4.1.0",
"eslint-config-xo-typescript": "^0.57.0",
"eslint-formatter-pretty": "^5.0.0",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-ava": "^13.2.0",
"eslint-plugin-ava": "^14.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unicorn": "^44.0.2",
"esm-utils": "^4.1.0",
"eslint-plugin-unicorn": "^46.0.0",
"esm-utils": "^4.1.2",
"find-cache-dir": "^4.0.0",
"find-up": "^6.3.0",
"get-stdin": "^9.0.0",
Expand All @@ -89,22 +89,22 @@
"meow": "^11.0.0",
"micromatch": "^4.0.5",
"open-editor": "^4.0.0",
"prettier": "^2.7.1",
"prettier": "^2.8.7",
"semver": "^7.3.8",
"slash": "^5.0.0",
"to-absolute-glob": "^2.0.2",
"to-absolute-glob": "^3.0.0",
"typescript": "^5.0.3"
},
"devDependencies": {
"ava": "^5.1.0",
"eslint-config-xo-react": "^0.27.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"execa": "^6.1.0",
"execa": "^7.1.1",
"nyc": "^15.1.0",
"proxyquire": "^2.1.3",
"temp-write": "^5.0.0",
"webpack": "^5.75.0"
"webpack": "^5.77.0"
},
"xo": {
"ignores": [
Expand Down

0 comments on commit 9a56713

Please sign in to comment.