From 5464f95d7c1e8265f64c4462a26b4ee22a7bac49 Mon Sep 17 00:00:00 2001 From: Jonghyeon Ko Date: Sat, 9 Dec 2023 13:19:06 +0900 Subject: [PATCH] chore: update --- .github/workflows/ci.yml | 2 +- .github/workflows/code-coverage.yml | 2 +- .github/workflows/graph.yml | 2 +- .github/workflows/release.yml | 2 +- codecov.yml | 2 +- package.json | 10 +++------- 6 files changed, 8 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8f4ce5be..33d2b3477 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 with: - version: 8.10.2 + version: 8.12.0 - uses: actions/setup-node@v4 with: cache: 'pnpm' diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index cc815592a..69843e7d8 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 with: - version: 8.10.2 + version: 8.12.0 - uses: actions/setup-node@v4 with: cache: 'pnpm' diff --git a/.github/workflows/graph.yml b/.github/workflows/graph.yml index 73a9607b3..c27eb3314 100644 --- a/.github/workflows/graph.yml +++ b/.github/workflows/graph.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 with: - version: 8.10.2 + version: 8.12.0 - uses: actions/setup-node@v4 with: cache: 'pnpm' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 361d05c24..4354617af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 with: - version: 8.10.2 + version: 8.12.0 - uses: actions/setup-node@v4 with: cache: 'pnpm' diff --git a/codecov.yml b/codecov.yml index f8352d8cc..3ebcd1482 100644 --- a/codecov.yml +++ b/codecov.yml @@ -14,7 +14,7 @@ coverage: suspensive-react-await: target: 100% threshold: 30% - suspensive-image: + suspensive-react-image: target: 100% threshold: 30% diff --git a/package.json b/package.json index 6c5a42a8b..20933fdd9 100644 --- a/package.json +++ b/package.json @@ -13,13 +13,13 @@ "url": "https://github.com/suspensive/react.git" }, "license": "MIT", - "packageManager": "pnpm@8.10.2", + "packageManager": "pnpm@8.12.0", "type": "module", "workspaces": [ "configs/*", + "docs/*", "packages/*", - "websites/*", - "docs" + "websites/*" ], "scripts": { "build": "turbo run build", @@ -85,9 +85,5 @@ "typescript": "^5.3.3", "vite": "^5.0.6", "vitest": "^1.0.0-beta.6" - }, - "volta": { - "node": "18.18.2", - "pnpm": "8.10.2" } }