Skip to content

Commit

Permalink
chore(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
axelrindle committed Dec 3, 2024
1 parent ed7a0c1 commit d71c140
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Binary file modified bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@actcoding/eslint-config",
"description": "Shared eslint config.",
"version": "0.0.8",
"version": "0.0.9",
"license": "MIT",
"homepage": "https://github.com/actcoding/eslint-config?tab=readme-ov-file#readme",
"repository": {
Expand All @@ -28,24 +28,24 @@
"access": "public"
},
"dependencies": {
"@next/eslint-plugin-next": "^15.0.0-rc.0",
"@stylistic/eslint-plugin": "^2.3.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@next/eslint-plugin-next": "^15.0.3",
"@stylistic/eslint-plugin": "^2.11.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"eslint-plugin-import-newlines": "^1.4.0",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react-hooks": "^5.1.0-rc-1eaccd82-20240816",
"eslint-plugin-react-hooks": "^5.1.0-rc.1",
"eslint-plugin-react-refresh": "^0.4.8",
"eslint-plugin-tailwindcss": "^3.17.4",
"map-obj": "^5.0.2"
},
"peerDependencies": {
"@types/eslint": ">= 9",
"eslint": ">= 9"
},
"devDependencies": {
"@eslint/config-inspector": "^0.5.1",
"@types/bun": "latest",
"@types/eslint": "^9.6.1",
"@types/eslint-plugin-tailwindcss": "^3.17.0"
}
}

0 comments on commit d71c140

Please sign in to comment.