|
15 | 15 | "lint": "eslint --ext .astro,.tsx,.ts,.js,.mdx src", |
16 | 16 | "format": "prettier --write .", |
17 | 17 | "clean": "rm -rf node_modules pnpm-lock.yaml", |
18 | | - "up": "pnpm upgrade-interactive --latest", |
| 18 | + "upg": "pnpm up -i --latest", |
19 | 19 | "check-types": "tsc --noEmit --pretty", |
20 | 20 | "deploy:nginx": "bash scripts/deploy-nginx.sh '~/traefik-proxy/apps/nmc-nginx-with-volume/website' arm1", |
21 | 21 | "deploy:nginx:local": "bash scripts/deploy-nginx.sh '~/traefik-proxy/apps/nmc-nginx-with-volume/website' lxc11", |
|
44 | 44 | "astro-embed": "^0.9.1", |
45 | 45 | "astro-expressive-code": "^0.41.3", |
46 | 46 | "astro-icon": "^1.1.5", |
47 | | - "astro-remote": "^0.3.3", |
48 | | - "astro-social-share": "^2.0.3", |
| 47 | + "astro-remote": "^0.3.4", |
| 48 | + "astro-social-share": "^2.2.0", |
49 | 49 | "class-variance-authority": "^0.7.1", |
50 | 50 | "clsx": "^2.1.1", |
51 | 51 | "date-fns": "^4.1.0", |
|
62 | 62 | "react-icons": "^5.5.0", |
63 | 63 | "reading-time": "^1.5.0", |
64 | 64 | "rehype-external-links": "^3.0.0", |
65 | | - "sharp": "0.34.3", |
| 65 | + "sharp": "0.34.4", |
66 | 66 | "tailwind-clip-path": "^1.0.0", |
67 | 67 | "tailwind-merge": "^2.6.0", |
68 | 68 | "zod": "^4.1.9" |
69 | 69 | }, |
70 | | - "overrides": { |
71 | | - "**/sharp": "0.34.3" |
72 | | - }, |
73 | 70 | "devDependencies": { |
74 | 71 | "@astrojs/check": "^0.9.4", |
75 | 72 | "@expressive-code/plugin-collapsible-sections": "^0.41.3", |
76 | 73 | "@ianvs/prettier-plugin-sort-imports": "^4.7.0", |
77 | 74 | "@iconify-json/mdi": "^1.2.3", |
78 | 75 | "@tailwindcss/typography": "^0.5.16", |
79 | 76 | "@types/lodash.debounce": "^4.0.9", |
80 | | - "@types/mdast": "^4.0.3", |
| 77 | + "@types/mdast": "^4.0.4", |
81 | 78 | "@types/react": "^19.1.13", |
82 | 79 | "@types/react-dom": "^19.1.9", |
83 | 80 | "@typescript-eslint/eslint-plugin": "^8.44.0", |
|
88 | 85 | "eslint-plugin-astro": "^1.3.1", |
89 | 86 | "eslint-plugin-mdx": "^3.6.2", |
90 | 87 | "eslint-plugin-tailwindcss": "^3.18.2", |
91 | | - "prettier": "^3.6.1", |
| 88 | + "prettier": "^3.6.2", |
92 | 89 | "prettier-plugin-astro": "^0.14.1", |
93 | 90 | "satori": "^0.18.3", |
94 | 91 | "satori-html": "^0.3.2", |
95 | 92 | "serve": "^14.2.5", |
96 | | - "tailwindcss": "^3.4.15", |
| 93 | + "tailwindcss": "^3.4.17", |
97 | 94 | "typescript": "^5.9.2" |
98 | 95 | }, |
99 | 96 | "packageManager": "[email protected]", |
|
0 commit comments