Skip to content

Commit f9d790c

Browse files
fix(deps): update all npm dependencies (#214)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2ebbcf3 commit f9d790c

File tree

5 files changed

+728
-682
lines changed

5 files changed

+728
-682
lines changed

package.json

Lines changed: 9 additions & 9 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.14.0",
6+
"packageManager": "pnpm@10.15.1",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/playcanvas/react"
@@ -22,24 +22,24 @@
2222
"test": "pnpm -r run test"
2323
},
2424
"devDependencies": {
25-
"@changesets/cli": "2.29.5",
26-
"@eslint/js": "9.33.0",
25+
"@changesets/cli": "2.29.6",
26+
"@eslint/js": "9.34.0",
2727
"@testing-library/dom": "10.4.1",
28-
"@types/react": "19.1.9",
29-
"@types/react-dom": "19.1.7",
28+
"@types/react": "19.1.12",
29+
"@types/react-dom": "19.1.9",
3030
"@vitejs/plugin-react": "4.7.0",
31-
"eslint": "9.33.0",
31+
"eslint": "9.34.0",
3232
"eslint-plugin-import": "2.32.0",
3333
"eslint-plugin-react": "7.37.5",
3434
"eslint-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
3535
"globals": "16.3.0",
36-
"pkg-pr-new": "0.0.54",
36+
"pkg-pr-new": "0.0.58",
3737
"type-fest": "4.41.0",
3838
"typescript": "5.9.2",
39-
"typescript-eslint": "8.39.0",
39+
"typescript-eslint": "8.41.0",
4040
"vitest": "3.2.4"
4141
},
4242
"dependencies": {
43-
"next": "15.4.7"
43+
"next": "15.5.2"
4444
}
4545
}

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 || ^0.539.0",
64+
"lucide-react": "^0.511.0 || ^0.514.0 || ^0.515.0 || ^0.523.0 || ^0.525.0 || ^0.539.0 || ^0.542.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.9",
71-
"@types/react-dom": "19.1.7",
70+
"@types/react": "19.1.12",
71+
"@types/react-dom": "19.1.9",
7272
"playcanvas": "2.8.2",
7373
"tsc-alias": "1.8.16"
7474
},

packages/docs/package.json

Lines changed: 11 additions & 11 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.14.0",
8+
"packageManager": "pnpm@10.15.1",
99
"scripts": {
1010
"dev": "next dev --turbopack",
1111
"build": "next build --turbopack --no-mangling",
@@ -24,10 +24,10 @@
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 || ^0.539.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 || ^0.542.0",
2828
"monaco-editor": "^0.52.0",
2929
"motion": "^11.13.1 || ^12.0.0",
30-
"next": "15.4.7",
30+
"next": "15.5.2",
3131
"next-mdx-remote-client": "2.1.3",
3232
"playcanvas": "2.8.2",
3333
"react": "^19.1.0",
@@ -39,17 +39,17 @@
3939
"tailwind-merge": "^3.2.0"
4040
},
4141
"devDependencies": {
42-
"@tailwindcss/postcss": "4.1.11",
43-
"@types/node": "22.17.1",
42+
"@tailwindcss/postcss": "4.1.12",
43+
"@types/node": "22.18.0",
4444
"autoprefixer": "10.4.21",
4545
"globby": "14.1.0",
46-
"next": "15.4.7",
47-
"nextra": "4.3.0",
48-
"nextra-theme-docs": "4.3.0",
49-
"pagefind": "1.3.0",
46+
"next": "15.5.2",
47+
"nextra": "4.4.0",
48+
"nextra-theme-docs": "4.4.0",
49+
"pagefind": "1.4.0",
5050
"postcss": "8.5.6",
5151
"shadcn": "2.10.0",
52-
"tailwindcss": "4.1.11",
53-
"tw-animate-css": "1.3.6"
52+
"tailwindcss": "4.1.12",
53+
"tw-animate-css": "1.3.7"
5454
}
5555
}

packages/lib/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@
9696
"access": "public"
9797
},
9898
"devDependencies": {
99-
"@testing-library/jest-dom": "6.6.4",
99+
"@testing-library/jest-dom": "6.8.0",
100100
"@testing-library/react": "16.3.0",
101-
"@types/node": "22.17.1",
102-
"@types/react": "19.1.9",
103-
"@types/react-dom": "19.1.7",
101+
"@types/node": "22.18.0",
102+
"@types/react": "19.1.12",
103+
"@types/react-dom": "19.1.9",
104104
"@vitejs/plugin-react": "4.7.0",
105105
"@vitest/coverage-v8": "3.2.4",
106106
"eslint-plugin-require-extensions": "0.1.3",

0 commit comments

Comments
 (0)