We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd35225 commit 9562de5Copy full SHA for 9562de5
.devcontainer.json
@@ -13,7 +13,7 @@
13
]
14
}
15
},
16
- "postCreateCommand": "npm install -g pnpm@10.14.0",
+ "postCreateCommand": "npm install -g pnpm@10.15.0",
17
"forwardPorts": [
18
4321
19
package.json
@@ -5,7 +5,7 @@
5
"license": "MIT",
6
"author": "Robin Bühler",
7
"repository": "github:openscript/astro-loader-i18n",
8
- "packageManager": "pnpm@10.14.0",
+ "packageManager": "pnpm@10.15.0",
9
"type": "module",
10
"scripts": {
11
"dev": "pnpm exec nx run-many --nx-bail --target=dev --parallel 10 --output-style stream",
0 commit comments