Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Mar 8, 2024
1 parent f70e240 commit 7ff4d6c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -54,16 +54,16 @@
"typescript"
],
"dependencies": {
"@eslint/eslintrc": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@eslint/eslintrc": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"arrify": "^3.0.0",
"cosmiconfig": "^8.3.6",
"define-lazy-prop": "^3.0.0",
"eslint": "^8.53.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo": "^0.44.0",
"eslint-config-xo-typescript": "^2.0.0",
"eslint-config-xo-typescript": "^4.0.0",
"eslint-formatter-pretty": "^6.0.1",
"eslint-import-resolver-webpack": "^0.13.8",
"eslint-plugin-ava": "^14.0.0",
Expand All @@ -72,35 +72,35 @@
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^51.0.0",
"eslint-plugin-unicorn": "^51.0.1",
"esm-utils": "^4.2.1",
"find-cache-dir": "^5.0.0",
"find-up-simple": "^1.0.0",
"get-stdin": "^9.0.0",
"get-tsconfig": "^4.7.2",
"globby": "^14.0.0",
"get-tsconfig": "^4.7.3",
"globby": "^14.0.1",
"imurmurhash": "^0.1.4",
"json-stable-stringify-without-jsonify": "^1.0.1",
"lodash-es": "^4.17.21",
"meow": "^13.1.0",
"meow": "^13.2.0",
"micromatch": "^4.0.5",
"open-editor": "^4.1.1",
"prettier": "^3.2.5",
"semver": "^7.6.0",
"slash": "^5.1.0",
"to-absolute-glob": "^3.0.0",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"devDependencies": {
"ava": "^6.1.1",
"ava": "^6.1.2",
"eslint-config-xo-react": "^0.27.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"execa": "^8.0.1",
"nyc": "^15.1.0",
"proxyquire": "^2.1.3",
"temp-write": "^5.0.0",
"webpack": "^5.90.1"
"webpack": "^5.90.3"
},
"xo": {
"ignores": [
Expand Down

0 comments on commit 7ff4d6c

Please sign in to comment.