|
18 | 18 | "prepare": "husky" |
19 | 19 | }, |
20 | 20 | "dependencies": { |
21 | | - "@apollo/client": "^3.13.4", |
22 | | - "@faustwp/blocks": "^6.1.0", |
23 | | - "@faustwp/cli": "^3.2.1", |
24 | | - "@faustwp/core": "^3.2.1", |
25 | | - "@headlessui/react": "^2.2.0", |
| 21 | + "@apollo/client": "^3.13.8", |
| 22 | + "@faustwp/blocks": "^6.1.2", |
| 23 | + "@faustwp/cli": "^3.2.3", |
| 24 | + "@faustwp/core": "^3.2.3", |
| 25 | + "@headlessui/react": "^2.2.3", |
26 | 26 | "@heroicons/react": "^2.2.0", |
27 | | - "@icons-pack/react-simple-icons": "^12.3.0", |
| 27 | + "@icons-pack/react-simple-icons": "^12.8.0", |
28 | 28 | "@jsdevtools/rehype-url-inspector": "^2.0.2", |
29 | | - "@octokit/core": "^6.1.4", |
30 | | - "@shikijs/transformers": "^3.2.1", |
| 29 | + "@octokit/core": "^6.1.5", |
| 30 | + "@shikijs/transformers": "^3.4.0", |
31 | 31 | "@sindresorhus/slugify": "^2.2.1", |
32 | | - "@wpengine/atlas-next": "^2.0.1", |
| 32 | + "@wpengine/atlas-next": "^3.0.0", |
33 | 33 | "date-fns": "^4.1.0", |
34 | 34 | "date-fns-tz": "^3.2.0", |
35 | 35 | "downshift": "^9.0.9", |
36 | | - "feed": "^4.2.2", |
37 | | - "graphql": "^16.10.0", |
| 36 | + "feed": "^5.0.1", |
| 37 | + "graphql": "^16.11.0", |
38 | 38 | "http-status-codes": "^2.3.0", |
39 | 39 | "lodash.debounce": "^4.0.8", |
40 | | - "next": "^15.2.3", |
41 | | - "next-mdx-remote-client": "^2.1.1", |
| 40 | + "next": "^15.3.2", |
| 41 | + "next-mdx-remote-client": "^2.1.2", |
42 | 42 | "next-sitemap": "^4.2.3", |
43 | | - "react": "^19.0.0", |
44 | | - "react-dom": "^19.0.0", |
45 | | - "rehype-callouts": "^2.0.2", |
| 43 | + "react": "^19.1.0", |
| 44 | + "react-dom": "^19.1.0", |
| 45 | + "rehype-callouts": "^2.1.0", |
46 | 46 | "rehype-external-links": "^3.0.0", |
47 | 47 | "rehype-pretty-code": "^0.14.1", |
48 | 48 | "rehype-slug": "^6.0.0", |
|
52 | 52 | "remark-parse": "^11.0.0", |
53 | 53 | "remark-smartypants": "^3.0.2", |
54 | 54 | "remark-stringify": "^11.0.0", |
55 | | - "shiki": "^3.2.1", |
| 55 | + "shiki": "^3.4.0", |
56 | 56 | "strip-markdown": "^6.0.0", |
57 | 57 | "unified": "^11.0.5", |
58 | 58 | "vfile-matter": "^5.0.1" |
59 | 59 | }, |
60 | 60 | "devDependencies": { |
61 | | - "@tailwindcss/postcss": "^4.0.14", |
| 61 | + "@tailwindcss/postcss": "^4.1.6", |
62 | 62 | "@tailwindcss/typography": "^0.5.16", |
63 | 63 | "concurrently": "^9.1.2", |
64 | | - "eslint": "^9.22.0", |
| 64 | + "eslint": "^9.26.0", |
65 | 65 | "eslint-config-neon": "^0.2.7", |
66 | | - "eslint-plugin-mdx": "^3.2.0", |
67 | | - "eslint-plugin-unicorn": "^57.0.0", |
| 66 | + "eslint-plugin-mdx": "^3.4.1", |
| 67 | + "eslint-plugin-unicorn": "^59.0.1", |
68 | 68 | "husky": "^9.1.7", |
69 | | - "lint-staged": "^15.5.0", |
| 69 | + "lint-staged": "^16.0.0", |
70 | 70 | "next-secure-headers": "^2.2.0", |
71 | 71 | "postcss": "^8.5.3", |
72 | 72 | "postcss-nesting": "^13.0.1", |
73 | 73 | "prettier": "^3.5.3", |
74 | 74 | "prettier-plugin-tailwindcss": "^0.6.11", |
75 | | - "tailwindcss": "^4.0.14" |
| 75 | + "tailwindcss": "^4.1.6" |
76 | 76 | }, |
77 | 77 | "engines": { |
78 | 78 | "node": "^22", |
79 | 79 | "npm": "use-pnpm" |
80 | 80 | }, |
81 | | - "packageManager": "pnpm@10.6.5+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af", |
| 81 | + "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977", |
82 | 82 | "lint-staged": { |
83 | 83 | "*": "pnpm format", |
84 | 84 | "*.{js,jsx}": "pnpm lint" |
85 | 85 | }, |
86 | 86 | "pnpm": { |
87 | 87 | "onlyBuiltDependencies": [ |
88 | | - "sharp" |
| 88 | + "@tailwindcss/oxide", |
| 89 | + "sharp", |
| 90 | + "unrs-resolver" |
89 | 91 | ], |
90 | 92 | "overrides": { |
91 | 93 | "eslint-plugin-unicorn": "$eslint-plugin-unicorn", |
92 | 94 | "@babel/runtime": "^7.27.0" |
| 95 | + }, |
| 96 | + "patchedDependencies": { |
| 97 | + "eslint-config-neon": "patches/eslint-config-neon.patch" |
93 | 98 | } |
94 | 99 | } |
95 | 100 | } |
0 commit comments