|
15 | 15 | "fmt": "prettier --write --cache 'src/**/*.{js,jsx,ts,tsx}'" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@headlessui/react": "^1.7.1", |
19 | | - "@radix-ui/react-accessible-icon": "^1.0.0", |
| 18 | + "@headlessui/react": "^1.7.3", |
| 19 | + "@radix-ui/react-accessible-icon": "^1.0.1", |
20 | 20 | "@tailwindcss/typography": "^0.5.7", |
21 | 21 | "clsx": "^1.1.1", |
22 | 22 | "date-fns": "^2.29.3", |
23 | 23 | "feed": "^4.2.2", |
24 | 24 | "gray-matter": "^4.0.3", |
25 | 25 | "mdx-prism": "^0.3.4", |
26 | | - "next": "^12.3.0", |
| 26 | + "next": "^12.3.1", |
27 | 27 | "next-mdx-remote": "^4.0.3", |
28 | | - "next-seo": "5.5.0", |
| 28 | + "next-seo": "5.6.0", |
29 | 29 | "react": "^18.2.0", |
30 | 30 | "react-dom": "^18.2.0", |
31 | | - "react-icons": "^4.3.1", |
| 31 | + "react-icons": "^4.6.0", |
32 | 32 | "remark-autolink-headings": "^7.0.1", |
33 | 33 | "remark-code-titles": "^0.1.2", |
34 | 34 | "remark-parse": "^10.0.1", |
35 | 35 | "remark-slug": "^7.0.1", |
36 | | - "tailwind-merge": "^1.6.0" |
| 36 | + "tailwind-merge": "^1.6.2" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@next/env": "^12.3.0", |
40 | | - "@types/node": "18.7.18", |
41 | | - "@types/react": "^18.0.20", |
42 | | - "@typescript-eslint/eslint-plugin": "^5.37.0", |
43 | | - "@typescript-eslint/parser": "^5.37.0", |
44 | | - "autoprefixer": "^10.4.10", |
45 | | - "eslint": "8.23.1", |
46 | | - "eslint-config-next": "12.3.0", |
| 39 | + "@next/env": "^12.3.1", |
| 40 | + "@types/node": "18.11.2", |
| 41 | + "@types/react": "^18.0.21", |
| 42 | + "@typescript-eslint/eslint-plugin": "^5.40.1", |
| 43 | + "@typescript-eslint/parser": "^5.40.1", |
| 44 | + "autoprefixer": "^10.4.12", |
| 45 | + "eslint": "8.25.0", |
| 46 | + "eslint-config-next": "12.3.1", |
47 | 47 | "eslint-config-prettier": "^8.5.0", |
48 | 48 | "eslint-plugin-import": "^2.26.0", |
49 | 49 | "eslint-plugin-simple-import-sort": "^8.0.0", |
50 | 50 | "eslint-plugin-unused-imports": "^2.0.0", |
51 | | - "next-sitemap": "^3.1.22", |
52 | | - "postcss": "^8.4.16", |
| 51 | + "next-sitemap": "^3.1.29", |
| 52 | + "postcss": "^8.4.18", |
53 | 53 | "prettier-eslint": "^15.0.1", |
54 | 54 | "rehype": "^12.0.1", |
55 | 55 | "tailwindcss": "^3.1.8", |
56 | | - "typescript": "^4.8.3" |
| 56 | + "typescript": "^4.8.4" |
57 | 57 | }, |
58 | 58 | "peerDependencies": { |
59 | 59 | "@next/env": "^12.2.3" |
|
0 commit comments