Skip to content

Commit c2f0455

Browse files
authored
PNPM (#21)
* PNPM Signed-off-by: Harta Angkasa <harta.angkasa@binus.edu> * Update astro.yml Signed-off-by: Harta Angkasa <me@asthene.com> --------- Signed-off-by: Harta Angkasa <harta.angkasa@binus.edu> Signed-off-by: Harta Angkasa <me@asthene.com>
1 parent 9e76c70 commit c2f0455

File tree

3 files changed

+6819
-12
lines changed

3 files changed

+6819
-12
lines changed

.github/workflows/astro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install, build, and upload your site
2424
uses: withastro/action@v3
2525
with:
26-
package-manager: npm@latest
26+
package-manager: pnpm@latest
2727
# with:
2828
# path: . # The root location of your Astro project inside the repository. (optional)
2929
# node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)

package.json

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,34 +15,33 @@
1515
"@astrojs/check": "^0.9.4",
1616
"@astrojs/mdx": "^4.1.0",
1717
"@astrojs/sitemap": "^3.2.1",
18-
"@fontsource-variable/inter": "^5.1.1",
19-
"@fontsource/inter": "^5.1.1",
18+
"@fontsource-variable/inter": "^5.2.5",
19+
"@fontsource/inter": "^5.2.5",
2020
"@resvg/resvg-js": "^2.6.2",
2121
"@tailwindcss/typography": "^0.5.16",
22-
"@typescript-eslint/eslint-plugin": "^8.25.0",
23-
"@typescript-eslint/parser": "^8.25.0",
24-
"astro": "^5.4.0",
22+
"@typescript-eslint/eslint-plugin": "^8.26.0",
23+
"@typescript-eslint/parser": "^8.26.0",
24+
"astro": "^5.4.1",
2525
"astro-compressor": "^1.0.0",
2626
"astro-icon": "^1.1.5",
2727
"eslint": "^9.21.0",
2828
"eslint-plugin-astro": "^1.3.1",
2929
"prettier-plugin-astro": "^0.14.1",
3030
"satori": "^0.12.1",
3131
"satori-html": "^0.3.2",
32-
"sharp": "^0.33.5",
33-
"tsm": "^2.3.0"
32+
"sharp": "^0.33.5"
3433
},
3534
"dependencies": {
3635
"@iconify-json/cib": "^1.2.2",
3736
"@iconify-json/mdi": "^1.2.3",
38-
"@iconify-json/simple-icons": "^1.2.26",
39-
"@tailwindcss/vite": "^4.0.8",
37+
"@iconify-json/simple-icons": "^1.2.27",
38+
"@tailwindcss/vite": "^4.0.9",
4039
"astro-expressive-code": "^0.40.2",
4140
"autoprefixer": "^10.4.20",
4241
"mdast-util-to-string": "^4.0.0",
4342
"postcss": "^8.5.3",
4443
"reading-time": "^1.5.0",
45-
"tailwindcss": "^4.0.8"
44+
"tailwindcss": "^4.0.9"
4645
},
4746
"license": "MIT",
4847
"engines": {
@@ -57,5 +56,11 @@
5756
"url": "https://github.com/itsharta/itsharta.github.io/issues"
5857
},
5958
"homepage": "https://profile.asthene.com",
60-
"private": false
59+
"private": false,
60+
"pnpm": {
61+
"onlyBuiltDependencies": [
62+
"esbuild",
63+
"sharp"
64+
]
65+
}
6166
}

0 commit comments

Comments
 (0)