Skip to content

Commit

Permalink
chore: update pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
nozomuikuta committed May 22, 2024
1 parent 9179858 commit 4a26785
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/content/ja/hands-on/hello-chibivite.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ chibiviteをパッケージマネージャーでインストールした開発
```json
{
// ...
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.2",
"bin": "bin/chibivite.js", // [!code ++]
"scripts": {},
// ...
Expand Down
4 changes: 2 additions & 2 deletions docs/content/ja/hands-on/project-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"engines": {
"node": ">=20.12.0"
},
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.2",
"scripts": {},
"devDependencies": {}
}
Expand Down Expand Up @@ -53,7 +53,7 @@
"engines": {
"node": ">=20.12.0"
},
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.2",
"scripts": {},
"dependencies": {},
"devDependencies": {}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"engines": {
"node": ">=20.12.0"
},
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.2",
"scripts": {
"prepare": "husky",
"docs:dev": "pnpm run --filter docs dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/chibivite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"engines": {
"node": ">=20.12.0"
},
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.2",
"bin": "bin/chibivite.js",
"scripts": {
"build": "rimraf dist && rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript"
Expand Down

0 comments on commit 4a26785

Please sign in to comment.