Skip to content

Commit

Permalink
chore: bumped next to 14.2.10 to fix sec leaks (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Courtcircuits authored Oct 7, 2024
1 parent 165276b commit ff200cc
Show file tree
Hide file tree
Showing 2 changed files with 535 additions and 518 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@reduxjs/toolkit": "^2.2.7",
"@tanstack/query-core": "5.21.4",
"@tanstack/react-query": "5.21.4",
Expand All @@ -26,27 +26,27 @@
"clsx": "^2.1.1",
"gsap": "^3.12.5",
"input-otp": "^1.2.4",
"ky": "^1.7.1",
"ky": "^1.7.2",
"lucide-react": "^0.419.0",
"next": "14.2.5",
"next": "14.2.10",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-redux": "^9.1.2",
"tailwind-merge": "^2.5.2",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@codedependant/semantic-release-docker": "^5.0.3",
"@iconify/react": "^5.0.2",
"@types/node": "^20.16.3",
"@types/react": "^18.3.5",
"@types/node": "^20.16.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.44",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit ff200cc

Please sign in to comment.