Skip to content

Commit 0f1d253

Browse files
bring back patch updates to pacakge json
1 parent 79e943f commit 0f1d253

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

package.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,25 @@
1717
"@radix-ui/react-label": "^2.1.0",
1818
"@radix-ui/react-slot": "^1.1.0",
1919
"@radix-ui/react-toast": "^1.2.1",
20-
"class-variance-authority": "0.7.0",
21-
"clsx": "2.1.1",
22-
"framer-motion": "11.3.12",
23-
"lucide-react": "0.414.0",
20+
"class-variance-authority": "^0.7.0",
21+
"clsx": "^2.1.1",
22+
"framer-motion": "^11.3.12",
23+
"groq-sdk": "^0.5.0",
24+
"lucide-react": "^0.414.0",
2425
"next": "14.2.5",
25-
"react": "18",
26-
"react-dom": "18",
27-
"tailwind-merge": "2.4.0",
28-
"tailwindcss-animate": "1.0.7"
26+
"react": "^18",
27+
"react-dom": "^18",
28+
"tailwind-merge": "^2.4.0",
29+
"tailwindcss-animate": "^1.0.7"
2930
},
3031
"devDependencies": {
31-
"@types/node": "20",
32-
"@types/react": "18",
33-
"@types/react-dom": "18",
34-
"eslint": "8",
32+
"@types/node": "^20",
33+
"@types/react": "^18",
34+
"@types/react-dom": "^18",
35+
"eslint": "^8",
3536
"eslint-config-next": "14.2.5",
36-
"postcss": "8",
37-
"tailwindcss": "3.4.1",
38-
"typescript": "5"
37+
"postcss": "^8",
38+
"tailwindcss": "^3.4.1",
39+
"typescript": "^5"
3940
}
4041
}

0 commit comments

Comments
 (0)