Skip to content

Commit 6047456

Browse files
committed
Migrate to pnpm
1 parent 58932dd commit 6047456

4 files changed

Lines changed: 13023 additions & 9853 deletions

File tree

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build]
22
base = "/"
33
publish = "build/"
4-
command = "yarn run build"
4+
command = "pnpm run build"
55

66
[build.processing.html]
77
pretty_urls = false

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"@mdx-js/react": "^3.0.0",
2121
"clsx": "^1.2.1",
2222
"prism-react-renderer": "^2.1.0",
23+
"prismjs": "^1.29.0",
2324
"react": "^18.2.0",
2425
"react-dom": "^18.2.0"
2526
},
@@ -39,7 +40,8 @@
3940
"eslint-plugin-react": "^7.33.2",
4041
"eslint-plugin-react-hooks": "^4.6.0",
4142
"prettier": "^3.0.3",
42-
"typescript": "~5.2.2"
43+
"typescript": "~5.2.2",
44+
"utility-types": "^3.11.0"
4345
},
4446
"browserslist": {
4547
"production": [
@@ -56,5 +58,5 @@
5658
"engines": {
5759
"node": ">=18.0"
5860
},
59-
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
61+
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
6062
}

0 commit comments

Comments
 (0)