Skip to content

Commit

Permalink
Dependencies Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nirnejak committed Dec 11, 2024
1 parent 7e12e18 commit 57210d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Binary file modified bun.lockb
Binary file not shown.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-toggle-group": "^1.1.0",
"akar-icons": "^1.9.31",
"dotenv": "^16.4.5",
"framer-motion": "^11.12.0",
"next": "^14.2.18",
"dotenv": "^16.4.7",
"framer-motion": "^11.13.5",
"next": "^14.2.20",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.13.1",
Expand All @@ -26,29 +26,29 @@
"use-sound": "^4.0.3"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/node": "^22.10.2",
"@types/react": "^18.3.16",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.18",
"eslint-config-next": "^14.2.20",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-n": "^17.14.0",
"eslint-plugin-n": "^17.15.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-tailwindcss": "^3.17.5",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"lint-staged": "^15.2.11",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.15",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
},
"lint-staged": {
Expand Down

0 comments on commit 57210d7

Please sign in to comment.