We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94b645b + f7bdc81 commit c0a2fb0Copy full SHA for c0a2fb0
3 files changed
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup pnpm
17
uses: pnpm/action-setup@v4
18
with:
19
- version: 10.24.0
+ version: 10.28.1
20
run_install: false
21
22
- name: Setup Node.js
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
23
24
25
package.json
@@ -53,7 +53,7 @@
53
"bugs": {
54
"url": "https://github.com/interactive-video-labs/interactive-video-react-wrapper/issues"
55
},
56
- "packageManager": "pnpm@10.24.0",
+ "packageManager": "pnpm@10.28.1",
57
"peerDependencies": {
58
"@interactive-video-labs/core": "^0.1.2 || ^0.2.0",
59
"react": ">=17.0.0 || >=18.0.0",
0 commit comments