Skip to content

Commit b5355aa

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

File tree

5 files changed

+613
-591
lines changed

5 files changed

+613
-591
lines changed

package.json

Lines changed: 6 additions & 6 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": "[email protected].0",
6+
"packageManager": "[email protected].1",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/playcanvas/react"
@@ -25,21 +25,21 @@
2525
"@changesets/cli": "2.29.7",
2626
"@eslint/js": "9.36.0",
2727
"@testing-library/dom": "10.4.1",
28-
"@types/react": "19.1.13",
28+
"@types/react": "19.1.16",
2929
"@types/react-dom": "19.1.9",
30-
"@vitejs/plugin-react": "5.0.3",
30+
"@vitejs/plugin-react": "5.0.4",
3131
"eslint": "9.36.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.4.0",
3636
"pkg-pr-new": "0.0.60",
3737
"type-fest": "5.0.1",
38-
"typescript": "5.9.2",
39-
"typescript-eslint": "8.44.0",
38+
"typescript": "5.9.3",
39+
"typescript-eslint": "8.45.0",
4040
"vitest": "3.2.4"
4141
},
4242
"dependencies": {
43-
"next": "15.5.3"
43+
"next": "15.5.4"
4444
}
4545
}

packages/blocks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"vaul": "^1.1.2"
6767
},
6868
"devDependencies": {
69-
"@types/react": "19.1.13",
69+
"@types/react": "19.1.16",
7070
"@types/react-dom": "19.1.9",
7171
"playcanvas": "2.11.8",
7272
"tsc-alias": "1.8.16"

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": "[email protected].0",
8+
"packageManager": "[email protected].1",
99
"scripts": {
1010
"dev": "next dev --turbopack",
1111
"build": "next build --turbopack --no-mangling",
@@ -27,8 +27,8 @@
2727
"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 || ^0.543.0 || ^0.544.0",
2828
"monaco-editor": "^0.52.0 || ^0.53.0",
2929
"motion": "^11.13.1 || ^12.0.0",
30-
"next": "15.5.3",
31-
"next-mdx-remote-client": "2.1.5",
30+
"next": "15.5.4",
31+
"next-mdx-remote-client": "2.1.6",
3232
"playcanvas": "2.11.8",
3333
"react": "^19.1.0",
3434
"react-codesandboxer": "^3.1.5",
@@ -39,17 +39,17 @@
3939
"tailwind-merge": "^3.2.0"
4040
},
4141
"devDependencies": {
42-
"@tailwindcss/postcss": "4.1.13",
43-
"@types/node": "22.18.6",
42+
"@tailwindcss/postcss": "4.1.14",
43+
"@types/node": "22.18.8",
4444
"autoprefixer": "10.4.21",
4545
"globby": "15.0.0",
46-
"next": "15.5.3",
47-
"nextra": "4.5.0",
48-
"nextra-theme-docs": "4.5.0",
46+
"next": "15.5.4",
47+
"nextra": "4.5.1",
48+
"nextra-theme-docs": "4.5.1",
4949
"pagefind": "1.4.0",
5050
"postcss": "8.5.6",
5151
"shadcn": "3.3.1",
52-
"tailwindcss": "4.1.13",
53-
"tw-animate-css": "1.3.8"
52+
"tailwindcss": "4.1.14",
53+
"tw-animate-css": "1.4.0"
5454
}
5555
}

packages/lib/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@
9595
"access": "public"
9696
},
9797
"devDependencies": {
98-
"@testing-library/jest-dom": "6.8.0",
98+
"@testing-library/jest-dom": "6.9.0",
9999
"@testing-library/react": "16.3.0",
100-
"@types/node": "22.18.6",
101-
"@types/react": "19.1.13",
100+
"@types/node": "22.18.8",
101+
"@types/react": "19.1.16",
102102
"@types/react-dom": "19.1.9",
103-
"@vitejs/plugin-react": "5.0.3",
103+
"@vitejs/plugin-react": "5.0.4",
104104
"@vitest/coverage-v8": "3.2.4",
105105
"eslint-plugin-require-extensions": "0.1.3",
106106
"jsdom": "27.0.0",

0 commit comments

Comments
 (0)