Skip to content

Commit

Permalink
Update pnpm (swan-io#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek authored Nov 14, 2024
1 parent d58f72d commit ac9aef8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A demo of a Swan integration within a native app, built with React Native.
## Getting started

First, besure that you correctly setted up your development environment. We recommend following [this guide](https://reactnative.dev/docs/environment-setup).<br/>
You will also need to install [pnpm 9.9.0](https://pnpm.io/installation#installing-a-specific-version).
You will also need to install [pnpm](https://pnpm.io/installation).

### Clone

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 mobile app",
"license": "MIT",
"version": "1.2.2",
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.13.0",
"engines": {
"node": ">=20.9.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 @@ -4,10 +4,10 @@
"license": "MIT",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.13.0",
"engines": {
"node": ">=20.9.0",
"pnpm": "9.9.0"
"pnpm": "^9.13.0"
},
"scripts": {
"build": "pnpm clean && tsc && rm dist/tsconfig.tsbuildinfo",
Expand Down

0 comments on commit ac9aef8

Please sign in to comment.