Skip to content

Commit

Permalink
Maint (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeeeQueue committed Mar 7, 2024
1 parent bb45833 commit 7afe002
Show file tree
Hide file tree
Showing 5 changed files with 1,108 additions and 956 deletions.
5 changes: 5 additions & 0 deletions .changeset/tall-singers-sip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@beequeue/eslint-plugin": patch
---

Updated dependencies
55 changes: 29 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"repository": "github:BeeeQueue/eslint-plugin",
"bugs": "https://github.com/BeeeQueue/eslint-plugin/issues",
"packageManager": "pnpm@8.7.6",
"packageManager": "pnpm@8.15.4+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2",
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -52,44 +52,47 @@
}
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"@typescript-eslint/utils": "6.7.2",
"eslint-config-prettier": "9.0.0",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"@typescript-eslint/utils": "7.1.1",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "npm:eslint-plugin-i@2.27.5-4",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-n": "16.1.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-unicorn": "48.0.1",
"eslint-plugin-vue": "9.17.0"
"eslint-plugin-import": "npm:eslint-plugin-i@2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-n": "17.0.0-1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.0",
"eslint-plugin-unicorn": "51.0.1",
"eslint-plugin-vue": "9.22.0"
},
"devDependencies": {
"@beequeue/eslint-plugin": "link:",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@tsconfig/node20": "20.1.2",
"@tsconfig/strictest": "2.0.2",
"@types/eslint": "8.44.2",
"@types/node": "20.6.3",
"@typescript-eslint/rule-tester": "6.7.2",
"eslint": "8.50.0",
"eslint-define-config": "1.23.0",
"lint-staged": "14.0.1",
"prettier": "3.0.3",
"simple-git-hooks": "2.9.0",
"type-fest": "4.3.1",
"typescript": "5.2.2",
"vitest": "0.34.5"
"@tsconfig/strictest": "2.0.3",
"@types/eslint": "8.56.5",
"@types/node": "20.11.25",
"@typescript-eslint/rule-tester": "7.1.1",
"eslint": "8.57.0",
"eslint-define-config": "2.1.0",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"simple-git-hooks": "2.10.0",
"type-fest": "4.11.1",
"typescript": "5.4.2",
"vitest": "1.3.1"
},
"pnpm": {
"overrides": {
"array-includes": "npm:@nolyfill/array-includes@latest",
"array.prototype.findlast": "npm:@nolyfill/array.prototype.findlast@latest",
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@latest",
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@latest",
"array.prototype.toreversed": "npm:@nolyfill/array.prototype.toreversed@latest",
"array.prototype.tosorted": "npm:@nolyfill/array.prototype.tosorted@latest",
"has": "npm:@nolyfill/has@latest",
"hasown": "npm:@nolyfill/hasown@latest",
"object.assign": "npm:@nolyfill/object.assign@latest",
"object.entries": "npm:@nolyfill/object.entries@latest",
"object.fromentries": "npm:@nolyfill/object.fromentries@latest",
Expand Down

0 comments on commit 7afe002

Please sign in to comment.