Skip to content

Commit

Permalink
chore(*): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Nov 3, 2024
1 parent 2fba62c commit 22b33c5
Show file tree
Hide file tree
Showing 7 changed files with 2,114 additions and 2,744 deletions.
2 changes: 1 addition & 1 deletion .github/actions/pnpm-setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
steps:
- uses: pnpm/action-setup@v4
with:
version: 9.7.1
version: 9.12.3
- uses: actions/setup-node@v4
with:
cache: "pnpm"
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.14.0
v22.11.0
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/suspensive.org/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"d3": "^7.9.0",
"framer-motion": "^11.11.8",
"next": "catalog:",
"nextra": "^3.0.11",
"nextra": "^3.2.0",
"nextra-theme-docs": "^3.0.11",
"react": "catalog:react18",
"react-dom": "catalog:react18",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-native-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-native": "catalog:react18"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/core": "^7.26.0",
"@expo/webpack-config": "catalog:",
"@types/react": "catalog:react18"
}
Expand Down
36 changes: 18 additions & 18 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.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'",
Expand Down Expand Up @@ -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"
}
}
Loading

0 comments on commit 22b33c5

Please sign in to comment.