|
1 | 1 | {
|
2 | 2 | "name": "digital-garden",
|
3 |
| - "version": "0.7.1", |
| 3 | + "version": "0.7.2", |
4 | 4 | "private": true,
|
5 | 5 | "repository": "https://github.com/thedevdavid/digital-garden",
|
6 | 6 | "author": {
|
|
17 | 17 | "prepare": "husky install"
|
18 | 18 | },
|
19 | 19 | "dependencies": {
|
20 |
| - "@hookform/resolvers": "3.2.0", |
| 20 | + "@hookform/resolvers": "3.3.1", |
21 | 21 | "@radix-ui/react-accordion": "1.1.2",
|
22 | 22 | "@radix-ui/react-alert-dialog": "1.0.4",
|
23 | 23 | "@radix-ui/react-aspect-ratio": "1.0.3",
|
|
37 | 37 | "contentlayer": "0.3.4",
|
38 | 38 | "date-fns": "2.30.0",
|
39 | 39 | "github-slugger": "2.0.0",
|
40 |
| - "lucide-react": "0.263.1", |
| 40 | + "lucide-react": "0.274.0", |
41 | 41 | "next": "13.4.9",
|
42 | 42 | "next-contentlayer": "0.3.4",
|
43 | 43 | "next-themes": "0.2.1",
|
|
47 | 47 | "react-tweet": "3.1.1",
|
48 | 48 | "rehype-autolink-headings": "6.1.1",
|
49 | 49 | "rehype-katex": "6.0.3",
|
50 |
| - "rehype-pretty-code": "0.10.0", |
51 |
| - "rehype-slug": "5.1.0", |
| 50 | + "rehype-pretty-code": "0.10.1", |
| 51 | + "rehype-slug": "6.0.0", |
52 | 52 | "remark-gfm": "3.0.1",
|
53 | 53 | "remark-math": "5.1.1",
|
54 | 54 | "rss": "1.2.2",
|
55 |
| - "simple-icons": "9.9.0", |
| 55 | + "simple-icons": "9.12.0", |
56 | 56 | "tailwind-merge": "1.14.0",
|
57 | 57 | "unified": "10.1.2",
|
58 |
| - "zod": "3.21.4" |
| 58 | + "zod": "3.22.2" |
59 | 59 | },
|
60 | 60 | "devDependencies": {
|
61 | 61 | "@ianvs/prettier-plugin-sort-imports": "4.1.0",
|
62 | 62 | "@tailwindcss/typography": "0.5.9",
|
63 |
| - "@types/node": "20.4.9", |
64 |
| - "@types/react": "18.2.20", |
| 63 | + "@types/node": "20.5.8", |
| 64 | + "@types/react": "18.2.21", |
65 | 65 | "@types/react-dom": "18.2.7",
|
66 | 66 | "@types/rss": "0.0.30",
|
67 |
| - "autoprefixer": "10.4.14", |
68 |
| - "eslint": "8.46.0", |
| 67 | + "autoprefixer": "10.4.15", |
| 68 | + "eslint": "8.48.0", |
69 | 69 | "eslint-config-next": "13.4.9",
|
70 | 70 | "eslint-config-prettier": "9.0.0",
|
71 | 71 | "husky": "8.0.3",
|
72 |
| - "lint-staged": "13.2.3", |
73 |
| - "postcss": "8.4.27", |
74 |
| - "prettier": "3.0.1", |
75 |
| - "prettier-plugin-tailwindcss": "0.5.2", |
| 72 | + "lint-staged": "14.0.1", |
| 73 | + "postcss": "8.4.29", |
| 74 | + "prettier": "3.0.3", |
| 75 | + "prettier-plugin-tailwindcss": "0.5.4", |
76 | 76 | "tailwindcss": "3.3.3",
|
77 |
| - "tailwindcss-animate": "1.0.6", |
78 |
| - "typescript": "5.1.6" |
| 77 | + "tailwindcss-animate": "1.0.7", |
| 78 | + "typescript": "5.2.2" |
79 | 79 | },
|
80 | 80 | "pnpm": {
|
81 | 81 | "overrides": {
|
|
0 commit comments