Skip to content

Commit 0aa43dd

Browse files
committed
chore: update pnpm version to 10.12.1 in devcontainer and package.json
1 parent 15ca82d commit 0aa43dd

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
@@ -18,5 +18,5 @@
1818
]
1919
}
2020
},
21-
"postCreateCommand": "npm install -g npm@10.9.0 pnpm@10.11.1"
21+
"postCreateCommand": "npm install -g npm@10.9.0 pnpm@10.12.1"
2222
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/openscript/r.obin.ch/issues"
1212
},
1313
"repository": "github:openscript/r.obin.ch",
14-
"packageManager": "pnpm@10.11.1",
14+
"packageManager": "pnpm@10.12.1",
1515
"scripts": {
1616
"dev": "astro dev --host",
1717
"start": "astro dev --host",

0 commit comments

Comments
 (0)