Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c26f01b

Browse files
committed
🔨 chore(packageManager): update to pnpm@101
Signed-off-by: Pauline <[email protected]>
1 parent f8ba507 commit c26f01b

File tree

2 files changed

+314
-595
lines changed

2 files changed

+314
-595
lines changed

‎package.json‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"version": "5.0.0",
66
"private": true,
7-
"packageManager": "pnpm@9.15.3",
7+
"packageManager": "pnpm@10.0.0",
88
"engineStrict": true,
99
"author": "@flowr",
1010
"contributors": [
@@ -78,7 +78,8 @@
7878
"pnpm": {
7979
"patchedDependencies": {
8080
"@types/jsdom": "./packages/patches/@types__jsdom.patch"
81-
}
81+
},
82+
"onlyBuiltDependencies": ["@types/jsdom", "esbuild", "msw"]
8283
},
8384
"resolutions": {
8485
"@eslint-community/eslint-utils": "^4.4.1",

0 commit comments

Comments
 (0)