rsnext/test/.stats-app/package.json
Ryota Murakami 7decb13000
chore(ci): bump pnpm v8.6.11 to v8.7.1 (#54873)
My "pnpm@v8.7.0" was not working and I noticed it by accident and sent a PR.

Co-authored-by: Steven <229881+styfle@users.noreply.github.com>
2023-09-06 00:39:44 +00:00

15 lines
260 B
JSON

{
"name": "stats-app",
"private": true,
"license": "MIT",
"dependencies": {
"next": "latest",
"react": "latest",
"react-dom": "latest"
},
"engines": {
"node": ">=16.14.0",
"pnpm": "8.7.1"
},
"packageManager": "pnpm@8.7.1"
}