rsnext/test/.stats-app/package.json
Ryota Murakami f2437df9c1
chore: Update pnpm v8.14.2 to 8.15.1 (#61807)
v8.15.1 changelog
- https://github.com/pnpm/pnpm/releases/tag/v8.15.1
- https://github.com/pnpm/pnpm/releases/tag/v8.15.0 nd Include v8.15.0
update

---------

Co-authored-by: Sam Ko <sam@vercel.com>
2024-02-09 21:46:19 +00:00

15 lines
262 B
JSON

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