Skip to content

Commit

Permalink
Update all npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent b694f01 commit cf5fc3a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"devDependencies": {
"@eslint/js": "9.19.0",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"eslint": "9.19.0",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
Expand Down
8 changes: 4 additions & 4 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"leva": "^0.9.35 || ^0.10.0",
"lucide-react": "^0.465.0 || ^0.474.0",
"monaco-editor": "^0.52.0",
"motion": "^11.13.1",
"motion": "^11.13.1 || ^12.0.0",
"next": "^15.0.2",
"next-mdx-remote-client": "^1.0.3",
"next-mdx-remote-client": "^1.0.3 || ^2.0.0",
"nextra": "^4.0.0",
"nextra-theme-docs": "^4.0.0",
"playcanvas": "^2.3.3",
"react": "^18.3.1",
"react": "^18.3.1 || ^19.0.0",
"react-codesandboxer": "^3.1.5",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1 || ^19.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/src/templates/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@tanstack/react-query": "^5.62.7",
"playcanvas": "^2.3.3",
"leva": "^0.9.35 || ^0.10.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^18.3.1 || ^19.0.0",
"react-dom": "^18.3.1 || ^19.0.0",
"react-scripts": "^5.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
},
"peerDependencies": {
"playcanvas": "^2.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^18.3.1 || ^19.0.0",
"react-dom": "^18.3.1 || ^19.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit cf5fc3a

Please sign in to comment.