Skip to content

Commit

Permalink
Update pnpm (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek authored Nov 14, 2024
1 parent 2f2a76b commit d64ab62
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ cd swan-partner-frontend

### 1. Dependencies

Install [pnpm 9.9.0](https://pnpm.io/installation#installing-a-specific-version) (needed for the monorepo management).
Install [pnpm](https://pnpm.io/installation) (needed for the monorepo management).

```console
$ pnpm install
Expand Down
4 changes: 2 additions & 2 deletions clients/banking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "@swan-io/banking",
"version": "1.23.2",
"private": true,
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.13.0",
"engines": {
"node": ">=18.20.0",
"pnpm": "9.9.0"
"pnpm": "^9.13.0"
},
"scripts": {
"prepack": "tsc --build",
Expand Down
4 changes: 2 additions & 2 deletions clients/onboarding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "@swan-io/onboarding",
"version": "1.23.2",
"private": true,
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.13.0",
"engines": {
"node": ">=18.20.0",
"pnpm": "9.9.0"
"pnpm": "^9.13.0"
},
"scripts": {
"prepack": "tsc --build",
Expand Down
4 changes: 2 additions & 2 deletions clients/payment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "@swan-io/payment",
"version": "1.23.2",
"private": true,
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.13.0",
"engines": {
"node": ">=18.20.0",
"pnpm": "9.9.0"
"pnpm": "^9.13.0"
},
"scripts": {
"prepack": "tsc --build",
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ cd swan-partner-frontend

## 2. Install dependencies

Install [pnpm 9.9.0](https://pnpm.io/installation#installing-a-specific-version), which is required to mangage the monorepository.
Install [pnpm](https://pnpm.io/installation), which is required to mangage the monorepository.

```console
$ pnpm install
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "docs",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.13.0",
"engines": {
"node": ">=18.20.0",
"pnpm": "9.9.0"
"pnpm": "^9.13.0"
},
"scripts": {
"docusaurus": "docusaurus",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "Swan front-end code",
"version": "1.23.2",
"private": true,
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.13.0",
"engines": {
"node": ">=18.20.0",
"pnpm": "9.9.0"
"pnpm": "^9.13.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "Swan frontend server",
"version": "1.23.2",
"private": true,
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.13.0",
"engines": {
"node": ">=18.20.0",
"pnpm": "9.9.0"
"pnpm": "^9.13.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d64ab62

Please sign in to comment.