From f123238df64706627a95ba4fb8a19ce8838514a4 Mon Sep 17 00:00:00 2001 From: spaenleh Date: Mon, 14 Oct 2024 08:54:49 +0200 Subject: [PATCH] fix: add react types packages --- .github/workflows/ci.yml | 2 ++ package.json | 1 + pnpm-lock.yaml | 3 +++ 3 files changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 807f998e2..a8d26891b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,8 @@ name: CI checks on: push: + branches: + - main pull_request: # required for merge groups to report checks merge_group: diff --git a/package.json b/package.json index 9c4038c04..dacf04611 100644 --- a/package.json +++ b/package.json @@ -86,6 +86,7 @@ "@testing-library/react": "16.0.1", "@testing-library/user-event": "14.5.2", "@trivago/prettier-plugin-sort-imports": "4.3.0", + "@types/react": "^18.3.11", "@types/react-dom": "18.3.0", "@types/react-router-dom": "5.3.3", "@types/stylis": "^4.2.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0f8fb0f96..d8dcb83c2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -114,6 +114,9 @@ importers: '@trivago/prettier-plugin-sort-imports': specifier: 4.3.0 version: 4.3.0(prettier@3.3.3) + '@types/react': + specifier: ^18.3.11 + version: 18.3.11 '@types/react-dom': specifier: 18.3.0 version: 18.3.0