Skip to content

Commit 499714d

Browse files
committed
remove sharp overrides
1 parent b38efcc commit 499714d

File tree

2 files changed

+122
-148
lines changed

2 files changed

+122
-148
lines changed

package.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lint": "eslint --ext .astro,.tsx,.ts,.js,.mdx src",
1616
"format": "prettier --write .",
1717
"clean": "rm -rf node_modules pnpm-lock.yaml",
18-
"up": "pnpm upgrade-interactive --latest",
18+
"upg": "pnpm up -i --latest",
1919
"check-types": "tsc --noEmit --pretty",
2020
"deploy:nginx": "bash scripts/deploy-nginx.sh '~/traefik-proxy/apps/nmc-nginx-with-volume/website' arm1",
2121
"deploy:nginx:local": "bash scripts/deploy-nginx.sh '~/traefik-proxy/apps/nmc-nginx-with-volume/website' lxc11",
@@ -44,8 +44,8 @@
4444
"astro-embed": "^0.9.1",
4545
"astro-expressive-code": "^0.41.3",
4646
"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",
4949
"class-variance-authority": "^0.7.1",
5050
"clsx": "^2.1.1",
5151
"date-fns": "^4.1.0",
@@ -62,22 +62,19 @@
6262
"react-icons": "^5.5.0",
6363
"reading-time": "^1.5.0",
6464
"rehype-external-links": "^3.0.0",
65-
"sharp": "0.34.3",
65+
"sharp": "0.34.4",
6666
"tailwind-clip-path": "^1.0.0",
6767
"tailwind-merge": "^2.6.0",
6868
"zod": "^4.1.9"
6969
},
70-
"overrides": {
71-
"**/sharp": "0.34.3"
72-
},
7370
"devDependencies": {
7471
"@astrojs/check": "^0.9.4",
7572
"@expressive-code/plugin-collapsible-sections": "^0.41.3",
7673
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
7774
"@iconify-json/mdi": "^1.2.3",
7875
"@tailwindcss/typography": "^0.5.16",
7976
"@types/lodash.debounce": "^4.0.9",
80-
"@types/mdast": "^4.0.3",
77+
"@types/mdast": "^4.0.4",
8178
"@types/react": "^19.1.13",
8279
"@types/react-dom": "^19.1.9",
8380
"@typescript-eslint/eslint-plugin": "^8.44.0",
@@ -88,12 +85,12 @@
8885
"eslint-plugin-astro": "^1.3.1",
8986
"eslint-plugin-mdx": "^3.6.2",
9087
"eslint-plugin-tailwindcss": "^3.18.2",
91-
"prettier": "^3.6.1",
88+
"prettier": "^3.6.2",
9289
"prettier-plugin-astro": "^0.14.1",
9390
"satori": "^0.18.3",
9491
"satori-html": "^0.3.2",
9592
"serve": "^14.2.5",
96-
"tailwindcss": "^3.4.15",
93+
"tailwindcss": "^3.4.17",
9794
"typescript": "^5.9.2"
9895
},
9996
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)