Skip to content

Commit

Permalink
Upgrade @radix-ui/react-id (#297)
Browse files Browse the repository at this point in the history
* Update react-id dependency

* Update github workflow parts
  • Loading branch information
tmcw authored Oct 30, 2024
1 parent 06e9cb6 commit 660e1f3
Show file tree
Hide file tree
Showing 3 changed files with 2,902 additions and 2,385 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
2 changes: 1 addition & 1 deletion cmdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"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"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 660e1f3

Please sign in to comment.