Skip to content

Commit

Permalink
chore: update dependencies and remove unused button import in not-fou…
Browse files Browse the repository at this point in the history
…nd component
  • Loading branch information
tidvn committed Nov 17, 2024
1 parent 19a7eec commit b724c82
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@meshsdk/core": "^1.7.13",
"@meshsdk/react": "^1.7.13",
"@meshsdk/core": "^1.7.18",
"@meshsdk/react": "^1.7.18",
"@prisma/client": "^5.22.0",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-aspect-ratio": "^1.1.0",
Expand All @@ -28,24 +28,24 @@
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@radix-ui/react-tooltip": "^1.1.4",
"@stepperize/react": "^3.1.1",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-query": "^5.60.5",
"axios": "^1.7.7",
"buffer": "^6.0.3",
"cbor": "^9.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"date-fns": "^4.1.0",
"framer-motion": "^11.11.11",
"framer-motion": "^11.11.17",
"lodash": "^4.17.21",
"lucide-react": "^0.447.0",
"next": "^15.0.3",
Expand All @@ -70,9 +70,9 @@
"zustand": "^5.0.1"
},
"devDependencies": {
"@eslint/compat": "^1.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@eslint/compat": "^1.2.3",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "9.14.0",
"@jest/globals": "^29.7.0",
"@tanstack/eslint-plugin-query": "^5.60.1",
"@types/crypto-js": "^4.2.2",
Expand All @@ -84,19 +84,19 @@
"@types/react-dom": "^18.3.1",
"@types/react-vertical-timeline-component": "^3.3.6",
"dotenv": "^16.4.5",
"eslint": "^9.14.0",
"eslint": "9.14.0",
"eslint-config-next": "15.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.12.0",
"husky": "^9.1.6",
"jest": "^29.7.0",
"lint-staged": "^15.2.10",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"prisma": "^5.22.0",
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.15",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3"
},
Expand Down
1 change: 0 additions & 1 deletion src/app/not-found.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { appImage } from "@/public/images";
import Image from "next/image";
import { Button } from "@/components/ui/button";
import Link from "next/link";
import router from "@/constants/routers";

Expand Down

0 comments on commit b724c82

Please sign in to comment.