Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dorian-grst authored and Courtcircuits committed Nov 12, 2024
1 parent 3723895 commit 91b35d0
Show file tree
Hide file tree
Showing 3 changed files with 495 additions and 198 deletions.
14 changes: 14 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import globals from "globals";
import pluginJs from "@eslint/js";
import tseslint from "typescript-eslint";
import pluginReact from "eslint-plugin-react";


/** @type {import('eslint').Linter.Config[]} */
export default [
{files: ["**/*.{js,mjs,cjs,ts,jsx,tsx}"]},
{languageOptions: { globals: globals.browser }},
pluginJs.configs.recommended,
...tseslint.configs.recommended,
pluginReact.configs.flat.recommended,
];
15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"gsap": "^3.12.5",
"input-otp": "^1.2.4",
"ky": "^1.7.2",
"lucide-react": "^0.419.0",
"lucide-react": "^0.456.0",
"next": "14.2.10",
"next-themes": "^0.3.0",
"react": "^18.3.1",
Expand All @@ -42,15 +42,22 @@
},
"devDependencies": {
"@codedependant/semantic-release-docker": "^5.0.3",
"@eslint/js": "^9.14.0",
"@iconify/react": "^5.0.2",
"@types/node": "^20.16.10",
"@types/node": "^22.9.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.1",
"eslint": "^9.14.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.12.0",
"husky": "^9.1.6",
"postcss": "^8.4.47",
"prettier": "3.3.3",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
"typescript": "^5.6.2",
"typescript-eslint": "^8.13.0"
}
}
Loading

0 comments on commit 91b35d0

Please sign in to comment.