Skip to content

Commit

Permalink
fix: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ant59 committed Jul 15, 2024
1 parent 12c5c37 commit 4789cc0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
Binary file modified bun.lockb
Binary file not shown.
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@disruptive-industries/eslint-config",
"version": "1.0.4",
"type": "module",
"main": "eslint.config.mjs",
"main": "eslint.config.js",
"repository": {
"type": "git",
"url": "https://github.com/Disruptive-Industries/eslint-config.git"
Expand All @@ -11,25 +11,26 @@
"eslint": "^9.6.0"
},
"dependencies": {
"@eslint/compat": "^1.1.0",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.6.0",
"@next/eslint-plugin-next": "^14.2.4",
"@eslint/js": "^9.7.0",
"@next/eslint-plugin-next": "^14.2.5",
"@types/bun": "^1.1.6",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint-config-next": "^14.2.4",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-compat": "^5.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"typescript": "^5.5.3",
"typescript-eslint": "^7.15.0"
"typescript-eslint": "^7.16.0"
},
"packageManager": "[email protected]"
"devDependencies": {
"prettier": "^3.3.3"
},
"packageManager": "[email protected]"
}

0 comments on commit 4789cc0

Please sign in to comment.