|
9 | 9 | "lint": "eslint . --ext .ts,.tsx -c .eslintrc.json --fix"
|
10 | 10 | },
|
11 | 11 | "dependencies": {
|
12 |
| - "@nextui-org/react": "^2.4.0", |
13 |
| - "framer-motion": "^11.1.1", |
| 12 | + "@nextui-org/react": "2.4.1", |
| 13 | + "framer-motion": "~11.1.1", |
14 | 14 | "@types/node": "20.5.7",
|
15 | 15 | "@types/react": "18.2.21",
|
16 | 16 | "@types/react-dom": "18.2.7",
|
17 |
| - "@typescript-eslint/eslint-plugin": "^7.2.0", |
18 |
| - "@typescript-eslint/parser": "^7.2.0", |
| 17 | + "@typescript-eslint/eslint-plugin": "7.2.0", |
| 18 | + "@typescript-eslint/parser": "7.2.0", |
19 | 19 | "autoprefixer": "10.4.19",
|
20 |
| - "clsx": "^2.0.0", |
| 20 | + "clsx": "2.0.0", |
21 | 21 | "eslint": "^8.26.0",
|
22 | 22 | "eslint-config-prettier": "^8.2.0",
|
23 | 23 | "eslint-plugin-import": "^2.26.0",
|
|
28 | 28 | "eslint-plugin-react-hooks": "^4.6.0",
|
29 | 29 | "eslint-plugin-unused-imports": "^3.2.0",
|
30 | 30 | "intl-messageformat": "^10.5.0",
|
31 |
| - "@react-aria/visually-hidden": "^3.8.10", |
| 31 | + "@react-aria/visually-hidden": "3.8.12", |
32 | 32 | "next": "14.2.1",
|
33 | 33 | "next-themes": "^0.2.1",
|
34 | 34 | "postcss": "8.4.38",
|
35 | 35 | "react": "18.2.0",
|
36 | 36 | "react-dom": "18.2.0",
|
37 |
| - "tailwind-variants": "^0.1.20", |
| 37 | + "tailwind-variants": "0.1.20", |
38 | 38 | "tailwindcss": "3.4.3",
|
39 | 39 | "typescript": "5.0.4"
|
40 | 40 | }
|
|
0 commit comments