Skip to content

Commit 28998cb

Browse files
fix(deps): update all npm dependencies (#200)
* fix(deps): update all npm dependencies * changeset --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mark Lundin <[email protected]>
1 parent a8f9bfb commit 28998cb

File tree

6 files changed

+837
-744
lines changed

6 files changed

+837
-744
lines changed

.changeset/purple-paws-sink.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@playcanvas/blocks": patch
3+
"@playcanvas/react": patch
4+
---
5+
6+
Update deps

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A monorepo for PlayCanvas React renderer and examples. Please see the packages directory for more information.",
44
"private": true,
55
"license": "MIT",
6-
"packageManager": "pnpm@10.12.4",
6+
"packageManager": "pnpm@10.14.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/playcanvas/react"
@@ -24,23 +24,23 @@
2424
},
2525
"devDependencies": {
2626
"@changesets/cli": "2.29.5",
27-
"@eslint/js": "9.30.1",
28-
"@testing-library/dom": "10.4.0",
29-
"@types/react": "19.1.8",
30-
"@types/react-dom": "19.1.6",
31-
"@vitejs/plugin-react": "4.6.0",
32-
"eslint": "9.30.1",
27+
"@eslint/js": "9.33.0",
28+
"@testing-library/dom": "10.4.1",
29+
"@types/react": "19.1.9",
30+
"@types/react-dom": "19.1.7",
31+
"@vitejs/plugin-react": "4.7.0",
32+
"eslint": "9.33.0",
3333
"eslint-plugin-import": "2.32.0",
3434
"eslint-plugin-react": "7.37.5",
3535
"eslint-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
3636
"globals": "16.3.0",
3737
"pkg-pr-new": "0.0.54",
3838
"type-fest": "4.41.0",
39-
"typescript": "5.8.3",
40-
"typescript-eslint": "8.35.1",
39+
"typescript": "5.9.2",
40+
"typescript-eslint": "8.39.0",
4141
"vitest": "3.2.4"
4242
},
4343
"dependencies": {
44-
"next": "15.3.4"
44+
"next": "15.4.6"
4545
}
4646
}

packages/blocks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@
6161
"@radix-ui/react-tooltip": "^1.2.7",
6262
"class-variance-authority": "^0.7.1",
6363
"clsx": "^2.1.1",
64-
"lucide-react": "^0.511.0 || ^0.514.0 || ^0.515.0 || ^0.523.0 || ^0.525.0",
64+
"lucide-react": "^0.511.0 || ^0.514.0 || ^0.515.0 || ^0.523.0 || ^0.525.0 || ^0.539.0",
6565
"tailwind-merge": "^3.3.0",
6666
"tw-animate-css": "^1.3.0",
6767
"vaul": "^1.1.2"
6868
},
6969
"devDependencies": {
70-
"@types/react": "19.1.8",
71-
"@types/react-dom": "19.1.6",
70+
"@types/react": "19.1.9",
71+
"@types/react-dom": "19.1.7",
7272
"playcanvas": "2.8.2",
7373
"tsc-alias": "1.8.16"
7474
},

packages/docs/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"main": "index.js",
77
"private": "true",
8-
"packageManager": "pnpm@10.12.4",
8+
"packageManager": "pnpm@10.14.0",
99
"scripts": {
1010
"dev": "next dev --turbopack",
1111
"build": "next build --turbopack --no-mangling",
@@ -24,11 +24,11 @@
2424
"class-variance-authority": "^0.7.1",
2525
"clsx": "^2.1.1",
2626
"leva": "^0.9.35 || ^0.10.0",
27-
"lucide-react": "^0.503.0 || ^0.511.0 || ^0.514.0 || ^0.515.0 || ^0.523.0 || ^0.525.0",
27+
"lucide-react": "^0.503.0 || ^0.511.0 || ^0.514.0 || ^0.515.0 || ^0.523.0 || ^0.525.0 || ^0.539.0",
2828
"monaco-editor": "^0.52.0",
2929
"motion": "^11.13.1 || ^12.0.0",
30-
"next": "15.3.4",
31-
"next-mdx-remote-client": "2.1.2",
30+
"next": "15.4.6",
31+
"next-mdx-remote-client": "2.1.3",
3232
"playcanvas": "2.8.2",
3333
"react": "^19.1.0",
3434
"react-codesandboxer": "^3.1.5",
@@ -40,16 +40,16 @@
4040
},
4141
"devDependencies": {
4242
"@tailwindcss/postcss": "4.1.11",
43-
"@types/node": "22.16.0",
43+
"@types/node": "22.17.1",
4444
"autoprefixer": "10.4.21",
4545
"globby": "14.1.0",
46-
"next": "15.3.4",
47-
"nextra": "4.3.0-alpha.30",
48-
"nextra-theme-docs": "4.3.0-alpha.30",
46+
"next": "15.4.6",
47+
"nextra": "4.3.0",
48+
"nextra-theme-docs": "4.3.0",
4949
"pagefind": "1.3.0",
5050
"postcss": "8.5.6",
51-
"shadcn": "2.7.0",
51+
"shadcn": "2.10.0",
5252
"tailwindcss": "4.1.11",
53-
"tw-animate-css": "1.3.4"
53+
"tw-animate-css": "1.3.6"
5454
}
5555
}

packages/lib/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@
9696
"access": "public"
9797
},
9898
"devDependencies": {
99-
"@testing-library/jest-dom": "6.6.3",
99+
"@testing-library/jest-dom": "6.6.4",
100100
"@testing-library/react": "16.3.0",
101-
"@types/node": "22.16.0",
102-
"@types/react": "19.1.8",
103-
"@types/react-dom": "19.1.6",
104-
"@vitejs/plugin-react": "4.6.0",
101+
"@types/node": "22.17.1",
102+
"@types/react": "19.1.9",
103+
"@types/react-dom": "19.1.7",
104+
"@vitejs/plugin-react": "4.7.0",
105105
"@vitest/coverage-v8": "3.2.4",
106106
"eslint-plugin-require-extensions": "0.1.3",
107107
"jsdom": "26.1.0",

0 commit comments

Comments
 (0)