Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Debbl committed Dec 12, 2023
1 parent 0c1b7ae commit 30802dd
Show file tree
Hide file tree
Showing 2 changed files with 637 additions and 635 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@debbl/eslint-config",
"type": "module",
"version": "2.3.1",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.12.0",
"description": "Brendan Dash's ESLint config",
"author": "Debbl <me@aiwan.run> (https://github.com/Debbl/)",
"license": "MIT",
Expand Down Expand Up @@ -37,20 +37,20 @@
"eslint": ">=8.40.0"
},
"dependencies": {
"@next/eslint-plugin-next": "^14.0.3",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@next/eslint-plugin-next": "^14.0.4",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.0.0",
"eslint-mdx": "^2.2.0",
"eslint-mdx": "^3.0.0",
"eslint-parser-plain": "^0.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-i": "^2.29.0",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-jsonc": "^2.10.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-mdx": "^2.2.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-mdx": "^3.0.0",
"eslint-plugin-n": "^16.4.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-perfectionist": "^2.5.0",
"eslint-plugin-prettier": "^5.0.1",
Expand All @@ -60,21 +60,21 @@
"eslint-plugin-toml": "^0.7.1",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-vitest": "^0.3.10",
"eslint-plugin-vitest": "^0.3.16",
"eslint-plugin-vue": "^9.19.2",
"eslint-plugin-yml": "^1.10.0",
"globals": "^13.23.0",
"globals": "^13.24.0",
"jsonc-eslint-parser": "^2.4.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"toml-eslint-parser": "^0.9.3",
"vue-eslint-parser": "^9.3.2",
"yaml-eslint-parser": "^1.2.2"
},
"devDependencies": {
"@types/eslint": "^8.44.8",
"@types/node": "^20.10.3",
"@types/react": "^18.2.42",
"bumpp": "^9.2.0",
"@types/node": "^20.10.4",
"@types/react": "^18.2.43",
"bumpp": "^9.2.1",
"eslint": "^8.55.0",
"eslint-flat-config-viewer": "^0.1.3",
"execa": "^8.0.1",
Expand All @@ -83,7 +83,7 @@
"react": "^18.2.0",
"sucrase": "^3.34.0",
"tsup": "^8.0.1",
"typescript": "^5.3.2",
"vitest": "^1.0.1"
"typescript": "^5.3.3",
"vitest": "^1.0.4"
}
}
Loading

0 comments on commit 30802dd

Please sign in to comment.