Skip to content

Commit

Permalink
Merge branch 'main' into feat/prevent-recursive-fallback-throw-error
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli authored Jan 23, 2025
2 parents b5e5c9d + 23f35e7 commit b76170a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ In general, things we find useful when reviewing suggestions are:
```

3. Please use the correct node version. You can use the version declared in [.nvmrc](https://github.com/toss/suspensive/blob/main/.nvmrc). We strongly recommend [nvm](https://github.com/nvm-sh/nvm) to control local machine's node version easily. also We recommend [nvm's deeper shell integration](https://github.com/nvm-sh/nvm#deeper-shell-integration) too.
4. Install packages. [We use pnpm@9.12.3. Install pnpm with corepack please if you can](https://pnpm.io/installation#using-corepack). We recommend using corepack for pnpm to automatically use the version declared in the packageManager field of package.json.
4. Install packages. [We use pnpm@9.15.4. Install pnpm with corepack please if you can](https://pnpm.io/installation#using-corepack). We recommend using corepack for pnpm to automatically use the version declared in the packageManager field of package.json.

```shell
corepack enable && corepack prepare
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"license": "MIT",
"author": "Jonghyeon Ko <[email protected]>",
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.15.4",
"type": "module",
"scripts": {
"blc:suspensive.org": "pnpm blc https://suspensive.org --ro --exclude='https://x.com/*' --exclude='https://codesandbox.io/api/v1/sandboxes/define?undefined&environment=create-react-app'",
Expand Down Expand Up @@ -71,7 +71,7 @@
"tsup": "^8.3.5",
"turbo": "^2.3.3",
"typescript": "^5.7.2",
"vite": "^6.0.8",
"vite": "^6.0.9",
"vitest": "^3.0.2"
}
}
50 changes: 25 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b76170a

Please sign in to comment.