Skip to content

Commit 9562de5

Browse files
committed
chore: upgrade pnpm
1 parent cd35225 commit 9562de5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
]
1414
}
1515
},
16-
"postCreateCommand": "npm install -g pnpm@10.14.0",
16+
"postCreateCommand": "npm install -g pnpm@10.15.0",
1717
"forwardPorts": [
1818
4321
1919
]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"author": "Robin Bühler",
77
"repository": "github:openscript/astro-loader-i18n",
8-
"packageManager": "pnpm@10.14.0",
8+
"packageManager": "pnpm@10.15.0",
99
"type": "module",
1010
"scripts": {
1111
"dev": "pnpm exec nx run-many --nx-bail --target=dev --parallel 10 --output-style stream",

0 commit comments

Comments
 (0)