Skip to content

Commit 928ec44

Browse files
Update playcanvas to v2.8.0 (#168)
* Update dependency playcanvas to v2.8.0 * Update playcanvas dependency to v2.8.0 and adjust related peer dependencies in package.json files. Rename build step in GitHub Actions workflow for clarity. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mark Lundin <mlundin@snapchat.com>
1 parent e4e9013 commit 928ec44

File tree

5 files changed

+28
-13
lines changed

5 files changed

+28
-13
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build library
2626
run: pnpm run build:lib
2727

28-
- name: Build library
28+
- name: Build blocks
2929
run: pnpm run build:blocks
3030

3131
- name: Build docs

packages/blocks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
"peerDependencies": {
7373
"@playcanvas/react": "workspace:*",
74-
"playcanvas": "^2.7.3",
74+
"playcanvas": "~2.8.0",
7575
"react": "^19.1.0",
7676
"react-dom": "^19.1.0"
7777
},

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"motion": "^11.13.1 || ^12.0.0",
2929
"next": "15.3.3",
3030
"next-mdx-remote-client": "2.1.2",
31-
"playcanvas": "2.7.7",
31+
"playcanvas": "2.8.0",
3232
"react": "^19.1.0",
3333
"react-codesandboxer": "^3.1.5",
3434
"react-dom": "^19.1.0",

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
}
8383
},
8484
"peerDependencies": {
85-
"playcanvas": "~2.7.1",
85+
"playcanvas": "~2.8.0",
8686
"react": "^18.3.1 || ^19.1.0",
8787
"react-dom": "^18.3.1 || ^19.1.0",
8888
"sync-ammo": "^0.1.2"

pnpm-lock.yaml

Lines changed: 24 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)