Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
pacocoursey committed Oct 30, 2024
2 parents 2366822 + 503b2c2 commit 3c1f34b
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 62 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2 # respects packageManager in package.json
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4 # respects packageManager in package.json
- uses: actions/setup-node@v4
with:
cache: 'pnpm'
- run: pnpm install
Expand All @@ -23,7 +23,7 @@ jobs:
- run: pnpm test || exit 1
- name: Upload test results
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: playwright-report
path: playwright-report.json
6 changes: 3 additions & 3 deletions cmdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"dev": "tsup src --watch"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": "^18 || ^19 || ^19.0.0-rc",
"react-dom": "^18 || ^19 || ^19.0.0-rc"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-id": "^1.0.1",
"@radix-ui/react-id": "^1.1.0",
"@radix-ui/react-primitive": "^2.0.0",
"use-sync-external-store": "^1.2.2"
},
Expand Down
97 changes: 42 additions & 55 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 3c1f34b

Please sign in to comment.