-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
2,114 additions
and
2,744 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v20.14.0 | ||
v22.11.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,11 +35,14 @@ In general, things we find useful when reviewing suggestions are: | |
0. [Choose an issue about bug or feature you want to work on](https://github.com/toss/suspensive/issues) | ||
1. Fork this repository. | ||
2. Clone the repository | ||
|
||
```shell | ||
git clone [email protected]:{username}/suspensive.git | ||
``` | ||
|
||
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 [email protected]. 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 [email protected]. 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 | ||
pnpm install | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
}, | ||
"license": "MIT", | ||
"author": "Jonghyeon Ko <[email protected]>", | ||
"packageManager": "pnpm@9.7.1", | ||
"packageManager": "pnpm@9.12.3", | ||
"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'", | ||
|
@@ -42,38 +42,38 @@ | |
"start": "turbo run start" | ||
}, | ||
"devDependencies": { | ||
"@arethetypeswrong/cli": "^0.15.4", | ||
"@arethetypeswrong/cli": "^0.16.4", | ||
"@changesets/changelog-github": "^0.5.0", | ||
"@changesets/cli": "^2.27.8", | ||
"@changesets/cli": "^2.27.9", | ||
"@codspeed/vitest-plugin": "^3.1.1", | ||
"@commitlint/cli": "^19.5.0", | ||
"@commitlint/config-conventional": "^19.5.0", | ||
"@testing-library/dom": "^10.4.0", | ||
"@testing-library/jest-dom": "^6.5.0", | ||
"@testing-library/jest-dom": "^6.6.3", | ||
"@testing-library/react": "^16.0.1", | ||
"@testing-library/user-event": "^14.5.2", | ||
"@types/node": "^20.16.10", | ||
"@vitest/browser": "^2.1.1", | ||
"@vitest/coverage-istanbul": "^2.1.1", | ||
"@vitest/coverage-v8": "^2.1.1", | ||
"@vitest/ui": "^2.1.1", | ||
"@types/node": "^22.8.6", | ||
"@vitest/browser": "^2.1.4", | ||
"@vitest/coverage-istanbul": "^2.1.4", | ||
"@vitest/coverage-v8": "^2.1.4", | ||
"@vitest/ui": "^2.1.4", | ||
"broken-link-checker": "^0.7.8", | ||
"eslint": "^9.11.1", | ||
"eslint": "^9.13.0", | ||
"husky": "^9.1.6", | ||
"jsdom": "^25.0.1", | ||
"knip": "^5.29.0", | ||
"knip": "^5.36.0", | ||
"lint-staged": "^15.2.10", | ||
"ms": "3.0.0-canary.1", | ||
"packlint": "^0.2.4", | ||
"playwright": "^1.47.2", | ||
"playwright": "^1.48.2", | ||
"prettier": "^3.3.3", | ||
"publint": "^0.2.11", | ||
"publint": "^0.2.12", | ||
"rimraf": "^6.0.1", | ||
"sherif": "^1.0.0", | ||
"tsup": "^8.3.0", | ||
"turbo": "^2.1.3", | ||
"sherif": "^1.0.1", | ||
"tsup": "^8.3.5", | ||
"turbo": "^2.2.3", | ||
"typescript": "^5.4.5", | ||
"vite": "^5.4.8", | ||
"vitest": "^2.1.1" | ||
"vite": "^5.4.10", | ||
"vitest": "^2.1.4" | ||
} | ||
} |
Oops, something went wrong.