Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A monorepo for PlayCanvas React renderer and examples. Please see the packages directory for more information.",
"private": true,
"license": "MIT",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"repository": {
"type": "git",
"url": "https://github.com/playcanvas/react"
Expand All @@ -25,21 +25,21 @@
"@changesets/cli": "2.29.7",
"@eslint/js": "9.36.0",
"@testing-library/dom": "10.4.1",
"@types/react": "19.1.13",
"@types/react": "19.1.16",
"@types/react-dom": "19.1.9",
"@vitejs/plugin-react": "5.0.3",
"@vitejs/plugin-react": "5.0.4",
"eslint": "9.36.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
"globals": "16.4.0",
"pkg-pr-new": "0.0.60",
"type-fest": "5.0.1",
"typescript": "5.9.2",
"typescript-eslint": "8.44.0",
"typescript": "5.9.3",
"typescript-eslint": "8.45.0",
"vitest": "3.2.4"
},
"dependencies": {
"next": "15.5.3"
"next": "15.5.4"
}
}
2 changes: 1 addition & 1 deletion packages/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"vaul": "^1.1.2"
},
"devDependencies": {
"@types/react": "19.1.13",
"@types/react": "19.1.16",
"@types/react-dom": "19.1.9",
"playcanvas": "2.11.8",
"tsc-alias": "1.8.16"
Expand Down
20 changes: 10 additions & 10 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"main": "index.js",
"private": "true",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack --no-mangling",
Expand All @@ -27,8 +27,8 @@
"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",
"monaco-editor": "^0.52.0 || ^0.53.0",
"motion": "^11.13.1 || ^12.0.0",
"next": "15.5.3",
"next-mdx-remote-client": "2.1.5",
"next": "15.5.4",
"next-mdx-remote-client": "2.1.6",
"playcanvas": "2.11.8",
"react": "^19.1.0",
"react-codesandboxer": "^3.1.5",
Expand All @@ -39,17 +39,17 @@
"tailwind-merge": "^3.2.0"
},
"devDependencies": {
"@tailwindcss/postcss": "4.1.13",
"@types/node": "22.18.6",
"@tailwindcss/postcss": "4.1.14",
"@types/node": "22.18.8",
"autoprefixer": "10.4.21",
"globby": "15.0.0",
"next": "15.5.3",
"nextra": "4.5.0",
"nextra-theme-docs": "4.5.0",
"next": "15.5.4",
"nextra": "4.5.1",
"nextra-theme-docs": "4.5.1",
"pagefind": "1.4.0",
"postcss": "8.5.6",
"shadcn": "3.3.1",
"tailwindcss": "4.1.13",
"tw-animate-css": "1.3.8"
"tailwindcss": "4.1.14",
"tw-animate-css": "1.4.0"
}
}
8 changes: 4 additions & 4 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@
"access": "public"
},
"devDependencies": {
"@testing-library/jest-dom": "6.8.0",
"@testing-library/jest-dom": "6.9.0",
"@testing-library/react": "16.3.0",
"@types/node": "22.18.6",
"@types/react": "19.1.13",
"@types/node": "22.18.8",
"@types/react": "19.1.16",
"@types/react-dom": "19.1.9",
"@vitejs/plugin-react": "5.0.3",
"@vitejs/plugin-react": "5.0.4",
"@vitest/coverage-v8": "3.2.4",
"eslint-plugin-require-extensions": "0.1.3",
"jsdom": "27.0.0",
Expand Down
Loading
Loading